Age | Commit message (Expand) | Author |
2014-11-23 | manager: let manager_free() handle NULLs | Zbigniew Jędrzejewski-Szmek |
2014-11-23 | dbus: return non-zero return value in the case that prefix won't match | Lukas Nykryn |
2014-11-13 | sd-bus: sync with kdbus upstream (ABI break) | Daniel Mack |
2014-11-13 | manager: allow test run to catch SIGCHLD events | Ronny Chevalier |
2014-11-08 | core: remove unused macro GC_QUEUE_USEC_MAX | Ronny Chevalier |
2014-11-07 | core: unify how we create the notify and private dbus socket | Lennart Poettering |
2014-11-07 | manager: cast mkdir() result to (void) to make sure coverity is quiet | Lennart Poettering |
2014-11-05 | manager: Ensure user's systemd runtime directory exists. | Colin Guthrie |
2014-11-04 | audit: improve the audit messages we generate | Lennart Poettering |
2014-11-02 | manager: do not print timing when running in test mode | Zbigniew Jędrzejewski-Szmek |
2014-10-30 | Convert the rest to sd_bus_errnomap | Zbigniew Jędrzejewski-Szmek |
2014-10-27 | manager: print warning on console before reboot | Zbigniew Jędrzejewski-Szmek |
2014-10-27 | manager: convert ephemeral to enum | Zbigniew Jędrzejewski-Szmek |
2014-10-27 | manager: do not print anything while passwords are being queried | Zbigniew Jędrzejewski-Szmek |
2014-10-28 | core: remove system start timeout logic again | Lennart Poettering |
2014-10-24 | manager: Linux on hppa has fewer rtsigs, hence avoid using the higher ones there | Lennart Poettering |
2014-10-21 | util: avoid duplication of TIME_T_MAX | Ronny Chevalier |
2014-10-17 | systemd: try harder to bind to notify socket | Zbigniew Jędrzejewski-Szmek |
2014-10-17 | systemd: log deserialization errors as warnings | Zbigniew Jędrzejewski-Szmek |
2014-09-16 | core: fix resource leak in manager_environment_add | Andreas Henriksson |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-11 | manager: use correct cleanup function | Thomas Hindoe Paaboel Andersen |
2014-08-22 | core: split up "starting" manager state into "initializing" and "starting" | Lennart Poettering |
2014-08-22 | core: introduce "poweroff" as new failure action types | Lennart Poettering |
2014-08-22 | core: print 'startup finished' messages even if we log to console | Lennart Poettering |
2014-08-22 | core: add support for a configurable system-wide start-up timeout | Lennart Poettering |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-21 | manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th... | Lennart Poettering |
2014-08-21 | manager: reuse sockaddr_union instead of redefining our own version of it | Lennart Poettering |
2014-08-11 | log: never ever log to syslog from PID 1, log to the journal again | Lennart Poettering |
2014-08-03 | tty-ask-password-agent: modernization | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-20 | systemd: return the first error from manager_startup() | Zbigniew Jędrzejewski-Szmek |
2014-07-20 | test-engine: fix access to unit load path | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | Be more verbose when bind or listen fails | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | core: fix oneshot service resource control | Umut Tezduyar Lindskog |
2014-07-07 | firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot... | Lennart Poettering |
2014-07-07 | firstboot: add new component to query basic system settings on first boot, or... | Lennart Poettering |
2014-05-22 | cgroups: simplify CPUQuota= logic | Lennart Poettering |
2014-05-22 | cgroup: rework startup logic | Lennart Poettering |
2014-05-22 | core: add startup resource control option | WaLyong Cho |
2014-05-16 | core: make sure to serialize jobs for all units | Lennart Poettering |
2014-05-15 | Make systemctl --root look for files in the proper places | Zbigniew Jędrzejewski-Szmek |
2014-04-25 | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering |
2014-03-26 | core: do not read system boot timestamps in systemd --user mode | Kay Sievers |
2014-03-24 | core: add a setting to globally control the default for timer unit accuracy | Lennart Poettering |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-19 | core: move notify sockets to /run and $XDG_RUNTIME_DIR | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |