summaryrefslogtreecommitdiff
path: root/src/rfkill/rfkill.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* rfkill: consistently use = in designatorThomas Hindoe Paaboel Andersen2015-10-111-2/+2
* rfkill: rework and make it listen on /dev/rfkillLennart Poettering2015-10-011-77/+355
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-1/+1
* rfkill: rework how we generate file names from rfkill devicesLennart Poettering2014-12-031-23/+24
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-5/+5
* rfkill: Avoid error when state restore is disabledBastien Nocera2013-12-061-1/+4
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-061-1/+1
* trivial: rfkill - don't include util.h twiceTom Gundersen2013-10-191-1/+0
* trivial: rfkill: It's util.h, not utils.hColin Walters2013-10-191-1/+1
* kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen2013-10-191-1/+2
* backlight: include ID_PATH in file names for backlight settingsLennart Poettering2013-10-141-1/+1
* rfkill: use ID_PATH as identifier for rfkill state filesLennart Poettering2013-10-141-24/+16
* rfkill: add new rfkill tool to save/restore rfkill state across rebootsLennart Poettering2013-10-141-0/+146