summaryrefslogtreecommitdiff
path: root/udevd.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org2005-04-261-26/+26
* [PATCH] udevd: don't delay events with TIMEOUT in the environmentkay.sievers@vrfy.org2005-04-261-0/+15
* [PATCH] fix ia64 compilekay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org2005-04-261-2/+2
* [PATCH] trivial rename of some variableskay.sievers@vrfy.org2005-04-261-11/+11
* [PATCH] udevd: fix valgrind warningmbuesch@freenet.de2005-04-261-0/+1
* [PATCH] udevd: throttle the forking of processeskay.sievers@vrfy.org2005-04-261-9/+126
* [PATCH] udevd: add possible initialization of expected_seqnumkay.sievers@vrfy.org2005-04-261-1/+9
* [PATCH] udevd: it's obviously not the brightest idea to exit a device node ma...kay.sievers@vrfy.org2005-04-261-15/+11
* [PATCH] udevd: separate socket handling to prepare for other event sourceskay.sievers@vrfy.org2005-04-261-25/+48
* [PATCH] udevd: support -d switch to become a daemonkay.sievers@vrfy.org2005-04-261-0/+18
* [PATCH] udevd: split up message receiving an queueingkay.sievers@vrfy.org2005-04-261-23/+27
* [PATCH] improve event sequence serializationkay.sievers@vrfy.org2005-04-261-19/+36
* [PATCH] limit the initial timeout of the udevd event handlingkay.sievers@vrfy.org2005-04-261-3/+18
* [PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org2005-04-261-1/+0
* [PATCH] udevd: serialization of the event sequence of a chain of deviceskay.sievers@vrfy.org2005-04-261-6/+27
* [PATCH] udevsend/udevd handle events without a subsystemkay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] add MANAGED_EVENT to the forked udev environmentkay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] close connection to syslog in forked udevd childkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] udevd exit path cleanupkay.sievers@vrfy.org2005-04-261-9/+10
* [PATCH] prevent udevd crash if DEVPATH is not setkay.sievers@vrfy.org2005-04-261-2/+7
* [PATCH] remove udev_lib dependency from udevsend, which makes it smallerkay.sievers@vrfy.org2005-04-261-17/+14
* [PATCH] pass the whole event environment to udevdkay.sievers@vrfy.org2005-04-261-42/+52
* [PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org2005-04-261-7/+2
* [PATCH] improve klibc fixup integrationkay.sievers@vrfy.org2005-04-261-1/+0
* [PATCH] cleanup udevd/udevstartkay.sievers@vrfy.org2005-04-261-28/+24
* [PATCH] sparse cleanups on the treegreg@kroah.com2005-04-261-6/+6
* [PATCH] close the syslogkay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] fix asmlinkagembuesch@freenet.de2005-04-261-1/+1
* [PATCH] fix incompatible pointer type warningmbuesch@freenet.de2005-04-261-1/+2
* [PATCH] PATCH udev close on execharald@redhat.com2005-04-261-0/+2
* [PATCH] PATCH some cleanups and security fixesharald@redhat.com2005-04-261-5/+37
* [PATCH] switch udev's seqnum to u64kay.sievers@vrfy.org2005-04-261-18/+17
* [PATCH] pass SEQNUM trough udevdkay.sievers@vrfy.org2005-04-261-12/+15
* [PATCH] Add 'asmlinkage' to udev-030trini@kernel.crashing.org2005-04-261-1/+1
* [PATCH] fix udevd zombieskay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] catchup with recent klibckay.sievers@vrfy.org2005-04-261-2/+0
* [PATCH] udevd test scriptkay.sievers@vrfy.org2005-04-261-1/+9
* [PATCH] switch udevd's msg_dump() to #definekay.sievers@vrfy.org2005-04-261-8/+4
* [PATCH] remove compiler warning from udevd.cgreg@kroah.com2005-04-261-0/+2
* [PATCH] DEVPATH for netdevkay.sievers@vrfy.org2005-04-261-2/+4
* [PATCH] udevd race conditions and performance, assorted cleanups - take 2kay.sievers@vrfy.org2005-04-261-40/+47
* [PATCH] udevd race conditions and performance, assorted cleanupschris_friesen@sympatico.ca2005-04-261-30/+137
* [PATCH] dev_d.c file sorting and cleanupkay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org2005-04-261-1/+1