index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
udev-rules.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-13
/
+21
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
string-util: add delete_trailing_chars() and skip_leading_chars() helpers
Lennart Poettering
2017-11-13
1
-1
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-10
/
+10
*
udev-rules: all values can contain escaped double quotes now (#6890)
Franck Bui
2017-09-28
1
-6
/
+18
*
udev: proc_cmdline_get_key() FTW! (#6925)
Lennart Poettering
2017-09-27
1
-31
/
+18
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
udev-rules: add helper function for logging
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-22
/
+13
*
tree-wide: when %m is used in log_*, always specify errno explicitly
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-9
/
+9
*
udev-rules: perform whitespace replacement for symlink subst values
Dan Streetman
2017-01-03
1
-1
/
+1
*
udev-event: add replace_whitespace param to udev_event_apply_format
Dan Streetman
2017-01-03
1
-20
/
+20
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-2
/
+2
*
Spot inconsistent quoting (just one single quote) (#4732)
Tobias Stoeckmann
2016-12-02
1
-1
/
+1
*
udev: allow substitutions for SECLABEL key (#4505)
Michal Sekletar
2016-10-28
1
-1
/
+7
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-2
/
+1
*
udev: fix build with DEBUG=1
Lubomir Rintel
2016-05-03
1
-7
/
+7
*
udev-rules: fix querying of attributes
Zbigniew Jędrzejewski-Szmek
2016-02-22
1
-3
/
+3
*
udev-rules: use _cleanup_ for fclose
Zbigniew Jędrzejewski-Szmek
2016-02-21
1
-21
/
+14
*
udev-rules: make error messages about rules more uniform
Zbigniew Jędrzejewski-Szmek
2016-02-21
1
-203
/
+150
*
udev-rules: rewrite function to avoid clobbering arguments
Zbigniew Jędrzejewski-Szmek
2016-02-21
1
-29
/
+20
*
udev-rules: modernize syntax a bit
Zbigniew Jędrzejewski-Szmek
2016-02-21
1
-119
/
+54
*
udev-rules: log_oom() on memory error and abort processing of event
Zbigniew Jędrzejewski-Szmek
2016-02-21
1
-12
/
+14
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
udev: add emacs header line
Zbigniew Jędrzejewski-Szmek
2015-12-07
1
-0
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out globbing related calls into glob-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
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
/
+2
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-13
/
+15
*
Merge pull request #1428 from franciozzy/tagenhance
Kay Sievers
2015-10-01
1
-1
/
+2
|
\
|
*
Support OP_NOMATCH for TAG key
Felipe Franciosi
2015-09-30
1
-1
/
+2
*
|
udev: fix format string after conversion to log_*_errno()
Michal Schmidt
2015-10-01
1
-1
/
+1
*
|
tree-wide: remove a number of invocations of strerror() and replace by %m
Lennart Poettering
2015-09-30
1
-1
/
+1
*
|
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
1
-4
/
+4
*
|
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-2
/
+1
*
|
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-6
/
+3
*
|
tree-wide: fix indentation
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-1
/
+1
*
|
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-2
/
+1
*
|
tree-wide: use free_and_strdup()
Daniel Mack
2015-07-30
1
-2
/
+1
|
/
*
Merge pull request #411 from teg/udev-simplify-exec-envp
Kay Sievers
2015-06-30
1
-8
/
+3
|
\
|
*
udev: event - simplify udev_event_spawn() logic
Tom Gundersen
2015-06-29
1
-8
/
+3
*
|
udev: remove WAIT_FOR key
Kay Sievers
2015-06-30
1
-54
/
+0
|
/
*
udevd: event - don't log about failures of spawn processes when this is expected
Tom Gundersen
2015-06-10
1
-2
/
+2
*
tree-wide: remove spurious space
Thomas Hindoe Paaboel Andersen
2015-06-08
1
-1
/
+1
*
udevd: simplify signal mask handling
Tom Gundersen
2015-06-03
1
-6
/
+5
*
udev: add some asserts
Tom Gundersen
2015-06-02
1
-0
/
+3
*
udev: add SYSCTL{} support
Kay Sievers
2015-03-11
1
-2
/
+59
[next]