summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-12-08rename "udev.c" to "test-udev.c" - it is only for testingKay Sievers
2006-09-05add persistent rules generator for net devices and optical drivesMarco d'Itri
2006-09-05let $attr{symlink} return the last element of the pathKay Sievers
2006-09-05fix ENV{TEST}="Test: $env{TEST}"Kay Sievers
2006-08-20use new key names in test programsKay Sievers
2006-08-20skip rule, if too may keys of the same type are usedKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers
2006-08-13don't report an error on overlong comment linesKay Sievers
2006-08-05switch ifdef __KLIBC__ to ifndef __GLIBC__Kay Sievers
2006-07-04remove broken %e enumerationKay Sievers
2006-06-14don't remove symlinks if they are already thereKay Sievers
2006-04-24allow NAME=="value" to check for already assigned valueKay Sievers
2006-03-29move all *_id programs to /lib/udev/Kay Sievers
2006-01-26don't add $SUBSYSTEM automatically as $1 to programsKay Sievers
2006-01-16fix BUS, ID, $id usageKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-11-16remove "udev_db" option from config fileKay Sievers
2005-11-10fix tests and remove no longer useful stuffKay Sievers
2005-11-09remove our own copy of klibcKay Sievers
2005-11-02test: add "driver" and "bus" links to test sysfs treeKay Sievers
2005-10-28remove no longer working udevd-test programKay Sievers
2005-10-27fix the new warnings I asked forKay Sievers
2005-10-27use DESTDIR on uninstall, no need to pass prefix to submakeKay Sievers
2005-09-14add install test to 'make buildtest'Kay Sievers
2005-09-14EXTRAS: cleanup and sync all MakefilesKay Sievers
2005-09-06add edd_id tool to match BIOS EDD disk informationKay Sievers
2005-08-30Makefile: remove all the duplicated rulesKay Sievers
2005-08-29udev_test.pl: we replace untrusted chars with '_'Kay Sievers
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers
2005-08-16ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environmentKay Sievers
2005-08-11added cdrom_id to the build checkGreg KH
2005-08-09add firmware_helper to load firmwareKay Sievers
2005-07-19create_floppy_devices: add tool to create floppy nodes based on sysfs infoHannes Reinecke
2005-07-16allow rules to have labels and skip to next labelKay Sievers
2005-07-13dasd_id: add s390 disk-label proberHannes Reinecke
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers
2005-07-12allow multiple values to be matched with KEY=="value1|value2"Kay Sievers
2005-07-07fix symlink values separated by multiple spacesKay Sievers
2005-07-07fix typo in group assignmentKay Sievers
2005-07-04add usb_id program to generate usb-storage device identifiersKay Sievers
2005-06-30prepare RELEASE-NOTESKay Sievers
2005-06-25add ata_id to read serial numbers from ATA drivesKay Sievers
2005-06-25IMPORT allow to import program returned keys into the envKay Sievers
2005-06-25IMPORT=<file> allow to import a shell-var style config-fileKay Sievers
2005-06-24allow rules to be compiled to one binary fileKay Sievers
2005-06-20prepare for module loading rules and add MODALIAS keyKay Sievers
2005-06-08udevd: allow starting of udevd with stopped exec-queueKay Sievers
2005-06-05udev: clear lists if a new value is assignedKay Sievers
2005-06-05udev: move dev.d/ handling to external helperKay Sievers
2005-06-05udev: allow final assignments :=Kay Sievers