summaryrefslogtreecommitdiff
path: root/src/login/logind.c
Commit message (Expand)AuthorAge
* Create /run/systemd as neededSven Eden2017-03-14
* Fix logind startupSven Eden2017-03-14
* Fix man page building to be less systemd and more elogind.Sven Eden2017-03-14
* Remove unused and invalid udev definitionsSven Eden2017-03-14
* Prep v225: Applying various fixes and changes to src/login that got lost duri...Sven Eden2017-03-14
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
* Prep v220: elogind does not need to register with systemd1.*Sven Eden2017-03-14
* Prep v220: Use new cgroups functionsSven Eden2017-03-14
* Classify processes from sessions into cgroupsAndy Wingo2017-03-14
* Fix the login monitorAndy Wingo2017-03-14
* Beginnings of handling suspend/etc within logindAndy Wingo2017-03-14
* Remove systemd subscription and user/session unitsAndy Wingo2017-03-14
* Remove support for auto-spawning VTsAndy Wingo2017-03-14
* Create /run/systemd as neededAndy Wingo2017-03-14
* 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