summaryrefslogtreecommitdiff
path: root/src/core/manager.c
AgeCommit message (Expand)Author
2014-09-16core: fix resource leak in manager_environment_addAndreas Henriksson
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-11manager: use correct cleanup functionThomas Hindoe Paaboel Andersen
2014-08-22core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering
2014-08-22core: introduce "poweroff" as new failure action typesLennart Poettering
2014-08-22core: print 'startup finished' messages even if we log to consoleLennart Poettering
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-08-21manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th...Lennart Poettering
2014-08-21manager: reuse sockaddr_union instead of redefining our own version of itLennart Poettering
2014-08-11log: never ever log to syslog from PID 1, log to the journal againLennart Poettering
2014-08-03tty-ask-password-agent: modernizationZbigniew Jędrzejewski-Szmek
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-07-20systemd: return the first error from manager_startup()Zbigniew Jędrzejewski-Szmek
2014-07-20test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek
2014-07-18Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek
2014-07-15core: fix oneshot service resource controlUmut Tezduyar Lindskog
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-22cgroup: rework startup logicLennart Poettering
2014-05-22core: add startup resource control optionWaLyong Cho
2014-05-16core: make sure to serialize jobs for all unitsLennart Poettering
2014-05-15Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-03-26core: do not read system boot timestamps in systemd --user modeKay Sievers
2014-03-24core: add a setting to globally control the default for timer unit accuracyLennart Poettering
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-19core: move notify sockets to /run and $XDG_RUNTIME_DIRLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-12manager: use system state enum where appropriateLennart Poettering
2014-03-12core: introduce system state enumLennart Poettering
2014-03-07manager: flush memory stream before using the bufferDaniel Mack
2014-03-06util: add timeout to generator executionLennart Poettering
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-11journald: log provenience of signalsZbigniew Jędrzejewski-Szmek
2014-02-08manager: fix initialization of plymouth socketZbigniew Jędrzejewski-Szmek
2014-02-08core: use automatic cleanup in two functionsZbigniew Jędrzejewski-Szmek
2014-02-07core: allow PIDs to be watched by two units at the same timeLennart Poettering
2014-02-07core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering
2014-02-06transaction: print more information about conflicting jobsZbigniew Jędrzejewski-Szmek
2014-02-01bus: update kdbus.h (ABI break)Kay Sievers
2014-01-28manager: remove "debugging" "feature"Zbigniew Jędrzejewski-Szmek
2014-01-28manager: requeue the cylon eye for 5s later when a job finishesZbigniew Jędrzejewski-Szmek
2014-01-28manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek
2014-01-28Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers