index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
login
/
logind-button.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
logind: fix handle_action_valid()
Ludwig Nussel
2022-02-28
1
-1
/
+1
*
logind: refactor
Ludwig Nussel
2022-01-25
1
-2
/
+1
*
added missing handling of button release events
Yegor Alexeyev
2021-07-28
1
-2
/
+42
*
logind: allow binding different operation to reboot key long presses
Yegor Alexeyev
2021-07-08
1
-20
/
+134
*
logind: use free_and_strdup() where appropriate
Lennart Poettering
2020-12-09
1
-11
/
+1
*
logind: fix closing of button input devices
Lennart Poettering
2020-12-09
1
-12
/
+6
*
Update logind-button.c
nihilix-melix
2020-11-28
1
-3
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
login: Add KEY_RESTART handling
Robert Marko
2020-09-09
1
-5
/
+20
*
tree-wide: drop input.h when missing_input.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
login: drop space in empty line
Yu Watanabe
2019-08-03
1
-1
/
+1
*
login: fixup button_open() fd
root
2019-05-23
1
-1
/
+1
*
login: use _cleanup_ to simplify error handling
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-37
/
+29
*
bus_open leak sd_event_source when udevadm trigger。
ven
2019-05-22
1
-1
/
+2
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+4
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic/log: add the log_struct terminator to macro
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-14
/
+7
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Suspend on lid close based on power status. (#8016)
Simon Fowler
2018-02-09
1
-1
/
+5
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
logind: filter out input devices that have none of the keys/switche we care a...
Lennart Poettering
2017-06-27
1
-1
/
+45
*
logind: make use of EVIOCSMASK input ioctl to mask out events we aren't inter...
Lennart Poettering
2017-06-27
1
-3
/
+70
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-7
/
+7
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-6
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+3
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: drop redundant if checks before safe_close()
Lennart Poettering
2015-09-09
1
-3
/
+1
*
tree-wide: make more code use safe_close()
Lennart Poettering
2015-09-09
1
-4
/
+2
*
logind: rework display counting when detecting whether the system is docked
Lennart Poettering
2015-06-17
1
-1
/
+1
*
logind: cast close() call to (void)
Lennart Poettering
2015-06-16
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
log: fix order of log_unit_struct() to match other logging calls
Lennart Poettering
2014-11-28
1
-14
/
+14
*
logind: add HandleLidSwitchDocked= option to logind.conf + documentation
Ben Wolsieffer
2014-08-26
1
-2
/
+16
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-1
/
+1
*
logind: detect whether the system is docked, and if it is inhibit lid switch ...
Lennart Poettering
2014-02-24
1
-4
/
+19
*
logind: when we wake up from suspend and the lid is still closed, go to sleep...
Lennart Poettering
2014-02-21
1
-25
/
+45
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-1
/
+1
*
event: be more conservative when returning errors from event handler callbacks
Lennart Poettering
2013-12-13
1
-12
/
+14
[next]