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
/
udevstart.c
Age
Commit message (
Expand
)
Author
2007-07-14
add udev_rules_run() to handle RUN list
Kay Sievers
2007-07-14
use global udev_log variable instead of parameter in run_program
Kay Sievers
2007-06-23
no newline in log messages
Kay Sievers
2007-03-17
read list of devices from index, make index private to database
Kay Sievers
2007-03-16
selinux: move selinux_exit() to the main programs
Kay Sievers
2006-08-28
update source file headers
Kay Sievers
2006-08-18
selinux: init once in the daemon, not in every event process
Harald Hoyer
2006-04-05
merge device event handling and make database content available on "remove"
Kay Sievers
2006-01-26
check for ignore_device in loop looks redundant
Andrey Borzenkov
2006-01-26
udevstart: fix NAME="" which prevents RUN from being executed
Kay Sievers
2006-01-25
let "ignore_device" always return the event successfully
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-09
replace libsysfs
Kay Sievers
2005-12-17
add DEVLINKS to the event environment
Kay Sievers
2005-11-12
remove all built-in wait_for_sysfs logic
Kay Sievers
2005-11-05
remove precompiled rules option
Kay Sievers
2005-11-02
use libsysfs to translate the class linke to the device path
Kay Sievers
2005-08-15
cleanup some debug output and move to info level + unify select() loops
Kay Sievers
2005-08-13
fix udevstart event ordering, we want /dev/null very early
Kay Sievers
2005-08-11
allow logging of all output from executed tools
Kay Sievers
2005-08-11
update SUSE rules
Kay Sievers
2005-08-08
add flag for reading of precompiled rules
Kay Sievers
2005-08-01
allow RUN to send the environment to a local socket
Kay Sievers
2005-07-22
move code to its own files
Kay Sievers
2005-07-06
rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
Kay Sievers
2005-07-05
pack parsed rules list
Kay Sievers
2005-07-02
[PATCH] Keep udevstart from skipping devices without a 'dev' file
Kay Sievers
2005-06-26
store the imported device information in the udevdb
Kay Sievers
2005-06-25
unify execute_command() and execute_program()
Kay Sievers
2005-06-08
udevd: allow starting of udevd with stopped exec-queue
Kay Sievers
2005-06-05
udev: handle all events - not only class and block devices
Kay Sievers
2005-06-05
udev: move dev.d/ handling to external helper
Kay Sievers
2005-04-26
[PATCH] export DEVNAME to RUN-key executed programs
kay.sievers@vrfy.org
2005-04-26
[PATCH] add RUN key to be able to run rule based notification
kay.sievers@vrfy.org
2005-04-26
[PATCH] move execute_program to utils + add action to init_device
kay.sievers@vrfy.org
2005-04-26
[PATCH] support log-priority levels in udev.conf
kay.sievers@vrfy.org
2005-04-26
[PATCH] rename namedev_dev to udev_rule
kay.sievers@vrfy.org
2005-04-26
[PATCH] rename device_list->list to device_list->node
kay.sievers@vrfy.org
2005-04-26
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org
2005-04-26
[PATCH] split udev and udevstart
kay.sievers@vrfy.org
2005-04-26
[PATCH] disable logging for udevstart
kay.sievers@vrfy.org
2005-04-26
[PATCH] Make dev.d/ handling a separate processing stage
kay.sievers@vrfy.org
2005-04-26
[PATCH] make the udev object available to more processing stages
kay.sievers@vrfy.org
2005-04-26
[PATCH] add ACTION to udev object to expose it to the whole process
kay.sievers@vrfy.org
2005-04-26
[PATCH] cleanup netif handling and netif-dev.d/ events
kay.sievers@vrfy.org
2005-04-26
[PATCH] big cleanup of internal udev api
kay.sievers@vrfy.org
2005-04-26
[PATCH] fix problems using scsi_id with udevstart
kay.sievers@vrfy.org
2005-04-26
[PATCH] PATCH some cleanups and security fixes
harald@redhat.com
2005-04-26
[PATCH] add a "first" list to udevstart and make it contain the class/mem/ de...
greg@kroah.com
[next]