summaryrefslogtreecommitdiff
path: root/src/login/inhibit.c
Commit message (Collapse)AuthorAge
* logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek2013-03-18
|
* logind: Make more use of cleanup macrosColin Walters2013-03-18
|
* inhibit: print --list if no argument is givenKay Sievers2013-03-05
|
* inhibit: make the output more readableMantas Mikulėnas2013-03-01
| | | | | | | | | | | | | The columnar output can become pretty horrible. When GNOME inhibits power/suspend/hibernate keys, the "WHAT" column's text extends to "WHO" and even "WHY". At the same time, all texts in "WHY" are of the form GNOME handlin...sses Receiving sle...ions GNOME needs t...reen This patch splits each inhibit entry into four lines, allowing the full text to fit in a normal-width terminal.
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-04
| | | | Yay, we now have a completely generic systemd. No distribution specific checks anymore!
* man: handle-sleep-key is invalid, replace it with handle-suspend-key and ↵Сковорода Никита Андреевич2012-10-03
| | | | handle-hibernate-key in systemd-inhibit help and man.
* man: document new inhibitor typesLennart Poettering2012-09-19
|
* inhibit: close all fds when invoking inhibited toolLennart Poettering2012-09-10
|
* dbus: minor coding style fixesLennart Poettering2012-09-10
|
* Make systemd-inhibit --list workMatthias Clasen2012-09-10
| | | | | | The code in the print_inhibitors function had an unintended unconditional early exit, causing it to never print any inhibitors.
* logind: use bus_method_call_with_reply() where posibleSimon Peeters2012-08-08
|
* logind: use "sleep" as generic term for "suspend", "hibernate", and later on ↵Lennart Poettering2012-05-08
| | | | "hybrid suspend"
* logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering2012-05-05
This is useful to allow applications to synchronously save data before the system is suspended or shut down.