index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
udev-node.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udev: use readlink_malloc() or its friend
Yu Watanabe
2018-10-14
1
-12
/
+8
*
udev-node: replace udev_device by sd_device and modernize code a bit
Yu Watanabe
2018-10-10
1
-173
/
+282
*
udev: use path_make_relative()
Yu Watanabe
2018-09-26
1
-25
/
+10
*
udev: drop unused udev struct
Yu Watanabe
2018-09-10
1
-2
/
+1
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-3
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+0
*
Drop more license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-12
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-1
/
+1
*
label: rework label_fix() implementations (#8583)
Lennart Poettering
2018-03-27
1
-2
/
+2
*
tree-wide: use "cannot" instead of "can not"
Zbigniew Jędrzejewski-Szmek
2018-02-08
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
Add a helper for /dev/block/major:minor paths
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-10
/
+9
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-3
/
+3
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-5
/
+4
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
udev/udev-watch: calculate the real buffer sizes needed
Zbigniew Jędrzejewski-Szmek
2016-11-03
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-4
/
+7
*
udev: add emacs header line
Zbigniew Jędrzejewski-Szmek
2015-12-07
1
-0
/
+2
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
util-lib: move a number of fs operations into fs-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
-10
/
+11
*
smack-util: revise smack-util apis and add read smack attr apis
WaLyong Cho
2015-08-04
1
-2
/
+2
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
tmpfiles: add new line type 'v' for creating btrfs subvolumes
Lennart Poettering
2014-12-28
1
-0
/
+1
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-5
/
+5
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
udev: do NOT re-label smack
WaLyong Cho
2014-10-24
1
-1
/
+1
*
selinux: clean up selinux label function naming
Lennart Poettering
2014-10-23
1
-5
/
+6
*
smack: rework smack APIs a bit
Lennart Poettering
2014-10-23
1
-3
/
+7
*
mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...
Lennart Poettering
2014-10-23
1
-2
/
+2
*
mac: rename apis with mac_{selinux/smack}_ prefix
WaLyong Cho
2014-10-23
1
-7
/
+7
*
udev: node - warn if chmod/chown fails
Tom Gundersen
2014-09-18
1
-2
/
+6
*
libudev: util - drop util_delete_path()
Tom Gundersen
2014-09-16
1
-2
/
+1
*
udev: place opening { at the same line as the function declaration
Kay Sievers
2014-07-29
1
-10
/
+5
*
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
1
-16
/
+16
*
smack: minimize ifdef use, and move all labeling to smack-util.c
Kay Sievers
2013-10-11
1
-14
/
+5
*
security: rework selinux, smack, ima, apparmor detection logic
Lennart Poettering
2013-10-10
1
-2
/
+3
*
udev: add SECLABEL{selinux}= support
Kay Sievers
2013-10-09
1
-2
/
+4
*
udev: reset Linux Security Module labels if no custom rules are given
Kay Sievers
2013-10-09
1
-3
/
+16
*
udev: support custom Linux Security Module labels for device nodes
Kay Sievers
2013-10-08
1
-5
/
+35
*
use streq instead of strcmp
Thomas Hindoe Paaboel Andersen
2013-02-13
1
-6
/
+6
*
udev: use unique names for temporary files created in /dev
Kay Sievers
2013-02-12
1
-8
/
+5
*
udev: set default rules permissions only at "add" events
Kay Sievers
2013-01-27
1
-12
/
+5
*
udev: move string copy functions to shared/
Kay Sievers
2013-01-09
1
-7
/
+7
*
udev: set device node permissions only at "add" events
Kay Sievers
2013-01-04
1
-14
/
+15
[next]