summaryrefslogtreecommitdiff
path: root/src/backlight
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+6
* backlight: add several debug logs and adjust log level of non critical errorYu Watanabe2020-11-231-2/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* various: remove assignments of unread variablesZbigniew Jędrzejewski-Szmek2020-09-221-1/+1
* backlight: validate read sysattr valueYu Watanabe2020-09-111-51/+76
* backlight: do not claim that ID_BACKLIGHT_CLAMP= property is not setYu Watanabe2020-09-111-1/+2
* Add simple usage message to systemd-backlight (#16709)Plan C2020-08-281-0/+28
* backlight: read current backlight brightness from 'actual_brightness' attributeYu Watanabe2020-06-301-4/+32
* backlight: call log_setup_service() before loggingYu Watanabe2020-06-301-2/+2
* backlight: use SYNTHETIC_ERRNO() macroYu Watanabe2020-06-301-20/+10
* util-lib: move shall_restore_state() to shared/reboot-utilZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+4
* backlight: handle loading truncated fileTopi Miettinen2019-02-021-1/+1
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-261-3/+1
* backlight: use DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-57/+37
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* backlight: use log_device_*()Yu Watanabe2018-10-231-15/+17
* tree-wide: use streq() instead of streq_ptr()Yu Watanabe2018-09-231-2/+2
* tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...Yu Watanabe2018-09-101-6/+2
* backlight: do not unref parent deviceYu Watanabe2018-09-071-5/+4
* backlight: replace udev_device by sd_deviceYu Watanabe2018-08-231-150/+166
* 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-4/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* backlight: use current brightness if no saved value to trigger clamping (#8526)Sebastian Reichel2018-03-281-5/+40
* backlight: minor modernizations (#8528)Lennart Poettering2018-03-231-16/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* 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
* systemctl,networkctl,busctl,backlight: use STRPTR_IN_SETZbigniew Jędrzejewski-Szmek2016-09-241-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+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-1/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+3
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-3/+4
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-1/+1
* backlight: let udev properties override clampingTopi Miettinen2015-02-021-1/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-4/+4
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-4/+4