summaryrefslogtreecommitdiff
path: root/udevstart.c
AgeCommit message (Expand)Author
2006-08-28update source file headersKay Sievers
2006-08-18selinux: init once in the daemon, not in every event processHarald Hoyer
2006-04-05merge device event handling and make database content available on "remove"Kay Sievers
2006-01-26check for ignore_device in loop looks redundantAndrey Borzenkov
2006-01-26udevstart: fix NAME="" which prevents RUN from being executedKay Sievers
2006-01-25let "ignore_device" always return the event successfullyKay Sievers
2006-01-25rename apply_format() cause it is public nowKay Sievers
2006-01-24substitute format chars in RUN after rule matchingAndrey Borzenkov
2006-01-09replace libsysfsKay Sievers
2005-12-17add DEVLINKS to the event environmentKay Sievers
2005-11-12remove all built-in wait_for_sysfs logicKay Sievers
2005-11-05remove precompiled rules optionKay Sievers
2005-11-02use libsysfs to translate the class linke to the device pathKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-13fix udevstart event ordering, we want /dev/null very earlyKay Sievers
2005-08-11allow logging of all output from executed toolsKay Sievers
2005-08-11update SUSE rulesKay Sievers
2005-08-08add flag for reading of precompiled rulesKay Sievers
2005-08-01allow RUN to send the environment to a local socketKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-06rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUTKay Sievers
2005-07-05pack parsed rules listKay Sievers
2005-07-02[PATCH] Keep udevstart from skipping devices without a 'dev' fileKay Sievers
2005-06-26store the imported device information in the udevdbKay Sievers
2005-06-25unify execute_command() and execute_program()Kay Sievers
2005-06-08udevd: allow starting of udevd with stopped exec-queueKay Sievers
2005-06-05udev: handle all events - not only class and block devicesKay Sievers
2005-06-05udev: move dev.d/ handling to external helperKay Sievers
2005-04-26[PATCH] export DEVNAME to RUN-key executed programskay.sievers@vrfy.org
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org
2005-04-26[PATCH] rename device_list->list to device_list->nodekay.sievers@vrfy.org
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] disable logging for udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org
2005-04-26[PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org
2005-04-26[PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org
2005-04-26[PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org
2005-04-26[PATCH] fix problems using scsi_id with udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] PATCH some cleanups and security fixesharald@redhat.com
2005-04-26[PATCH] add a "first" list to udevstart and make it contain the class/mem/ de...greg@kroah.com
2005-04-26[PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] fix UDEV_NO_SLEEPtrini@kernel.crashing.org
2005-04-26[PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org
2005-04-26[PATCH] fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes.greg@kroah.com
2005-04-26[PATCH] fix dumb bug I added to udevstartgreg@kroah.com