Age | Commit message (Expand) | Author |
2005-09-06 | add edd_id tool to match BIOS EDD disk information | Kay Sievers |
2005-08-30 | Makefile: remove all the duplicated rules | Kay Sievers |
2005-08-29 | udev_test.pl: we replace untrusted chars with '_' | Kay Sievers |
2005-08-28 | start to enforce plain ascii or valid utf8 | Kay Sievers |
2005-08-16 | ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment | Kay Sievers |
2005-08-11 | added cdrom_id to the build check | Greg KH |
2005-08-09 | add firmware_helper to load firmware | Kay Sievers |
2005-07-19 | create_floppy_devices: add tool to create floppy nodes based on sysfs info | Hannes Reinecke |
2005-07-16 | allow rules to have labels and skip to next label | Kay Sievers |
2005-07-13 | dasd_id: add s390 disk-label prober | Hannes Reinecke |
2005-07-12 | IMPORT: add {parent} to import the persistent data of the parent device | Kay Sievers |
2005-07-12 | allow multiple values to be matched with KEY=="value1|value2" | Kay Sievers |
2005-07-07 | fix symlink values separated by multiple spaces | Kay Sievers |
2005-07-07 | fix typo in group assignment | Kay Sievers |
2005-07-04 | add usb_id program to generate usb-storage device identifiers | Kay Sievers |
2005-06-30 | prepare RELEASE-NOTES | Kay Sievers |
2005-06-25 | add ata_id to read serial numbers from ATA drives | Kay Sievers |
2005-06-25 | IMPORT allow to import program returned keys into the env | Kay Sievers |
2005-06-25 | IMPORT=<file> allow to import a shell-var style config-file | Kay Sievers |
2005-06-24 | allow rules to be compiled to one binary file | Kay Sievers |
2005-06-20 | prepare for module loading rules and add MODALIAS key | Kay Sievers |
2005-06-08 | udevd: allow starting of udevd with stopped exec-queue | Kay Sievers |
2005-06-05 | udev: clear lists if a new value is assigned | 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-05-18 | remove detach_state files from the sysfs test tree. | Greg KH |
2005-05-10 | Update permissions on test scripts so they will run properly now. | Greg KH |
2005-05-10 | hopefully fix up the symlinks in the test directory | Greg KH |
2005-05-09 | [PATCH] Writing udev rules docs update | Daniel Drake |
2005-05-05 | Added symlinks thanks to Kay's script and git hacking. | Greg KH |
2005-04-26 | [PATCH] fix stupid all_partitions bug | tklauser@access.unizh.ch |
2005-04-26 | [PATCH] add test for make -j4 to build-check | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev-test.pl: add test for DEVNAME export to RUN environment | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow to match against empty key values | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] read %s{}-sysfs values at any device in the chain | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAM | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] test-suite: remove UDEV_TEST, it's not needed anymore | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev-test.pl: use more common user/group names | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwd | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev-test.pl: add check for textual uid/gid | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add ENV{} key to match agains environment variables | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add a test and simplify debug statement | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support =, ==, !=, += for the key match and assignment | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add OPTION="last_rule" to skip any later rule | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove PLACE key match | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udev-test.pl: remove useless tests | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] namedev: skip backslashes only if followed by newline | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove the device node only if the major/minor number matches | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key | kay.sievers@vrfy.org |