aboutsummaryrefslogtreecommitdiffstats
path: root/udev.h
AgeCommit message (Expand)AuthorFilesLines
2006-08-28update source file headersKay Sievers1-4/+2
2006-08-24use fnmatch() instead of our own pattern match codeKay Sievers1-1/+0
2006-08-20remove built-in /etc/passwd /etc/group parserKay Sievers1-0/+2
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers1-2/+2
2006-08-16rename udev_libc_wrapper -> udev_sysdepsKay Sievers1-1/+1
2006-08-13udevd: read DRIVER from the environmentKay Sievers1-1/+2
2006-07-06allow longer devpath valuesKay Sievers1-5/+3
2006-04-15apply format char to variables exported by ENVKay Sievers1-2/+2
2006-04-12remove old symlinks before creating current onesKay Sievers1-1/+2
2006-04-05merge device event handling and make database content available on "remove"Kay Sievers1-6/+4
2006-01-29optimize sysfs device and attribute cacheKay Sievers1-0/+1
2006-01-18scsi_id, usb_id: request device parent by subsystemKay Sievers1-0/+1
2006-01-16fix BUS, ID, $id usageKay Sievers1-19/+20
2006-01-13better log test and commentsKay Sievers1-4/+6
2006-01-09replace libsysfsKay Sievers1-28/+80
2005-12-17add DEVLINKS to the event environmentKay Sievers1-1/+0
2005-12-16remove unused variablesKay Sievers1-2/+0
2005-11-16remove "udev_db" option from config fileKay Sievers1-1/+9
2005-11-12remove all built-in wait_for_sysfs logicKay Sievers1-0/+1
2005-11-07udevd: depend on netlink and remove all sequence reorder logicKay Sievers1-1/+1
2005-07-22move code to its own filesKay Sievers1-2/+5
2005-07-07fix default-name handling and NAME="" rulesKay Sievers1-1/+0
2005-07-06rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUTKay Sievers1-2/+1
2005-06-26store the imported device information in the udevdbKay Sievers1-0/+1
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-8/+1
2005-06-05udev: move dev.d/ handling to external helperKay Sievers1-1/+0
2005-06-05udev: allow final assignments :=Kay Sievers1-0/+5
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-0/+4
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org1-6/+6
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-18/+16
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] remove typedef for call_foreach_file() handler functionkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] correct udev_init_devicekay.sievers@vrfy.org1-3/+2
2005-04-26[PATCH] move kernel name/number evaluation into udev_init_device()kay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] switch device type to enumkay.sievers@vrfy.org1-0/+8
2005-04-26[PATCH] switch major/minor to dev_tkay.sievers@vrfy.org1-3/+2
2005-04-26[PATCH] create /block/*/range count of partitons for all_partitionskay.sievers@vrfy.org1-0/+2
2005-04-26[PATCH] provide temporary device node for callouts to access the devicekay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org1-3/+0
2005-04-26[PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org1-2/+1
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] remove unused timestamp fieldkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] simplify permission handlingkay.sievers@vrfy.org1-8/+6
2005-04-26[PATCH] trivial cleanups and change some commentskay.sievers@vrfy.org1-3/+5
2005-04-26[PATCH] remove unused variableskay.sievers@vrfy.org1-2/+0
2005-04-26[PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] handle whole hotplug event with udevd/udevkay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] add NAME{ignore_remove} attributekay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org1-1/+4
2005-04-26[PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org1-2/+0
2005-04-26[PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org1-9/+4
2005-04-26[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-9/+9
2005-04-26[PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org1-3/+0
2005-04-26[PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] switch udev's seqnum to u64kay.sievers@vrfy.org1-3/+1
2005-04-26[PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] udev - read long lines from config files overflow fixarun@codemovers.org1-0/+2
2005-04-26[PATCH] pass SEQNUM trough udevdkay.sievers@vrfy.org1-3/+4
2005-04-26[PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org1-3/+7
2005-04-26[PATCH] DEVPATH for netdevkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] add /etc/dev.d/ support for udev add and remove events.greg@kroah.com1-0/+1
2005-04-26[PATCH] first stupid try for a rule compose guikay.sievers@vrfy.org1-0/+3
2005-04-26[PATCH] Increase the name size as requested by Richard Gooch <rgooch@ras.ucal...greg@kroah.com1-1/+1
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-94/+10
2005-04-26[PATCH] rename strn*() macros to strmaxkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] better fix for NAME="foo-%c{N}" gets a truncated namekay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] cleanup mult field string handlingkay.sievers@vrfy.org1-0/+6
2005-04-26[PATCH] udev - safer sprintf() usekay.sievers@vrfy.org1-0/+12
2005-04-26[PATCH] udev - safer string handling - part fourkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] udev - safer string handling - part threekay.sievers@vrfy.org1-0/+45
2005-04-26[PATCH] udev - safer string handling - part twokay.sievers@vrfy.org1-1/+13
2005-04-26[PATCH] udev - safer string handling all over the placekay.sievers@vrfy.org1-0/+6
2005-04-26[PATCH] udev use new libsysfs header file locationpatmans@us.ibm.com1-1/+1
2005-04-26[PATCH] add support for UDEV_NO_SLEEP env variable so Gentoo people will be h...greg@kroah.com1-0/+1
2005-04-26[PATCH] udev - create all partitions of blockdevicekay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udev - keep private data out of the database?kay.sievers@vrfy.org1-5/+9
2005-04-26[PATCH] add udevtest program to buildgreg@kroah.com1-1/+1
2005-04-26[PATCH] stop using mode_t as different libcs define it in different ways :(greg@kroah.com1-1/+1
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-3/+1
2005-04-26[PATCH] make logging a config optionazarah@nosferatu.za.org1-0/+3
2005-04-26[PATCH] move get_pair to udev_config.c because udevinfo doesn't need all of n...greg@kroah.com1-0/+1
2005-04-26[PATCH] set default owner/group in db - updatekay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] set default owner/group in db.hannal@us.ibm.com1-0/+2
2005-04-26[PATCH] add udev logging to info logkay.sievers@vrfy.org1-25/+0
2005-04-26[PATCH] udev - drop all methods :)kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] introduce format char 'k' for kernel-namekay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] move all of the DBUS logic into one file and remove all of the #ifdef...greg@kroah.com1-9/+0
2005-04-26[PATCH] D-BUS patch for udev-008david@fubar.dk1-0/+9
2005-04-26[PATCH] experimental (very simple) SYMLINK creationkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] enable default_mode ability to actually buildgreg@kroah.com1-0/+1
2005-04-26[PATCH] get rid of the majority of the debug environment variables.greg@kroah.com1-9/+1
2005-04-26[PATCH] add support for a main udev config file, udev.conf.greg@kroah.com1-6/+11
2005-04-26[PATCH] Build failure - missing linux/limits.h include?arnd@arndb.de1-1/+1
2005-04-26[PATCH] changed the default location of the database to /udev/.udev.tdb to be...greg@kroah.com1-1/+1
2005-04-26[PATCH] overall whitespace + debug text conditioningkay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] added ability to put format specifiers in the CALLOUT program string.greg@kroah.com1-0/+6
2005-04-26[PATCH] more robust config file parsing in namedev.carnd@arndb.de1-0/+6
2005-04-26[PATCH] got rid of struct device_attrgreg@kroah.com1-7/+0
2005-04-26[PATCH] rename namedev.permissions and namedev.config to udev.permissions and...greg@kroah.com1-3/+3
2005-04-26[PATCH] make config files, sysfs root, and udev root configurable from config...greg@kroah.com1-1/+12
2005-04-26[PATCH] major database cleanupsgreg@kroah.com1-2/+13
2005-04-26[PATCH] udev: mode should be mode_trml@tech9.net1-1/+1
2005-04-26[PATCH] put config files and database in /etc/udev by defaultgreg@kroah.com1-4/+12
2005-04-26[PATCH] add callout config type to udevpatmans@us.ibm.com1-0/+2
2005-04-26[PATCH] cleanup the mknod code a bit.greg@kroah.com1-3/+0
2005-04-26[PATCH] removed unneeded stuff from udev.hgreg@kroah.com1-6/+0
2005-04-26[PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com1-0/+2
2005-04-26[PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com1-3/+1
2005-04-26[PATCH] add initial libsysfs support...greg@kroah.com1-0/+13
2005-04-26[PATCH] make log_message spit out warnings so I don't havegreg@kroah.com1-1/+2
2005-04-26[PATCH] Initial namedev parsing of config filesgreg@kroah.com1-2/+0
2005-04-26[PATCH] pick a better default UDEV_ROOTgreg@kroah.com1-1/+1
2005-04-26[PATCH] Creating nodes actually works.greg@kroah.com1-0/+11
2005-04-26[PATCH] enabled debugging.greg@kroah.com1-1/+7
2005-04-26added initial files.Greg KH1-0/+41