summaryrefslogtreecommitdiff
path: root/udev.h
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org2005-04-261-0/+4
* [PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] correct enum device_typekay.sievers@vrfy.org2005-04-261-6/+6
* [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org2005-04-261-18/+16
* [PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] remove typedef for call_foreach_file() handler functionkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] correct udev_init_devicekay.sievers@vrfy.org2005-04-261-3/+2
* [PATCH] move kernel name/number evaluation into udev_init_device()kay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] switch device type to enumkay.sievers@vrfy.org2005-04-261-0/+8
* [PATCH] switch major/minor to dev_tkay.sievers@vrfy.org2005-04-261-3/+2
* [PATCH] create /block/*/range count of partitons for all_partitionskay.sievers@vrfy.org2005-04-261-0/+2
* [PATCH] provide temporary device node for callouts to access the devicekay.sievers@vrfy.org2005-04-261-0/+3
* [PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org2005-04-261-3/+0
* [PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org2005-04-261-2/+1
* [PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org2005-04-261-1/+0
* [PATCH] remove unused timestamp fieldkay.sievers@vrfy.org2005-04-261-1/+0
* [PATCH] simplify permission handlingkay.sievers@vrfy.org2005-04-261-8/+6
* [PATCH] trivial cleanups and change some commentskay.sievers@vrfy.org2005-04-261-3/+5
* [PATCH] remove unused variableskay.sievers@vrfy.org2005-04-261-2/+0
* [PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] handle whole hotplug event with udevd/udevkay.sievers@vrfy.org2005-04-261-0/+3
* [PATCH] add NAME{ignore_remove} attributekay.sievers@vrfy.org2005-04-261-0/+1
* [PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org2005-04-261-1/+4
* [PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org2005-04-261-2/+0
* [PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org2005-04-261-2/+3
* [PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org2005-04-261-9/+4
* [PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] big cleanup of internal udev apikay.sievers@vrfy.org2005-04-261-9/+9
* [PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org2005-04-261-3/+0
* [PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org2005-04-261-0/+3
* [PATCH] switch udev's seqnum to u64kay.sievers@vrfy.org2005-04-261-3/+1
* [PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org2005-04-261-0/+3
* [PATCH] udev - read long lines from config files overflow fixarun@codemovers.org2005-04-261-0/+2
* [PATCH] pass SEQNUM trough udevdkay.sievers@vrfy.org2005-04-261-3/+4
* [PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org2005-04-261-3/+7
* [PATCH] DEVPATH for netdevkay.sievers@vrfy.org2005-04-261-1/+1
* [PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org2005-04-261-1/+2
* [PATCH] add /etc/dev.d/ support for udev add and remove events.greg@kroah.com2005-04-261-0/+1
* [PATCH] first stupid try for a rule compose guikay.sievers@vrfy.org2005-04-261-0/+3
* [PATCH] Increase the name size as requested by Richard Gooch <rgooch@ras.ucal...greg@kroah.com2005-04-261-1/+1
* [PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org2005-04-261-94/+10
* [PATCH] rename strn*() macros to strmaxkay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] better fix for NAME="foo-%c{N}" gets a truncated namekay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] cleanup mult field string handlingkay.sievers@vrfy.org2005-04-261-0/+6
* [PATCH] udev - safer sprintf() usekay.sievers@vrfy.org2005-04-261-0/+12
* [PATCH] udev - safer string handling - part fourkay.sievers@vrfy.org2005-04-261-3/+3
* [PATCH] udev - safer string handling - part threekay.sievers@vrfy.org2005-04-261-0/+45
* [PATCH] udev - safer string handling - part twokay.sievers@vrfy.org2005-04-261-1/+13