summaryrefslogtreecommitdiff
path: root/udev.h
AgeCommit message (Expand)Author
2007-11-08udevadm: merge all udev tools into a single binaryKay Sievers
2007-08-26track "move" events to rename database and failed filesKay Sievers
2007-07-15handle dynamic rules created in /dev/.udev/rules.d/Kay Sievers
2007-07-14move udev_utils_run.c into udev_rules.cKay Sievers
2007-07-14use global udev_log variable instead of parameter in run_programKay Sievers
2007-07-14add option to RUN key to ignore the return value of the programKay Sievers
2007-06-03add TEST=="<file>" keyKay Sievers
2007-05-21replace_chars: replace % characterKay Sievers
2007-05-17replace_chars: replace spaces in node nameKay Sievers
2007-05-16udev_db: escape path names with \x00 instead of %00Kay Sievers
2007-04-25unset variable with ENV{VAR}=""Kay Sievers
2007-03-18priority based symlink handlingKay Sievers
2007-03-17read list of devices from index, make index private to databaseKay Sievers
2007-03-16add link_priority to rule options, and store it in databaseKay Sievers
2007-03-15maintain index over device-names to devpath relationKay Sievers
2007-03-14encode db-file names, instead of just replacing '/'Kay Sievers
2006-12-08rename config "filename" to "dir"Kay Sievers
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