summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28core: two more log_unit_*_errno() conversionsMichal Schmidt
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28core: add log_unit_*_errno() macrosMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28core: only override kdbus attach mask when running as PID 1Lennart Poettering
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27kmod-setup: simplify kernel command line parsingLennart Poettering
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering
2014-11-27selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-27core: fix transaction destructiveness check once moreMichal Schmidt
2014-11-26swap: restore support for nofailZbigniew Jędrzejewski-Szmek
2014-11-26manager: print fatal errors on the console tooZbigniew Jędrzejewski-Szmek
2014-11-26manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek
2014-11-26core: make sure we have enough information when doing selinux decisionsLennart Poettering
2014-11-26sd-bus: update peeking into receieved messages, with recent kernel change we ...Lennart Poettering
2014-11-26core: fix check for transaction destructivenessMichal Schmidt
2014-11-26core: drop now-redundant special-casing of JOB_NOPMichal Schmidt
2014-11-26core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt
2014-11-26core: reindent mount/kmod tablesLennart Poettering
2014-11-25core: show log message about process triggering kdbus service activationLennart Poettering
2014-11-24smack: introduce new SmackProcessLabel optionWaLyong Cho
2014-11-23manager: only issue overmount warning when the check succeededZbigniew Jędrzejewski-Szmek
2014-11-23manager: let manager_free() handle NULLsZbigniew Jędrzejewski-Szmek
2014-11-23dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn
2014-11-21selinux-access: fix broken ternary operatorLukas Nykryn
2014-11-21build: avoid trailing whitespace in feature stringLennart Poettering
2014-11-20core: watchdog bus properties cannot be both writable and constantLennart Poettering
2014-11-17namespace: unchecked return value from librarySusant Sahani
2014-11-14kmod-setup: improve for "kdbus" word on the kernel cmdlineLennart Poettering
2014-11-14kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering
2014-11-14mount-setup: remove mount_setup_late()Daniel Mack
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-11-13manager: allow test run to catch SIGCHLD eventsRonny Chevalier
2014-11-08core: remove unused macro GC_QUEUE_USEC_MAXRonny Chevalier
2014-11-07core: unify how we create the notify and private dbus socketLennart Poettering
2014-11-07manager: cast mkdir() result to (void) to make sure coverity is quietLennart Poettering
2014-11-07timer: reenable TIMER_ACTIVE timers when restartedMichael Chapman
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-06shutdown: fix arguments to /run/initramfs/shutdownMichal Schmidt
2014-11-06s/commandline/command line/gHarald Hoyer
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering