Age | Commit message (Expand) | Author |
2015-08-17 | Bug #944: Deletion of unnecessary checks before a few calls of systemd functions | Markus Elfring |
2015-08-06 | logind,machined: various smaller cleanups | Lennart Poettering |
2015-08-05 | logind: switch to sd_bus_track helper | Daniel Mack |
2015-06-25 | logind: fix delayed execution regression | Daniel Mack |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-27 | logind: prefix some calls to unlink with (void) | Daniel Mack |
2015-04-24 | logind: add support for /run/nologin and /run/systemd/shutdown/scheduled | Daniel Mack |
2015-04-24 | logind: add code for UTMP wall messages | Daniel Mack |
2015-04-24 | logind: add .ScheduleShutdown and .CancelScheduledShutdown methods | Daniel Mack |
2015-04-24 | logind: make local functions static | Daniel Mack |
2015-04-24 | logind: use sd_event timer source for inhibitor logic | Daniel Mack |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-03-06 | login: make hold-off timeout configurable | David Herrmann |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-26 | logind: Support logind.conf.d directories in the usual search paths | Josh Triplett |
2014-09-19 | login: pause devices before acknowledging VT switches | David Herrmann |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-26 | logind: add HandleLidSwitchDocked= option to logind.conf + documentation | Ben Wolsieffer |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-15 | sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free() | Stef Walter |
2014-08-13 | login: share VT-signal handler between sessions | David Herrmann |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-14 | logind: automatically remove SysV + POSIX IPC objects when the users owning t... | Lennart Poettering |
2014-03-11 | logind: move lid switch handling from logind-main to logind-core | Kay Sievers |
2014-03-04 | logind: make $XDG_RUNTIME_DIR a per-user tmpfs | Lennart Poettering |
2014-03-03 | logind: ignore lid switch events for 30s after each suspend and 3min after st... | Lennart Poettering |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | logind: detect whether the system is docked, and if it is inhibit lid switch ... | Lennart Poettering |
2014-02-21 | logind: when we wake up from suspend and the lid is still closed, go to sleep... | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | logind: remove redundant check in manager_new() | Maciej Wereski |
2014-02-13 | logind: make sure to terminate systemd user on logouts | Djalal Harouni |
2014-02-11 | logind: always kill session when termination is requested | Zbigniew Jędrzejewski-Szmek |
2014-02-07 | logind: rework session shutdown logic | Lennart Poettering |
2013-12-18 | core,logind,networkd: check for udev device initialization via enumeration ma... | Lennart Poettering |
2013-12-18 | core,logind,networkd: don't pick up devices from udev before they finished ud... | Lennart Poettering |
2013-12-13 | event: be more conservative when returning errors from event handler callbacks | Lennart Poettering |
2013-12-12 | bus: remove explicit activator-specific flags, the kdbus supports it now | Kay Sievers |
2013-12-12 | bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl... | Kay Sievers |
2013-12-12 | bus: instead of exposing the dbus1 flags when acquiring a name use our own th... | Lennart Poettering |