summaryrefslogtreecommitdiff
path: root/src/rfkill
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF moreYu Watanabe2022-12-211-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-7/+7
* errno-util: add ERRNO_IS_DEVICE_ABSENT() macroLennart Poettering2022-03-241-1/+1
* list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-4/+1
* tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek2021-11-031-1/+4
* rfkill: add some casts to silence -Werror=sign-compareLuca Boccassi2021-04-141-4/+4
* rfkill: use short writes and accept long readsZbigniew Jędrzejewski-Szmek2021-02-181-4/+13
* rfkill: improve error loggingZbigniew Jędrzejewski-Szmek2021-02-181-36/+30
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* util-lib: move shall_restore_state() to shared/reboot-utilZbigniew Jędrzejewski-Szmek2019-09-161-2/+2
* util: make device_wait_for_initialization() optionally takes timeout valueYu Watanabe2019-06-041-1/+1
* tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flagLennart Poettering2019-05-081-6/+2
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+4
* Detect file truncation earlier in a few placesTopi Miettinen2019-02-021-2/+2
* rfkill: move wait_for_initialized() to shared/Zbigniew Jędrzejewski-Szmek2018-12-171-84/+2
* rfkill: define main through macroYu Watanabe2018-11-231-39/+21
* rfkill: store write queue and rfkill fd in struct ContextYu Watanabe2018-11-231-62/+53
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* sd-device: drop priority and description from sd_device_monitor_attach_event(...Yu Watanabe2018-11-101-2/+2
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-3/+3
* rfkill: use log_device_*()Yu Watanabe2018-10-231-2/+3
* rfkill: replace udev_monitor by sd_device_monitorYu Watanabe2018-10-171-39/+47
* tree-wide: use streq() instead of streq_ptr()Yu Watanabe2018-09-231-1/+1
* rfkill: replace udev_device by sd_deviceYu Watanabe2018-08-231-63/+41
* 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
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-5/+5
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* rfkill: treat ENXIO/ENODEV the same way as ENOENTLennart Poettering2018-04-051-4/+5
* rfkill: use our usual style for writing destructorsLennart Poettering2018-04-051-4/+4
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* rfkill: include the device name in error messageZbigniew Jędrzejewski-Szmek2017-10-181-2/+4
* rfkill: Delay writes until exit (#5768)Benjamin Berg2017-09-011-5/+99
* rfkill: Lookup device in determine_state_fileBenjamin Berg2017-08-311-14/+7
* rfkill: fix typo (#6574)Xiang Fan2017-08-091-1/+1
* rfkill: fix erroneous behavior when polling the udev monitor (#6489)S. Fan2017-07-311-2/+6
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* proc-cmdline: return proper errors from shall_restore_state()Lennart Poettering2015-11-021-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1