summaryrefslogtreecommitdiff
path: root/udev.h
AgeCommit message (Expand)Author
2006-09-19udev_sysfs: unify symlink resolvingKay Sievers
2006-08-28update source file headersKay Sievers
2006-08-24use fnmatch() instead of our own pattern match codeKay Sievers
2006-08-20remove built-in /etc/passwd /etc/group parserKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers
2006-08-16rename udev_libc_wrapper -> udev_sysdepsKay Sievers
2006-08-13udevd: read DRIVER from the environmentKay Sievers
2006-07-06allow longer devpath valuesKay Sievers
2006-04-15apply format char to variables exported by ENVKay Sievers
2006-04-12remove old symlinks before creating current onesKay Sievers
2006-04-05merge device event handling and make database content available on "remove"Kay Sievers
2006-01-29optimize sysfs device and attribute cacheKay Sievers
2006-01-18scsi_id, usb_id: request device parent by subsystemKay Sievers
2006-01-16fix BUS, ID, $id usageKay Sievers
2006-01-13better log test and commentsKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-12-17add DEVLINKS to the event environmentKay Sievers
2005-12-16remove unused variablesKay Sievers
2005-11-16remove "udev_db" option from config fileKay Sievers
2005-11-12remove all built-in wait_for_sysfs logicKay Sievers
2005-11-07udevd: depend on netlink and remove all sequence reorder logicKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-07fix default-name handling and NAME="" rulesKay Sievers
2005-07-06rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUTKay Sievers
2005-06-26store the imported device information in the udevdbKay Sievers
2005-06-05udev: handle all events - not only class and block devicesKay Sievers
2005-06-05udev: move dev.d/ handling to external helperKay Sievers
2005-06-05udev: allow final assignments :=Kay Sievers
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org
2005-04-26[PATCH] remove typedef for call_foreach_file() handler functionkay.sievers@vrfy.org
2005-04-26[PATCH] correct udev_init_devicekay.sievers@vrfy.org
2005-04-26[PATCH] move kernel name/number evaluation into udev_init_device()kay.sievers@vrfy.org
2005-04-26[PATCH] switch device type to enumkay.sievers@vrfy.org
2005-04-26[PATCH] switch major/minor to dev_tkay.sievers@vrfy.org
2005-04-26[PATCH] create /block/*/range count of partitons for all_partitionskay.sievers@vrfy.org
2005-04-26[PATCH] provide temporary device node for callouts to access the devicekay.sievers@vrfy.org
2005-04-26[PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org
2005-04-26[PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org
2005-04-26[PATCH] remove unused timestamp fieldkay.sievers@vrfy.org
2005-04-26[PATCH] simplify permission handlingkay.sievers@vrfy.org
2005-04-26[PATCH] trivial cleanups and change some commentskay.sievers@vrfy.org
2005-04-26[PATCH] remove unused variableskay.sievers@vrfy.org
2005-04-26[PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org
2005-04-26[PATCH] handle whole hotplug event with udevd/udevkay.sievers@vrfy.org