summaryrefslogtreecommitdiff
path: root/src/login/logind-button.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop input.h when missing_input.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-08-04login: drop space in empty lineYu Watanabe1-1/+1
2019-05-23login: fixup button_open() fdroot1-1/+1
2019-05-22login: use _cleanup_ to simplify error handlingZbigniew Jędrzejewski-Szmek1-37/+29
2019-05-22bus_open leak sd_event_source when udevadm trigger。ven1-1/+2
2018-12-04util: drop missing.h from util.hYu Watanabe1-0/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+4
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-14/+7
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-09Suspend on lid close based on power status. (#8016)Simon Fowler1-1/+5
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-06-27logind: filter out input devices that have none of the keys/switche we care a...Lennart Poettering1-1/+45
2017-06-27logind: make use of EVIOCSMASK input ioctl to mask out events we aren't inter...Lennart Poettering1-3/+70
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek1-7/+7
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-6/+3
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+3
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-2/+1
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering1-2/+1
2015-09-09tree-wide: drop redundant if checks before safe_close()Lennart Poettering1-3/+1
2015-09-09tree-wide: make more code use safe_close()Lennart Poettering1-4/+2
2015-06-17logind: rework display counting when detecting whether the system is dockedLennart Poettering1-1/+1
2015-06-16logind: cast close() call to (void)Lennart Poettering1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-3/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
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-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering1-14/+14
2014-08-26logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer1-2/+16
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-1/+1
2014-02-24logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering1-4/+19
2014-02-21logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering1-25/+45
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-1/+1
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering1-12/+14
2013-11-10button: don't exit if we cannot handle a button pressLennart Poettering1-1/+1
2013-11-05logind: port logind to libsystemd-busLennart Poettering1-64/+49
2013-03-07logind: don't hit an assert if an close() on an input device fd fails with EN...Lennart Poettering1-3/+7
2013-01-27logind: add MESSAGE_IDs to interesting eventsZbigniew Jędrzejewski-Szmek1-5/+21
2012-12-24logind: add support for automatic suspend/hibernate/shutdown on idleLennart Poettering1-88/+7
2012-10-30logind: unify all session lock loopLennart Poettering1-14/+5
2012-10-28login: trivial grammar fixZbigniew Jędrzejewski-Szmek1-1/+1
2012-10-28logind: add 'lock' as possible choice for handling hw keysLennart Poettering1-1/+18
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering1-9/+12