summaryrefslogtreecommitdiff
path: root/src/login/logind-button.c
Commit message (Expand)AuthorAgeFilesLines
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-14/+7
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Suspend on lid close based on power status. (#8016)Simon Fowler2018-02-091-1/+5
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* logind: filter out input devices that have none of the keys/switche we care a...Lennart Poettering2017-06-271-1/+45
* logind: make use of EVIOCSMASK input ioctl to mask out events we aren't inter...Lennart Poettering2017-06-271-3/+70
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-7/+7
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-6/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+3
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-2/+1
* tree-wide: drop redundant if checks before safe_close()Lennart Poettering2015-09-091-3/+1
* tree-wide: make more code use safe_close()Lennart Poettering2015-09-091-4/+2
* logind: rework display counting when detecting whether the system is dockedLennart Poettering2015-06-171-1/+1
* logind: cast close() call to (void)Lennart Poettering2015-06-161-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* 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
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-14/+14
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-261-2/+16
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering2014-02-241-4/+19
* logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering2014-02-211-25/+45
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+1
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-131-12/+14
* button: don't exit if we cannot handle a button pressLennart Poettering2013-11-101-1/+1
* logind: port logind to libsystemd-busLennart Poettering2013-11-051-64/+49
* logind: don't hit an assert if an close() on an input device fd fails with EN...Lennart Poettering2013-03-071-3/+7
* logind: add MESSAGE_IDs to interesting eventsZbigniew Jędrzejewski-Szmek2013-01-271-5/+21
* logind: add support for automatic suspend/hibernate/shutdown on idleLennart Poettering2012-12-241-88/+7
* logind: unify all session lock loopLennart Poettering2012-10-301-14/+5
* login: trivial grammar fixZbigniew Jędrzejewski-Szmek2012-10-281-1/+1
* logind: add 'lock' as possible choice for handling hw keysLennart Poettering2012-10-281-1/+18
* logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering2012-10-281-9/+12
* logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering2012-09-211-3/+12
* logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering2012-09-211-2/+2
* logind: if a lid-switch lock was taken while the lid was closed, recheck lid ...Lennart Poettering2012-09-191-5/+44
* logind: rework power key/suspend key/lid switch handlingLennart Poettering2012-09-191-112/+47
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-4/+2
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-1/+1