aboutsummaryrefslogtreecommitdiffstats
path: root/udevstart.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-1/+1
2005-08-13fix udevstart event ordering, we want /dev/null very earlyKay Sievers1-22/+22
2005-08-11allow logging of all output from executed toolsKay Sievers1-1/+2
2005-08-11update SUSE rulesKay Sievers1-4/+1
2005-08-08add flag for reading of precompiled rulesKay Sievers1-1/+1
2005-08-01allow RUN to send the environment to a local socketKay Sievers1-2/+6
2005-07-22move code to its own filesKay Sievers1-4/+6
2005-07-06rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUTKay Sievers1-1/+1
2005-07-05pack parsed rules listKay Sievers1-2/+4
2005-07-02[PATCH] Keep udevstart from skipping devices without a 'dev' fileKay Sievers1-2/+2
2005-06-26store the imported device information in the udevdbKay Sievers1-6/+18
2005-06-25unify execute_command() and execute_program()Kay Sievers1-1/+1
2005-06-08udevd: allow starting of udevd with stopped exec-queueKay Sievers1-6/+4
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-5/+19
2005-06-05udev: move dev.d/ handling to external helperKay Sievers1-4/+0
2005-04-26[PATCH] export DEVNAME to RUN-key executed programskay.sievers@vrfy.org1-3/+4
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-0/+8
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-1/+16
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] rename device_list->list to device_list->nodekay.sievers@vrfy.org1-9/+9
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-26/+27
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org1-0/+325
2005-04-26[PATCH] disable logging for udevstartkay.sievers@vrfy.org1-300/+0
2005-04-26[PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org1-3/+7
2005-04-26[PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org1-8/+7
2005-04-26[PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org1-2/+8
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-7/+21
2005-04-26[PATCH] fix problems using scsi_id with udevstartkay.sievers@vrfy.org1-3/+18
2005-04-26[PATCH] PATCH some cleanups and security fixesharald@redhat.com1-1/+1
2005-04-26[PATCH] add a "first" list to udevstart and make it contain the class/mem/ de...greg@kroah.com1-1/+19
2005-04-26[PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org1-12/+12
2005-04-26[PATCH] fix UDEV_NO_SLEEPtrini@kernel.crashing.org1-3/+0
2005-04-26[PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org1-39/+8
2005-04-26[PATCH] fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes.greg@kroah.com1-1/+1
2005-04-26[PATCH] fix dumb bug I added to udevstartgreg@kroah.com1-1/+0
2005-04-26[PATCH] make a "last list" of devices for udevstart to operate on last.greg@kroah.com1-25/+100
2005-04-26[PATCH] reverse order of scanning of udevstart to look at class before block.greg@kroah.com1-18/+22
2005-04-26[PATCH] udevstart: close open directories.greg@kroah.com1-0/+6
2005-04-26[PATCH] udevstart fixkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] DEVPATH for netdevkay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] udevd race conditions and performance, assorted cleanupschris_friesen@sympatico.ca1-0/+2
2005-04-26[PATCH] udevstart fixesmd@Linux.IT1-8/+4
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] cleanup udevstartkay.sievers@vrfy.org1-122/+70
2005-04-26[PATCH] add udevstart program based on a old patch from Harald Hoyer <harald@...greg@kroah.com1-0/+247