summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt23-112/+112
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt23-112/+112
2014-11-28core: only override kdbus attach mask when running as PID 1Lennart Poettering1-1/+2
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering7-94/+96
2014-11-27kmod-setup: simplify kernel command line parsingLennart Poettering1-19/+1
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering1-1/+6
2014-11-27selinux: log selinux log messages with LOG_AUTH facilityLennart Poettering1-1/+1
2014-11-27log: rearrange log function namingLennart Poettering21-386/+392
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering3-3/+5
2014-11-27core: fix transaction destructiveness check once moreMichal Schmidt1-1/+1
2014-11-26swap: restore support for nofailZbigniew Jędrzejewski-Szmek1-15/+1
2014-11-26manager: print fatal errors on the console tooZbigniew Jędrzejewski-Szmek3-15/+54
2014-11-26manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek3-21/+21
2014-11-26core: make sure we have enough information when doing selinux decisionsLennart Poettering2-1/+10
2014-11-26sd-bus: update peeking into receieved messages, with recent kernel change we ...Lennart Poettering1-6/+13
2014-11-26core: fix check for transaction destructivenessMichal Schmidt1-1/+1
2014-11-26core: drop now-redundant special-casing of JOB_NOPMichal Schmidt1-2/+2
2014-11-26core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt2-4/+13
2014-11-26core: reindent mount/kmod tablesLennart Poettering2-37/+41
2014-11-25core: show log message about process triggering kdbus service activationLennart Poettering1-2/+80
2014-11-24smack: introduce new SmackProcessLabel optionWaLyong Cho6-2/+89
2014-11-23manager: only issue overmount warning when the check succeededZbigniew Jędrzejewski-Szmek1-9/+16
2014-11-23manager: let manager_free() handle NULLsZbigniew Jędrzejewski-Szmek3-7/+6
2014-11-23dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn2-2/+2
2014-11-21selinux-access: fix broken ternary operatorLukas Nykryn1-1/+1
2014-11-21build: avoid trailing whitespace in feature stringLennart Poettering1-1/+1
2014-11-20core: watchdog bus properties cannot be both writable and constantLennart Poettering1-2/+2
2014-11-17namespace: unchecked return value from librarySusant Sahani1-6/+6
2014-11-14kmod-setup: improve for "kdbus" word on the kernel cmdlineLennart Poettering1-2/+15
2014-11-14kmod: move #ifdef checks for kmod-setup out of main.c into kmod-setup.cLennart Poettering2-4/+9
2014-11-14mount-setup: remove mount_setup_late()Daniel Mack3-24/+5
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack6-16/+26
2014-11-13manager: allow test run to catch SIGCHLD eventsRonny Chevalier1-3/+0
2014-11-08core: remove unused macro GC_QUEUE_USEC_MAXRonny Chevalier1-3/+0
2014-11-07core: unify how we create the notify and private dbus socketLennart Poettering2-18/+4
2014-11-07manager: cast mkdir() result to (void) to make sure coverity is quietLennart Poettering1-8/+6
2014-11-07timer: reenable TIMER_ACTIVE timers when restartedMichael Chapman1-0/+6
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2-4/+6
2014-11-06shutdown: fix arguments to /run/initramfs/shutdownMichal Schmidt1-6/+11
2014-11-06s/commandline/command line/gHarald Hoyer1-1/+1
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering1-1/+1
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering4-96/+50
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering9-104/+174
2014-11-06condition: record test state internally and beef it up to be a full enumLennart Poettering2-4/+8
2014-11-06condition: unify condition logic in one fileLennart Poettering1-208/+0
2014-11-06condition: properly allow passing back errors from condition checksLennart Poettering1-14/+24
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering10-7/+90
2014-11-05manager: Ensure user's systemd runtime directory exists.Colin Guthrie1-4/+8
2014-11-04audit: improve the audit messages we generateLennart Poettering1-5/+7
2014-11-03core: introduce ConditionSecurity=auditLennart Poettering1-0/+3