Age | Commit message (Expand) | Author |
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 |
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 enum | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] switch major/minor to dev_t | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] create /block/*/range count of partitons for all_partitions | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] provide temporary device node for callouts to access the device | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove default_* permissions from udev.conf file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow multiline rules by backslash at the end of the line | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] complete removal of explicit udev permissions config file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove unused timestamp field | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] simplify permission handling | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] trivial cleanups and change some comments | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove unused variables | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] don't call the hotplug scripts with a test run | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] handle whole hotplug event with udevd/udev | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add NAME{ignore_remove} attribute | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] Make dev.d/ handling a separate processing stage | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] make the udev object available to more processing stages | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add ACTION to udev object to expose it to the whole process | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace tdb database by simple lockless file database | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] Don't use any syslog() in signal handler, cause it may deadlock. | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] cleanup netif handling and netif-dev.d/ events | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] big cleanup of internal udev api | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove sleeps from udev as it is external now | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] prevent deadlocks on an corrupt udev database | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] switch udev's seqnum to u64 | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] Fix naming ethernet devices in udevstart | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev - read long lines from config files overflow fix | arun@codemovers.org |
2005-04-26 | [PATCH] pass SEQNUM trough udevd | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] Make udev/udevstart be one binary | trini@kernel.crashing.org |
2005-04-26 | [PATCH] DEVPATH for netdev | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] netdev - udevdb+dev.d changes | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add /etc/dev.d/ support for udev add and remove events. | greg@kroah.com |