index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rfkill
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use LIST_POP()
David Tardon
2023-08-17
1
-2
/
+1
*
reboot-util: cache the result of shall_restore_state
Mike Yuan
2023-08-13
1
-1
/
+1
*
meson: move declarations of backlight, rfkill, and sysupdate-generator
Yu Watanabe
2023-07-31
1
-0
/
+9
*
tree-wide: use -EBADF more
Yu Watanabe
2022-12-20
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-7
/
+7
*
errno-util: add ERRNO_IS_DEVICE_ABSENT() macro
Lennart Poettering
2022-03-24
1
-1
/
+1
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-4
/
+1
*
tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+4
*
rfkill: add some casts to silence -Werror=sign-compare
Luca Boccassi
2021-04-14
1
-4
/
+4
*
rfkill: use short writes and accept long reads
Zbigniew Jędrzejewski-Szmek
2021-02-18
1
-4
/
+13
*
rfkill: improve error logging
Zbigniew Jędrzejewski-Szmek
2021-02-18
1
-36
/
+30
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
util-lib: move shall_restore_state() to shared/reboot-util
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-2
/
+2
*
util: make device_wait_for_initialization() optionally takes timeout value
Yu Watanabe
2019-06-03
1
-1
/
+1
*
tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flag
Lennart Poettering
2019-05-08
1
-6
/
+2
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+4
*
Detect file truncation earlier in a few places
Topi Miettinen
2019-02-02
1
-2
/
+2
*
rfkill: move wait_for_initialized() to shared/
Zbigniew Jędrzejewski-Szmek
2018-12-17
1
-84
/
+2
*
rfkill: define main through macro
Yu Watanabe
2018-11-22
1
-39
/
+21
*
rfkill: store write queue and rfkill fd in struct Context
Yu Watanabe
2018-11-22
1
-62
/
+53
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+3
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
sd-device: drop priority and description from sd_device_monitor_attach_event(...
Yu Watanabe
2018-11-10
1
-2
/
+2
*
sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...
Yu Watanabe
2018-10-29
1
-3
/
+3
*
rfkill: use log_device_*()
Yu Watanabe
2018-10-23
1
-2
/
+3
*
rfkill: replace udev_monitor by sd_device_monitor
Yu Watanabe
2018-10-16
1
-39
/
+47
*
tree-wide: use streq() instead of streq_ptr()
Yu Watanabe
2018-09-23
1
-1
/
+1
*
rfkill: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-63
/
+41
*
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
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-5
/
+5
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
rfkill: treat ENXIO/ENODEV the same way as ENOENT
Lennart Poettering
2018-04-05
1
-4
/
+5
*
rfkill: use our usual style for writing destructors
Lennart Poettering
2018-04-05
1
-4
/
+4
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
rfkill: include the device name in error message
Zbigniew Jędrzejewski-Szmek
2017-10-18
1
-2
/
+4
*
rfkill: Delay writes until exit (#5768)
Benjamin Berg
2017-09-01
1
-5
/
+99
*
rfkill: Lookup device in determine_state_file
Benjamin Berg
2017-08-31
1
-14
/
+7
*
rfkill: fix typo (#6574)
Xiang Fan
2017-08-09
1
-1
/
+1
*
rfkill: fix erroneous behavior when polling the udev monitor (#6489)
S. Fan
2017-07-31
1
-2
/
+6
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
proc-cmdline: return proper errors from shall_restore_state()
Lennart Poettering
2015-11-02
1
-1
/
+1
[next]