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_rules.c
Age
Commit message (
Expand
)
Author
2006-08-20
introduce ATTR{file}="value" to set sysfs attributes
Kay Sievers
2006-08-19
consistent key naming to match only the event device or include all parent de...
Kay Sievers
2006-07-04
remove broken %e enumeration
Kay Sievers
2006-06-07
remove MODALIAS key and substitution
Kay Sievers
2006-04-28
vol_id: fix logging from libvolume_id's log function
Kay Sievers
2006-04-24
allow NAME=="value" to check for already assigned value
Kay Sievers
2006-04-15
apply format char to variables exported by ENV
Kay Sievers
2006-04-11
fix typo in error message
Matt Kraai
2006-04-05
merge device event handling and make database content available on "remove"
Kay Sievers
2006-03-07
warn about %e, MODALIAS, $modalias
Kay Sievers
2006-02-15
exit WAIT_FOR_SYSFS if the whole device goes away
Kay Sievers
2006-01-31
make WAIT_FOR_SYSFS usable in non "wait-only" rules
Kay Sievers
2006-01-29
let SYSFS{} look at the device, not only the parent device
Kay Sievers
2006-01-27
remove redundant substitution of RUN key
Kay Sievers
2006-01-25
rename apply_format() cause it is public now
Kay Sievers
2006-01-24
substitute format chars in RUN after rule matching
Andrey Borzenkov
2006-01-16
fix BUS, ID, $id usage
Kay Sievers
2006-01-13
better log test and comments
Kay Sievers
2006-01-09
replace libsysfs
Kay Sievers
2005-11-16
remove "udev_db" option from config file
Kay Sievers
2005-11-12
remove all built-in wait_for_sysfs logic
Kay Sievers
2005-11-07
add strerror() to error logs
Marco d'Itri
2005-09-14
fix a debug text typo in udev_rules.c
Olivier Blin
2005-08-29
check the udevdb before assigning a new %e
Kay Sievers
2005-08-28
rename ...trailing_char() to ...trailing_chars()
Kay Sievers
2005-08-28
start to enforce plain ascii or valid utf8
Kay Sievers
2005-08-27
don't store devpath in udevdb, we don't need it
Kay Sievers
2005-08-27
add and use name_list_cleanup() for cleaning up the string lists
Kay Sievers
2005-08-27
change parameter order of udev_db_search_name()
Kay Sievers
2005-08-26
store ENV{key}="value" exported keys in the database
Kay Sievers
2005-08-16
ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
Kay Sievers
2005-08-15
cleanup some debug output and move to info level + unify select() loops
Kay Sievers
2005-08-13
fix more compiler warnings ...
Kay Sievers
2005-08-11
move some logging to the info level
Kay Sievers
2005-08-11
allow logging of all output from executed tools
Kay Sievers
2005-08-08
switch some strlcpy's to memcpy
Kay Sievers
2005-08-05
read sysfs attribute also from parent class device
Kay Sievers
2005-07-22
move code to its own files
Kay Sievers
2005-07-20
make SYSFS{} usable for all devices
Kay Sievers
2005-07-16
allow rules to have labels and skip to next label
Kay Sievers
2005-07-16
thread unknown ENV{key} match as empty value
Kay Sievers
2005-07-14
fix typo in GROUP value application
Anton Farygin
2005-07-12
IMPORT: add {parent} to import the persistent data of the parent device
Kay Sievers
2005-07-12
allow multiple values to be matched with KEY=="value1|value2"
Kay Sievers
2005-07-12
remember mapped rules state
Kay Sievers
2005-07-07
fix symlink values separated by multiple spaces
Kay Sievers
2005-07-07
update RELEASE-NOTES
Kay Sievers
2005-07-07
fix default-name handling and NAME="" rules
Kay Sievers
2005-07-07
add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives
Kay Sievers
2005-07-05
pack parsed rules list
Kay Sievers
[next]