summaryrefslogtreecommitdiff
path: root/src/core/manager.c
Commit message (Expand)AuthorAge
* manager: log deserialization errors only at LOG_DEBUG levelLennart Poettering2014-12-02
* core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering2014-12-02
* mount: monitor for utab changes with inotifyChris Leech2014-11-28
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* core: fix return value in error path after sd_event_add_io() failureMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* core: only override kdbus attach mask when running as PID 1Lennart Poettering2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* kdbus: set kernel attach mask before creating the first busLennart Poettering2014-11-27
* log: rearrange log function namingLennart Poettering2014-11-27
* manager: print fatal errors on the console tooZbigniew Jędrzejewski-Szmek2014-11-26
* manager: let manager_free() handle NULLsZbigniew Jędrzejewski-Szmek2014-11-23
* dbus: return non-zero return value in the case that prefix won't matchLukas Nykryn2014-11-23
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-13
* manager: allow test run to catch SIGCHLD eventsRonny Chevalier2014-11-13
* core: remove unused macro GC_QUEUE_USEC_MAXRonny Chevalier2014-11-08
* core: unify how we create the notify and private dbus socketLennart Poettering2014-11-07
* manager: cast mkdir() result to (void) to make sure coverity is quietLennart Poettering2014-11-07
* manager: Ensure user's systemd runtime directory exists.Colin Guthrie2014-11-05
* audit: improve the audit messages we generateLennart Poettering2014-11-04
* manager: do not print timing when running in test modeZbigniew Jędrzejewski-Szmek2014-11-02
* Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek2014-10-30
* manager: print warning on console before rebootZbigniew Jędrzejewski-Szmek2014-10-27
* manager: convert ephemeral to enumZbigniew Jędrzejewski-Szmek2014-10-27
* manager: do not print anything while passwords are being queriedZbigniew Jędrzejewski-Szmek2014-10-27
* core: remove system start timeout logic againLennart Poettering2014-10-28
* manager: Linux on hppa has fewer rtsigs, hence avoid using the higher ones thereLennart Poettering2014-10-24
* util: avoid duplication of TIME_T_MAXRonny Chevalier2014-10-21
* systemd: try harder to bind to notify socketZbigniew Jędrzejewski-Szmek2014-10-17
* systemd: log deserialization errors as warningsZbigniew Jędrzejewski-Szmek2014-10-17
* core: fix resource leak in manager_environment_addAndreas Henriksson2014-09-16
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* manager: use correct cleanup functionThomas Hindoe Paaboel Andersen2014-09-11
* core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering2014-08-22
* core: introduce "poweroff" as new failure action typesLennart Poettering2014-08-22
* core: print 'startup finished' messages even if we log to consoleLennart Poettering2014-08-22
* core: add support for a configurable system-wide start-up timeoutLennart Poettering2014-08-22
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-21
* manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th...Lennart Poettering2014-08-21
* manager: reuse sockaddr_union instead of redefining our own version of itLennart Poettering2014-08-21
* log: never ever log to syslog from PID 1, log to the journal againLennart Poettering2014-08-11
* tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek2014-08-03
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-29
* systemd: return the first error from manager_startup()Zbigniew Jędrzejewski-Szmek2014-07-20
* test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek2014-07-20