Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-13 | event: be more conservative when returning errors from event handler callbacks | Lennart Poettering | |
We really should return errors from event handlers if we have a continous problem and don't know any other solution. | |||
2013-11-10 | button: don't exit if we cannot handle a button press | Lennart Poettering | |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering | |
2013-03-07 | logind: don't hit an assert if an close() on an input device fd fails with ↵ | Lennart Poettering | |
ENODEV because the device is gone https://bugzilla.redhat.com/show_bug.cgi?id=907890 | |||
2013-01-27 | logind: add MESSAGE_IDs to interesting events | Zbigniew Jędrzejewski-Szmek | |
2012-12-24 | logind: add support for automatic suspend/hibernate/shutdown on idle | Lennart Poettering | |
2012-10-30 | logind: unify all session lock loop | Lennart Poettering | |
2012-10-28 | login: trivial grammar fix | Zbigniew Jędrzejewski-Szmek | |
2012-10-28 | logind: add 'lock' as possible choice for handling hw keys | Lennart Poettering | |
2012-10-28 | logind: support for hybrid sleep (i.e. suspend+hibernate at the same time) | Lennart Poettering | |
2012-09-21 | logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey= | Lennart Poettering | |
The kernel and X11 distuingish these two, and Thinkpad keys have both, hence we really should distinguish them too. | |||
2012-09-21 | logind: allow users to override their own suspend/sleep inhibitors | Lennart Poettering | |
2012-09-19 | logind: if a lid-switch lock was taken while the lid was closed, recheck lid ↵ | Lennart Poettering | |
status when the lock is released | |||
2012-09-19 | logind: rework power key/suspend key/lid switch handling | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2012-September/006604.html https://bugzilla.gnome.org/show_bug.cgi?id=680689 This changes the meaning of the HandlePowerKey=/HandleSleepKey=/HandleLidSwitch= setting of logind.conf | |||
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | |
also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera | |||
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden | |
glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id | |||
2012-05-30 | logind: rework button setting semantics | Lennart Poettering | |
If a graphical session without full DE that handles power/suspend events is used this can now be controlled by logind instead, optionally. | |||
2012-05-30 | logind: add missing files | Lennart Poettering | |