chiark / gitweb /
fix usb_id and let scsi_id ignore "illegal request"
[elogind.git] / udevtest.c
2005-07-05 Kay Sieverspack parsed rules list
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-21 Kay Sieversfix udevstart and let all events trvel trough udev
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udevtest to print the error if logging...
2005-04-27 kay.sievers@vrfy.org[PATCH] move execute_program to utils + add action...
2005-04-27 kay.sievers@vrfy.org[PATCH] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] rename namedev_dev to udev_rule
2005-04-27 kay.sievers@vrfy.org[PATCH] correct enum device_type
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] rename LOG to USE_LOG in all places
2005-04-27 kay.sievers@vrfy.org[PATCH] switch device type to enum
2005-04-27 kay.sievers@vrfy.org[PATCH] klibc supports LOG_PID now, so remove our own...
2005-04-27 kay.sievers@vrfy.org[PATCH] include missing header to udevtest.c
2005-04-27 kay.sievers@vrfy.org[PATCH] prevent udev node creatinon for "class" registr...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove unused variables
2005-04-27 kay.sievers@vrfy.org[PATCH] update the man pages and correct Usage: hints
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udevdb* to udev_db*
2005-04-27 kay.sievers@vrfy.org[PATCH] make the udev object available to more processi...
2005-04-27 kay.sievers@vrfy.org[PATCH] add ACTION to udev object to expose it to the...
2005-04-27 kay.sievers@vrfy.org[PATCH] Exit, if udevtest cannot open the device (segfa...
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup netif handling and netif-dev.d/ events
2005-04-27 kay.sievers@vrfy.org[PATCH] big cleanup of internal udev api
2005-04-27 greg@kroah.com[PATCH] fix compiler warning in udevtest.c
2005-04-27 kay.sievers@vrfy.org[PATCH] Fix naming ethernet devices in udevstart
2005-04-27 greg@kroah.com[PATCH] handle the subsytem if provided in udevtest.
2005-04-27 greg@kroah.com[PATCH] fix udevtest to build properly after the big...
2005-04-27 kay.sievers@vrfy.org[PATCH] make udevtest a real program :)
2005-04-27 kay.sievers@vrfy.org[PATCH] overall trivial trivial cleanup
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part three
2005-04-27 greg@kroah.com[PATCH] force udev to include the internal version...
2005-04-27 patmans@us.ibm.com[PATCH] udev use new libsysfs header file location
2005-04-27 greg@kroah.com[PATCH] add udevtest program to build
2005-04-27 greg@kroah.com[PATCH] fix problem where usb devices can be either...