summaryrefslogtreecommitdiff
path: root/src/login/logind-button.c
Commit message (Expand)AuthorAgeFilesLines
* logind-core: modernize button_free()David Tardon2023-04-271-3/+5
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-12/+6
* tree-wide: use LOG_MESSAGE() where possibleZbigniew Jędrzejewski-Szmek2022-05-111-4/+8
* logind: fix handle_action_valid()Ludwig Nussel2022-02-281-1/+1
* logind: refactorLudwig Nussel2022-01-251-2/+1
* added missing handling of button release eventsYegor Alexeyev2021-07-281-2/+42
* logind: allow binding different operation to reboot key long pressesYegor Alexeyev2021-07-081-20/+134
* logind: use free_and_strdup() where appropriateLennart Poettering2020-12-091-11/+1
* logind: fix closing of button input devicesLennart Poettering2020-12-091-12/+6
* Update logind-button.cnihilix-melix2020-11-281-3/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* login: Add KEY_RESTART handlingRobert Marko2020-09-091-5/+20
* tree-wide: drop input.h when missing_input.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* login: drop space in empty lineYu Watanabe2019-08-041-1/+1
* login: fixup button_open() fdroot2019-05-231-1/+1
* login: use _cleanup_ to simplify error handlingZbigniew Jędrzejewski-Szmek2019-05-221-37/+29
* bus_open leak sd_event_source when udevadm trigger。ven2019-05-221-1/+2
* 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