summaryrefslogtreecommitdiff
path: root/src/login/logind.c
Commit message (Expand)AuthorAge
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2017-03-14
* logind: fix delayed execution regressionDaniel Mack2017-03-14
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2017-03-14
* logind: prefix some calls to unlink with (void)Daniel Mack2017-03-14
* Rename systemd-logind to logind.Ricardo Wurmus2017-03-14
* logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack2017-03-14
* logind: add code for UTMP wall messagesDaniel Mack2017-03-14
* logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack2017-03-14
* logind: make local functions staticDaniel Mack2017-03-14
* logind: use sd_event timer source for inhibitor logicDaniel Mack2017-03-14
* shared: add formats-util.hRonny Chevalier2017-03-14
* Classify processes from sessions into cgroupsAndy Wingo2016-03-06
* Set up cgroups when logind startsAndy Wingo2016-03-06
* Fix the login monitorAndy Wingo2015-09-01
* Incorporate sleep.conf into logind.confAndy Wingo2015-08-29
* Beginnings of handling suspend/etc within logindAndy Wingo2015-08-23
* logind.c cleanupAndy Wingo2015-08-23
* Remove systemd subscription and user/session unitsAndy Wingo2015-08-23
* Remove support for auto-spawning VTsAndy Wingo2015-08-23
* Create /run/systemd as neededAndy Wingo2015-08-20
* Fix logind startupAndy Wingo2015-08-18
* Rename systemd-logind to logind.Ricardo Wurmus2015-08-15
* login: make hold-off timeout configurableDavid Herrmann2015-03-06
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal 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
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-26
* login: pause devices before acknowledging VT switchesDavid Herrmann2014-09-19
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-26
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-21
* sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter2014-08-15
* login: share VT-signal handler between sessionsDavid Herrmann2014-08-13
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-15
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2014-03-14
* logind: move lid switch handling from logind-main to logind-coreKay Sievers2014-03-11
* logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering2014-03-04
* logind: ignore lid switch events for 30s after each suspend and 3min after st...Lennart Poettering2014-03-03
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering2014-02-24
* logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering2014-02-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* logind: remove redundant check in manager_new()Maciej Wereski2014-02-19