summaryrefslogtreecommitdiff
path: root/src/login/inhibit.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-1/+1
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-0/+4
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-03-07login: fix copy-pasto in error pathZbigniew Jędrzejewski-Szmek1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-29delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-2/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-11-10busctl: add "tree" command to explore object treesLennart Poettering1-1/+1
2014-11-10inhibit: allow filtering --list by modeMantas Mikulėnas1-1/+7
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-1/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-2/+2
2014-05-13replace more dup() by F_DUPFD_CLOEXECLennart Poettering1-1/+1
2013-11-12bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering1-1/+1
2013-11-07inhibit: more conversions to use bus_log_parse_error()Lennart Poettering1-3/+3
2013-11-07bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering1-1/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+6
2013-11-06inhibit: don't return error code on --helpLennart Poettering1-2/+3
2013-10-30general: various cleanupsLennart Poettering1-12/+5
2013-10-22inhibit: port to sd-busTom Gundersen1-73/+53
2013-04-24inhbit: show comm field of inhibiting processesLennart Poettering1-2/+6
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-1/+1
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters1-2/+2
2013-03-18logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek1-26/+12
2013-03-18logind: Make more use of cleanup macrosColin Walters1-7/+2
2013-03-05inhibit: print --list if no argument is givenKay Sievers1-1/+4
2013-03-01inhibit: make the output more readableMantas Mikulėnas1-18/+9
2013-01-04build-sys: drop all distribution specfic checksLennart Poettering1-1/+0
2012-10-03man: handle-sleep-key is invalid, replace it with handle-suspend-key and hand...Сковорода Никита Андреевич1-1/+2
2012-09-19man: document new inhibitor typesLennart Poettering1-2/+3
2012-09-10inhibit: close all fds when invoking inhibited toolLennart Poettering1-2/+4
2012-09-10dbus: minor coding style fixesLennart Poettering1-12/+9
2012-09-10Make systemd-inhibit --list workMatthias Clasen1-2/+3
2012-08-08logind: use bus_method_call_with_reply() where posibleSimon Peeters1-46/+23
2012-05-08logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...Lennart Poettering1-3/+3
2012-05-05logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering1-0/+353