index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udev
/
udev-rules.c
Age
Commit message (
Expand
)
Author
2008-11-05
udevd: shrink struct token to 12 bytes
Alan Jenkins
2008-11-05
unify string replacement
Kay Sievers
2008-11-05
info() PROGRAM and IMPORT execution
Kay Sievers
2008-11-04
fix list handling in enumerate and rules file sorting
Kay Sievers
2008-11-01
move debugging strings inside #ifdef DEBUG
Kay Sievers
2008-11-01
move some info() to dbg()
Kay Sievers
2008-11-01
skip entire rule containing device naming keys, if no device can be named
Kay Sievers
2008-11-01
log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is...
Kay Sievers
2008-11-01
udevd: be more careful when matching against parents
Alan Jenkins
2008-11-01
udevd: fix termination of rule execution
Alan Jenkins
2008-10-29
ATTR{}== always fails if the attribute does not exist
Kay Sievers
2008-10-28
udevd: simplify rules execution loop
Alan Jenkins
2008-10-26
do not init string arrays, just clear first byte
Kay Sievers
2008-10-26
match_attr() - copy attr value only when needed
Kay Sievers
2008-10-26
udevd: avoid implicit memset in match_attr()
Alan Jenkins
2008-10-25
fix handling of string_escape option
Alan Jenkins
2008-10-25
match KEY="A|B" without temporary string copy
Kay Sievers
2008-10-24
fix "unused" warnings
Kay Sievers
2008-10-24
special-case "?*" match to skip fnmatch()
Kay Sievers
2008-10-24
determine at rule parse time if we need to call fnmatch()
Kay Sievers
2008-10-24
distinguish "match" from "assign" by (op < OP_MATCH_MAX)
Kay Sievers
2008-10-24
cache uid/gid during rule parsing
Kay Sievers
2008-10-24
rules: let empty strings added to buffer always return offset 0
Kay Sievers
2008-10-23
skip SYMLINK rules for devices without a device node
Kay Sievers
2008-10-23
udevd: fix WAIT_FOR_SYSFS execution order
Alan Jenkins
2008-10-23
udevd: fix memory leak
Alan Jenkins
2008-10-23
shrink struct udev_event
Kay Sievers
2008-10-23
shrink struct udev_event
Kay Sievers
2008-10-23
replace in-memory rules array with match/action token list
Kay Sievers
2008-10-21
use more appropriate alternatives to malloc()
Alan Jenkins
2008-10-21
replace missing get_attr_value() -> get_sysattr_value()
Kay Sievers
2008-10-18
prefix udev-util.c functions with util_*
Kay Sievers
2008-10-18
udev_list_cleanup() -> udev_list_cleanup_entries()
Kay Sievers
2008-10-18
move udev_rules_apply_format() to udev-event.c
Kay Sievers
2008-10-18
udev_rules_run() -> udev_event_execute_run();
Kay Sievers
2008-10-18
move run_program to util
Kay Sievers
2008-10-18
make struct udev_rules opaque
Kay Sievers
2008-10-18
merge udev-rules.c and udev-rules-parse.c
Kay Sievers
2008-10-17
update rules file parsing
Kay Sievers
2008-10-16
update IMPORT= file/stdout property parsing
Kay Sievers
2008-10-16
run_program: prevent empty last argv entry
Kay Sievers
2008-10-16
rename udev source files
Kay Sievers