chiark / gitweb /
libvolume_id: gfs + gfs2 support
[elogind.git] / udevstart.c
2006-04-05 Kay Sieversmerge device event handling and make database content...
2006-01-26 Andrey Borzenkovcheck for ignore_device in loop looks redundant
2006-01-26 Kay Sieversudevstart: fix NAME="" which prevents RUN from being...
2006-01-25 Kay Sieverslet "ignore_device" always return the event successfully
2006-01-25 Kay Sieversrename apply_format() cause it is public now
2006-01-24 Andrey Borzenkovsubstitute format chars in RUN after rule matching
2006-01-09 Kay Sieversreplace libsysfs
2005-12-17 Kay Sieversadd DEVLINKS to the event environment
2005-11-12 Kay Sieversremove all built-in wait_for_sysfs logic
2005-11-05 Kay Sieversremove precompiled rules option
2005-11-02 Kay Sieversuse libsysfs to translate the class linke to the device...
2005-08-15 Kay Sieverscleanup some debug output and move to info level +...
2005-08-13 Kay Sieversfix udevstart event ordering, we want /dev/null very...
2005-08-11 Kay Sieversallow logging of all output from executed tools
2005-08-11 Kay Sieversupdate SUSE rules
2005-08-08 Kay Sieversadd flag for reading of precompiled rules
2005-08-01 Kay Sieversallow RUN to send the environment to a local socket
2005-07-22 Kay Sieversmove code to its own files
2005-07-06 Kay Sieversrename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
2005-07-05 Kay Sieverspack parsed rules list
2005-07-03 Kay Sievers[PATCH] Keep udevstart from skipping devices without...
2005-06-26 Kay Sieversstore the imported device information in the udevdb
2005-06-25 Kay Sieversunify execute_command() and execute_program()
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-08 Kay Sieversudevd: allow starting of udevd with stopped exec-queue
2005-06-05 Kay Sieversudev: handle all events - not only class and block...
2005-06-05 Kay Sieversudev: move dev.d/ handling to external helper
2005-04-27 kay.sievers@vrfy.org[PATCH] export DEVNAME to RUN-key executed programs
2005-04-27 kay.sievers@vrfy.org[PATCH] add RUN key to be able to run rule based notifi...
2005-04-27 kay.sievers@vrfy.org[PATCH] move execute_program to utils + add action...
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] rename namedev_dev to udev_rule
2005-04-27 kay.sievers@vrfy.org[PATCH] rename device_list->list to device_list->node
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] split udev and udevstart
2005-04-27 kay.sievers@vrfy.org[PATCH] disable logging for udevstart
2005-04-27 kay.sievers@vrfy.org[PATCH] Make dev.d/ handling a separate processing...
2005-04-27 kay.sievers@vrfy.org[PATCH] make the udev object available to more processi...
2005-04-27 kay.sievers@vrfy.org[PATCH] add ACTION to udev object to expose it to the...
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup netif handling and netif-dev.d/ events
2005-04-27 kay.sievers@vrfy.org[PATCH] big cleanup of internal udev api
2005-04-27 kay.sievers@vrfy.org[PATCH] fix problems using scsi_id with udevstart
2005-04-27 harald@redhat.com[PATCH] PATCH some cleanups and security fixes
2005-04-27 greg@kroah.com[PATCH] add a "first" list to udevstart and make it...
2005-04-27 kay.sievers@vrfy.org[PATCH] Fix naming ethernet devices in udevstart
2005-04-27 trini@kernel.crash... [PATCH] fix UDEV_NO_SLEEP
2005-04-27 trini@kernel.crash... [PATCH] Make udev/udevstart be one binary
2005-04-27 greg@kroah.com[PATCH] fix stupid off-by-one bug that caused udevstart...
2005-04-27 greg@kroah.com[PATCH] fix dumb bug I added to udevstart
2005-04-27 greg@kroah.com[PATCH] make a "last list" of devices for udevstart...
2005-04-27 greg@kroah.com[PATCH] reverse order of scanning of udevstart to look...
2005-04-27 greg@kroah.com[PATCH] udevstart: close open directories.
2005-04-27 kay.sievers@vrfy.org[PATCH] udevstart fix
2005-04-27 kay.sievers@vrfy.org[PATCH] DEVPATH for netdev
2005-04-27 chris_friesen@symp... [PATCH] udevd race conditions and performance, assorted...
2005-04-27 md@Linux.IT[PATCH] udevstart fixes
2005-04-27 kay.sievers@vrfy.org[PATCH] overall trivial trivial cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup udevstart
2005-04-27 greg@kroah.com[PATCH] add udevstart program based on a old patch...