index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
backlight
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: move shall_restore_state() to shared/reboot-util
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-1
/
+1
*
tree-wide: (void)ify a few unlink() and rmdir()
Lennart Poettering
2019-03-27
1
-1
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+4
*
backlight: handle loading truncated file
Topi Miettinen
2019-02-02
1
-1
/
+1
*
tree-wide: port various places over to STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-3
/
+1
*
backlight: use DEFINE_MAIN_FUNCTION() macro
Yu Watanabe
2018-11-20
1
-57
/
+37
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
backlight: use log_device_*()
Yu Watanabe
2018-10-23
1
-15
/
+17
*
tree-wide: use streq() instead of streq_ptr()
Yu Watanabe
2018-09-23
1
-2
/
+2
*
tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...
Yu Watanabe
2018-09-10
1
-6
/
+2
*
backlight: do not unref parent device
Yu Watanabe
2018-09-07
1
-5
/
+4
*
backlight: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-150
/
+166
*
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
-4
/
+4
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
backlight: use current brightness if no saved value to trigger clamping (#8526)
Sebastian Reichel
2018-03-28
1
-5
/
+40
*
backlight: minor modernizations (#8528)
Lennart Poettering
2018-03-23
1
-16
/
+7
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
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
*
systemctl,networkctl,busctl,backlight: use STRPTR_IN_SET
Zbigniew Jędrzejewski-Szmek
2016-09-25
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: check if errno is greater than zero (2)
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-1
/
+1
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+2
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+1
*
proc-cmdline: return proper errors from shall_restore_state()
Lennart Poettering
2015-11-02
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+3
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-3
/
+4
*
fileio: consolidate write_string_file*()
Daniel Mack
2015-07-07
1
-1
/
+1
*
backlight: let udev properties override clamping
Topi Miettinen
2015-02-02
1
-1
/
+4
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
backlight: Avoid error when state restore is disabled
Michael Biebl
2014-09-11
1
-1
/
+4
*
backlight: Do not clamp brightness for LEDs
Denis Tikhomirov
2014-06-10
1
-3
/
+10
*
backlight: handle saved brightness exceeding max brightness
Jani Nikula
2014-05-08
1
-3
/
+8
*
backlight: warn if kernel exposes backlight device with bogus max_brightness
Lennart Poettering
2014-04-23
1
-3
/
+7
*
backlight: unify error messages
Zbigniew Jędrzejewski-Szmek
2014-04-08
1
-10
/
+19
*
backlight: do nothing if max_brightness is 0
Thomas Bächler
2014-04-04
1
-14
/
+30
*
backlight: Avoid restoring brightness to an unreadably dim level
Josh Triplett
2014-03-12
1
-0
/
+44
*
backlight: Fix copy/paste error printing an unrelated error code
Josh Triplett
2014-03-12
1
-1
/
+1
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-1
/
+1
*
Remove duplicate includes
Karel Zak
2013-11-19
1
-1
/
+0
[next]