summaryrefslogtreecommitdiff
path: root/src/login/inhibit.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-4/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-9/+7
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+4
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* login: fix copy-pasto in error pathZbigniew Jędrzejewski-Szmek2015-03-071-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-291-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* busctl: add "tree" command to explore object treesLennart Poettering2014-11-101-1/+1
* inhibit: allow filtering --list by modeMantas Mikulėnas2014-11-101-1/+7
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* replace more dup() by F_DUPFD_CLOEXECLennart Poettering2014-05-131-1/+1
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-121-1/+1
* inhibit: more conversions to use bus_log_parse_error()Lennart Poettering2013-11-071-3/+3
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-071-1/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+6
* inhibit: don't return error code on --helpLennart Poettering2013-11-061-2/+3
* general: various cleanupsLennart Poettering2013-10-301-12/+5
* inhibit: port to sd-busTom Gundersen2013-10-221-73/+53
* inhbit: show comm field of inhibiting processesLennart Poettering2013-04-241-2/+6
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-1/+1
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-181-2/+2
* logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek2013-03-181-26/+12
* logind: Make more use of cleanup macrosColin Walters2013-03-181-7/+2
* inhibit: print --list if no argument is givenKay Sievers2013-03-051-1/+4
* inhibit: make the output more readableMantas Mikulėnas2013-03-011-18/+9
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-041-1/+0
* man: handle-sleep-key is invalid, replace it with handle-suspend-key and hand...Сковорода Никита Андреевич2012-10-031-1/+2
* man: document new inhibitor typesLennart Poettering2012-09-191-2/+3
* inhibit: close all fds when invoking inhibited toolLennart Poettering2012-09-101-2/+4
* dbus: minor coding style fixesLennart Poettering2012-09-101-12/+9
* Make systemd-inhibit --list workMatthias Clasen2012-09-101-2/+3
* logind: use bus_method_call_with_reply() where posibleSimon Peeters2012-08-081-46/+23
* logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...Lennart Poettering2012-05-081-3/+3
* logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering2012-05-051-0/+353