aboutsummaryrefslogtreecommitdiffstats
path: root/udevsend.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-01allow RUN to send the environment to a local socketKay Sievers1-7/+7
2005-07-22move code to its own filesKay Sievers1-3/+0
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers1-1/+1
2005-06-14udevinitsend: handle replay messages correctlyKay Sievers1-1/+1
2005-06-05udevd: improve timeout handlingKay Sievers1-3/+3
2005-06-05udevd: add udevcontrolKay Sievers1-4/+5
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-13/+19
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] remove udevsend syslog noise on udevd startupkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] correct detection of hotplug.d/ udevsend loopkay.sievers@vrfy.org1-4/+5
2005-04-26[PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] udevsend/udevd handle events without a subsystemkay.sievers@vrfy.org1-24/+20
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] add MANAGED_EVENT to the forked udev environmentkay.sievers@vrfy.org1-0/+6
2005-04-26[PATCH] remove udev_lib dependency from udevsend, which makes it smallerkay.sievers@vrfy.org1-5/+4
2005-04-26[PATCH] pass the whole event environment to udevdkay.sievers@vrfy.org1-44/+46
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] reduce syslog noise of udevsend if multiple instances try to start udevdkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] wait() for specific pid to return from fork().kay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] cleanup udevd/udevstartkay.sievers@vrfy.org1-9/+6
2005-04-26[PATCH] close the syslogkay.sievers@vrfy.org1-1/+3
2005-04-26[PATCH] PATCH udev close on execharald@redhat.com1-0/+2
2005-04-26[PATCH] switch udev's seqnum to u64kay.sievers@vrfy.org1-16/+10
2005-04-26[PATCH] udevsend fallbackkay.sievers@vrfy.org1-15/+37
2005-04-26[PATCH] udevd race conditions and performance, assorted cleanups - take 2kay.sievers@vrfy.org1-9/+8
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udev - safer string handling - part threekay.sievers@vrfy.org1-25/+1
2005-04-26[PATCH] udev - safer string handling all over the placekay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] Have udevsend report more info in debug mode.greg@kroah.com1-0/+5
2005-04-26[PATCH] more logging.h cleanups to be a bit more flexible.greg@kroah.com1-3/+8
2005-04-26[PATCH] better credential patchkay.sievers@vrfy.org1-30/+1
2005-04-26[PATCH] udevd - client access authorizationkay.sievers@vrfy.org1-4/+33
2005-04-26[PATCH] compile udevd with klibckay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-0/+5
2005-04-26[PATCH] convert udevsend/udevd to DGRAM and single-threadedkay.sievers@vrfy.org1-42/+38
2005-04-26[PATCH] udevd - fix socket path lengthkay.sievers@vrfy.org1-1/+4
2005-04-26[PATCH] udevd - switch socket path to abstract namespacekay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] udevd - allow to bypass sequence numberkay.sievers@vrfy.org1-5/+4
2005-04-26[PATCH] make udevsend binary even smallergreg@kroah.com1-0/+2
2005-04-26[PATCH] let udevsend build with klibckay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] udevsend now almost compiles with klibc, struct sockaddr_un is only p...greg@kroah.com1-5/+3
2005-04-26[PATCH] rework the logging code so that each program logs with the proper nam...greg@kroah.com1-0/+3
2005-04-26[PATCH] udevd - config cleanupkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udevd - cleanup and better timeout handlingkay.sievers@vrfy.org1-30/+48
2005-04-26[PATCH] udevd - next round of fixeskay.sievers@vrfy.org1-4/+6
2005-04-26[PATCH] udev - trivial style cleanupkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udevd - cleanup and better timeout handlingkay.sievers@vrfy.org1-4/+6
2005-04-26[PATCH] udevsnd : clean up message creation logic a bit.greg@kroah.com1-20/+10
2005-04-26[PATCH] udev - next round of udev event order daemonkay.sievers@vrfy.org1-14/+57
2005-04-26[PATCH] fix udevd execkay.sievers@vrfy.org1-3/+5
2005-04-26[PATCH] whitespace cleanupsgreg@kroah.com1-5/+3
2005-04-26[PATCH] spilt udev into pieceskay.sievers@vrfy.org1-0/+152