Age | Commit message (Expand) | Author |
2007-07-15 | handle dynamic rules created in /dev/.udev/rules.d/ | Kay Sievers |
2007-07-14 | move udev_utils_run.c into udev_rules.c | Kay Sievers |
2007-07-14 | use global udev_log variable instead of parameter in run_program | Kay Sievers |
2007-07-14 | add option to RUN key to ignore the return value of the program | Kay Sievers |
2007-06-03 | add TEST=="<file>" key | Kay Sievers |
2007-05-21 | replace_chars: replace % character | Kay Sievers |
2007-05-17 | replace_chars: replace spaces in node name | Kay Sievers |
2007-05-16 | udev_db: escape path names with \x00 instead of %00 | Kay Sievers |
2007-04-25 | unset variable with ENV{VAR}="" | Kay Sievers |
2007-03-18 | priority based symlink handling | Kay Sievers |
2007-03-17 | read list of devices from index, make index private to database | Kay Sievers |
2007-03-16 | add link_priority to rule options, and store it in database | Kay Sievers |
2007-03-15 | maintain index over device-names to devpath relation | Kay Sievers |
2007-03-14 | encode db-file names, instead of just replacing '/' | Kay Sievers |
2006-12-08 | rename config "filename" to "dir" | Kay Sievers |
2006-09-19 | udev_sysfs: unify symlink resolving | Kay Sievers |
2006-08-28 | update source file headers | Kay Sievers |
2006-08-24 | use fnmatch() instead of our own pattern match code | Kay Sievers |
2006-08-20 | remove built-in /etc/passwd /etc/group parser | Kay Sievers |
2006-08-19 | consistent key naming to match only the event device or include all parent de... | Kay Sievers |
2006-08-16 | rename udev_libc_wrapper -> udev_sysdeps | Kay Sievers |
2006-08-13 | udevd: read DRIVER from the environment | Kay Sievers |
2006-07-06 | allow longer devpath values | Kay Sievers |
2006-04-15 | apply format char to variables exported by ENV | Kay Sievers |
2006-04-12 | remove old symlinks before creating current ones | Kay Sievers |
2006-04-05 | merge device event handling and make database content available on "remove" | Kay Sievers |
2006-01-29 | optimize sysfs device and attribute cache | Kay Sievers |
2006-01-18 | scsi_id, usb_id: request device parent by subsystem | Kay Sievers |
2006-01-16 | fix BUS, ID, $id usage | Kay Sievers |
2006-01-13 | better log test and comments | Kay Sievers |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-12-17 | add DEVLINKS to the event environment | Kay Sievers |
2005-12-16 | remove unused variables | Kay Sievers |
2005-11-16 | remove "udev_db" option from config file | Kay Sievers |
2005-11-12 | remove all built-in wait_for_sysfs logic | Kay Sievers |
2005-11-07 | udevd: depend on netlink and remove all sequence reorder logic | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-07-07 | fix default-name handling and NAME="" rules | Kay Sievers |
2005-07-06 | rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT | Kay Sievers |
2005-06-26 | store the imported device information in the udevdb | Kay Sievers |
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers |
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers |
2005-06-05 | udev: allow final assignments := | Kay Sievers |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] correct enum device_type | kay.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 symlinks | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove typedef for call_foreach_file() handler function | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] correct udev_init_device | kay.sievers@vrfy.org |