aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-03-18build-sys: place build binaries in the rootKay Sievers1-1/+1
2012-02-20test: remove outdated key attributesKay Sievers2-3/+3
2012-01-10fix debug messageKay Sievers1-1/+1
2012-01-10tabs are as useful as a hole in the headKay Sievers2-1039/+1037
2012-01-09add test/src to .gitignoreKay Sievers1-0/+1
2012-01-06replace unpacked sysfs test tree 'test/sys/' with packed tarballKay Sievers9586-10676/+34
2012-01-06merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers1-1/+1
2012-01-01remove mknod() logic and rely on 'devtmpfs'Kay Sievers9-252/+29
2011-12-25make: introduce --with-rootprefix=Kay Sievers3-33/+35
2011-12-23build argv[] for builtin commandsKay Sievers1-1/+1
2011-12-05use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentationKay Sievers1-1/+1
2011-10-06remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keysKay Sievers1-1/+1
2011-08-05implement path_id, usb_id, input_id as built-in commandKay Sievers1-2/+12
2011-05-31rule-syntax-check.py: use print()Kay Sievers1-3/+3
2011-05-16libudev: device - use DEVMODE from kernel as the default modeKay Sievers1-1/+1
2011-03-23use /run/udev/ if possible and fall back to /dev/.udev/Kay Sievers1-0/+1
2010-12-14udevd: write full database file for (unsupported) renamed device nodesKay Sievers2-0/+2
2010-09-21Add automatic rules syntax checkMartin Pitt2-0/+81
2010-05-20fix tests and allow MODE=000Kay Sievers1-5/+5
2010-05-05warn when renaming kernel-provided nodes instead of adding symlinksKay Sievers1-11/+0
2010-04-13remove "ignore_remove" optionKay Sievers1-10/+0
2010-04-13remove "all_partitions" optionKay Sievers1-43/+0
2010-01-27update testsKay Sievers2-343/+253
2009-11-16udev-test.pl: catch-up with recent changesKay Sievers1-23/+3
2009-09-07test: catch possible bug in GOTO resolvingKay Sievers1-2/+3
2009-08-19change database file namesKay Sievers1-2/+2
2009-08-07Fix another relative path for the new working directory.Diego Elio 'Flameeyes' Pettenò1-1/+1
2009-08-07Replace the custom test-run target with the standard make check.Diego Elio 'Flameeyes' Pettenò1-1/+1
2009-05-22test: check string substitutions in OWNER and GROUPBenjamin Gilbert1-3/+3
2009-05-20use more efficient string copyingKay Sievers1-9/+0
2009-05-19remove format char string truncation syntaxKay Sievers1-20/+1
2009-05-13fix possible endless loop for GOTO to non-existent LABELKay Sievers1-0/+11
2009-02-05test: add test for empty and non-existent ATTRKay Sievers2-0/+27
2009-01-30fix NAME="" logicKay Sievers1-19/+21
2008-11-12string index - split nodes and childs to allow and unlimited number of childsKay Sievers1-0/+8
2008-10-26libudev: device - allocate envp array only onceKay Sievers1-1/+2
2008-10-26test: add RUN+="socket: ..." to a test to run monitor codeKay Sievers1-2/+2
2008-10-26fix $attr{[<subsystem>/<sysname>]<attribute>} substitutionKay Sievers1-0/+10
2008-10-25match KEY="A|B" without temporary string copyKay Sievers1-0/+25
2008-10-23replace in-memory rules array with match/action token listKay Sievers1-25/+28
2008-10-17test: fix a few unintentially wrongly written rules which cause parse errorsKay Sievers1-11/+21
2008-10-14test: move global ENV{ENV_KEY_TEST}="test" to local ruleKay Sievers1-3/+5
2008-10-14delete simple-build-check.shKay Sievers1-38/+0
2008-09-29test: replace last reference of "/class/*" devpathKay Sievers1-2/+2
2008-09-29test: add missing pci directory because of .gitignore *.7Kay Sievers1257-1380/+2082
2008-09-29test: replace ancient sysfs tree with recent oneKay Sievers9189-526/+10026
2008-09-29libudev: enumerate - split new() and scan()Kay Sievers1-2/+2
2008-09-16udev-test.pl: set non-zero exitcode if tests failAlan Jenkins1-0/+4
2008-09-08udev-test.pl: set udev_log="err"Kay Sievers1-2/+2
2008-09-03udev-test.pl: remove left-over comment from --valgrind optionKay Sievers1-2/+0
2008-09-01udev-test.pl: add --valgrind optionKay Sievers1-17/+30
2008-07-30use autotoolsKay Sievers1-1/+1
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers1-3/+3
2008-05-19add substitution in MODE= fieldErik van Konijnenburg1-4/+32
2008-04-21fstab_import: add program to IMPORT matching fstab entryKay Sievers1-1/+2
2008-04-18allow setting of MODE="0000"Kay Sievers1-0/+10
2008-03-21test: remove duplicated EXTRA entryKay Sievers1-1/+0
2008-03-14extend hack to allow TEST=="*/start"Kay Sievers1-0/+9
2008-03-14test: add "subsystem" links to all devicesKay Sievers108-0/+99
2007-11-13remove udevstartKay Sievers1-61/+0
2007-08-16accept relative path for TESTKay Sievers1-0/+28
2007-07-25restore behavior of NAME==Kay Sievers1-0/+12
2007-07-24collect: extra to synchronize actions across eventsHannes Reinecke1-0/+1
2007-07-16allow SYMLINK== matchKay Sievers1-12/+0
2007-06-03add "[$SUBSYSTEM/$KERNEL]<attribute>" lookupKay Sievers1-0/+9
2007-05-21replace_chars: replace % characterKay Sievers1-21/+1
2007-03-28finally remove the directory event-multiplexer crapKay Sievers1-1/+0
2007-03-12delete dasd_id, it moved to s390-toolsKay Sievers1-1/+0
2007-02-25add test for an attribute which contains an operator charKay Sievers2-1/+11
2006-12-08rename "udev.c" to "test-udev.c" - it is only for testingKay Sievers1-1/+1
2006-09-05add persistent rules generator for net devices and optical drivesMarco d'Itri1-1/+3
2006-09-05let $attr{symlink} return the last element of the pathKay Sievers1-0/+18
2006-09-05fix ENV{TEST}="Test: $env{TEST}"Kay Sievers1-0/+13
2006-08-20use new key names in test programsKay Sievers2-139/+163
2006-08-20skip rule, if too may keys of the same type are usedKay Sievers1-1/+1
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers1-3/+3
2006-08-13don't report an error on overlong comment linesKay Sievers1-0/+12
2006-08-05switch ifdef __KLIBC__ to ifndef __GLIBC__Kay Sievers1-8/+0
2006-07-04remove broken %e enumerationKay Sievers1-68/+0
2006-06-14don't remove symlinks if they are already thereKay Sievers1-0/+1
2006-04-24allow NAME=="value" to check for already assigned valueKay Sievers1-6/+43
2006-03-29move all *_id programs to /lib/udev/Kay Sievers1-0/+1
2006-01-26don't add $SUBSYSTEM automatically as $1 to programsKay Sievers1-9/+0
2006-01-16fix BUS, ID, $id usageKay Sievers1-44/+27
2006-01-09replace libsysfsKay Sievers2-24/+30
2005-11-16remove "udev_db" option from config fileKay Sievers1-4/+0
2005-11-10fix tests and remove no longer useful stuffKay Sievers9-260/+3
2005-11-09remove our own copy of klibcKay Sievers1-7/+8
2005-11-02test: add "driver" and "bus" links to test sysfs treeKay Sievers29-5/+20
2005-10-28remove no longer working udevd-test programKay Sievers3-723/+0
2005-10-27fix the new warnings I asked forKay Sievers1-2/+2
2005-10-27use DESTDIR on uninstall, no need to pass prefix to submakeKay Sievers1-10/+5
2005-09-14add install test to 'make buildtest'Kay Sievers1-4/+15
2005-09-14EXTRAS: cleanup and sync all MakefilesKay Sievers1-1/+0
2005-09-06add edd_id tool to match BIOS EDD disk informationKay Sievers1-0/+1
2005-08-30Makefile: remove all the duplicated rulesKay Sievers1-1/+0
2005-08-29udev_test.pl: we replace untrusted chars with '_'Kay Sievers1-1/+1
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers1-1/+19
2005-08-16ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environmentKay Sievers1-0/+25
2005-08-11added cdrom_id to the build checkGreg KH1-0/+1
2005-08-09add firmware_helper to load firmwareKay Sievers1-1/+2
2005-07-19create_floppy_devices: add tool to create floppy nodes based on sysfs infoHannes Reinecke1-0/+1
2005-07-16allow rules to have labels and skip to next labelKay Sievers1-0/+13
2005-07-13dasd_id: add s390 disk-label proberHannes Reinecke1-0/+1
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers1-0/+21
2005-07-12allow multiple values to be matched with KEY=="value1|value2"Kay Sievers1-0/+21
2005-07-07fix symlink values separated by multiple spacesKay Sievers1-0/+11
2005-07-07fix typo in group assignmentKay Sievers1-1/+25
2005-07-04add usb_id program to generate usb-storage device identifiersKay Sievers1-1/+7
2005-06-30prepare RELEASE-NOTESKay Sievers1-2/+2
2005-06-25add ata_id to read serial numbers from ATA drivesKay Sievers1-1/+1
2005-06-25IMPORT allow to import program returned keys into the envKay Sievers1-1/+11
2005-06-25IMPORT=<file> allow to import a shell-var style config-fileKay Sievers1-0/+19
2005-06-24allow rules to be compiled to one binary fileKay Sievers8-0/+0
2005-06-20prepare for module loading rules and add MODALIAS keyKay Sievers1-3/+48
2005-06-08udevd: allow starting of udevd with stopped exec-queueKay Sievers1-0/+0
2005-06-05udev: clear lists if a new value is assignedKay Sievers1-21/+42
2005-06-05udev: move dev.d/ handling to external helperKay Sievers1-1/+1
2005-06-05udev: allow final assignments :=Kay Sievers1-0/+23
2005-05-18remove detach_state files from the sysfs test tree.Greg KH6-6/+0
2005-05-10Update permissions on test scripts so they will run properly now.Greg KH2-0/+0
2005-05-10hopefully fix up the symlinks in the test directoryGreg KH21-0/+0
2005-05-09[PATCH] Writing udev rules docs updateDaniel Drake21-0/+0
2005-05-05Added symlinks thanks to Kay's script and git hacking.Greg KH21-0/+21
2005-04-26[PATCH] fix stupid all_partitions bugtklauser@access.unizh.ch1-0/+1
2005-04-26[PATCH] add test for make -j4 to build-checkkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] udev-test.pl: add test for DEVNAME export to RUN environmentkay.sievers@vrfy.org1-0/+13
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-0/+47
2005-04-26[PATCH] allow to match against empty key valueskay.sievers@vrfy.org1-4/+16
2005-04-26[PATCH] read %s{}-sysfs values at any device in the chainkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAMkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] test-suite: remove UDEV_TEST, it's not needed anymorekay.sievers@vrfy.org5-193/+195
2005-04-26[PATCH] udev-test.pl: use more common user/group nameskay.sievers@vrfy.org1-4/+4
2005-04-26[PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwdkay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] udev-test.pl: add check for textual uid/gidkay.sievers@vrfy.org1-24/+63
2005-04-26[PATCH] add ENV{} key to match agains environment variableskay.sievers@vrfy.org1-9/+23
2005-04-26[PATCH] add a test and simplify debug statementkay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org1-161/+193
2005-04-26[PATCH] add OPTION="last_rule" to skip any later rulekay.sievers@vrfy.org1-1/+10
2005-04-26[PATCH] remove PLACE key matchkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] udev-test.pl: remove useless testskay.sievers@vrfy.org1-23/+0
2005-04-26[PATCH] namedev: skip backslashes only if followed by newlinekay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] remove the device node only if the major/minor number matcheskay.sievers@vrfy.org1-22/+15
2005-04-26[PATCH] introduce OPTIONS=ignore_device, ignore_remove, all_partitions" keykay.sievers@vrfy.org1-2/+33
2005-04-26[PATCH] allow simple-build-check.sh to go faster if MAKEOPTS is setgregkh@suse.de1-6/+6
2005-04-26[PATCH] fix test for temporary nodespatmans@us.ibm.com1-2/+2
2005-04-26[PATCH] fix special file mode mask for temporary device nodekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udevstart: simplify "dev" file searchingkay.sievers@vrfy.org2-7/+59
2005-04-26[PATCH] add %P modifier to query the node name of the parent devicekay.sievers@vrfy.org1-1/+31
2005-04-26[PATCH] provide temporary device node for callouts to access the devicekay.sievers@vrfy.org1-0/+18
2005-04-26[PATCH] simple_build_check: make it possible to pass KERNEL_DIRkay.sievers@vrfy.org1-12/+15
2005-04-26[PATCH] remove default_* permissions from udev.conf filekay.sievers@vrfy.org1-3/+0
2005-04-26[PATCH] update Fedora config files and add some more testskay.sievers@vrfy.org1-0/+28
2005-04-26[PATCH] allow permissions only ruleskay.sievers@vrfy.org1-0/+12
2005-04-26[PATCH] add SUBSYSTEM rule to catch all block devices and apply the disk perm...kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] allow multiline rules by backslash at the end of the linekay.sievers@vrfy.org1-0/+30
2005-04-26[PATCH] simplify rules file by setting default mode to 0660kay.sievers@vrfy.org1-5/+5
2005-04-26[PATCH] I broke the extras/ again. Add simple build test script now.kay.sievers@vrfy.org1-0/+26
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org5-191/+17
2005-04-26bleah, more merge fixes...Greg KH1-1/+3
2005-04-26[PATCH] udevd-test.pl: remove wrong date calculationkay.sievers@vrfy.org3-127/+23
2005-04-26[PATCH] delete a bunch of files no longer needed.greg@kroah.com6-311/+0
2005-04-26[PATCH] fix udev-test/udev-test.pl to work with againkay.sievers@vrfy.org1-54/+43
2005-04-26[PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org1-0/+1
2005-04-26fixups to get back to proper patch orderGreg KH1-3/+1
2005-04-26[PATCH] comment out ability to run udev-test.pl with valgrindgreg@kroah.com1-1/+3
2005-04-26[PATCH] add NAME{ignore_remove} attributekay.sievers@vrfy.org1-2/+23
2005-04-26[PATCH] support DRIVER as a rule keykay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] support SUBSYSTEM as a rule keykay.sievers@vrfy.org1-0/+11
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org8-10/+10
2005-04-26[PATCH] make udev-test.pl test for root permissions before runninggreg@kroah.com1-0/+7
2005-04-26[PATCH] Apply the default permissions even if we found a entry inkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] add test for format chars in multiple symlinks to replacekay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] add dumb script to show all sysfs devices in the system.greg@kroah.com1-0/+27
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] fix up the wait_for_sysfs_test script a bit.greg@kroah.com1-8/+12
2005-04-26[PATCH] take out & from wait_for_sysfs_test that I previously missed.greg@kroah.com1-1/+1
2005-04-26[PATCH] add wait_for_sysfs test script to the tarball to help people debug th...greg@kroah.com1-0/+40
2005-04-26[PATCH] fix problems using scsi_id with udevstartkay.sievers@vrfy.org1-0/+9
2005-04-26[PATCH] add enum testskay.sievers@vrfy.org1-3/+86
2005-04-26[PATCH] fix udev segfaults with bad permissions filekay.sievers@vrfy.org1-0/+16
2005-04-26[PATCH] add test for ! in partition namegreg@kroah.com5-0/+14
2005-04-26[PATCH] add devd_test script.greg@kroah.com1-0/+39
2005-04-26[PATCH] udevd test scriptkay.sievers@vrfy.org3-0/+838
2005-04-26[PATCH] Added expanded tests to the test framework from Leann Ogasawara <ogas...greg@kroah.com2-119/+604
2005-04-26[PATCH] tweak net_test a bit.greg@kroah.com1-1/+1
2005-04-26[PATCH] make a net_test test script using udevtest.greg@kroah.com1-17/+5
2005-04-26[PATCH] add hotplug.dev script to handle renamed network devices.greg@kroah.com1-0/+49
2005-04-26[PATCH] add a bunch of network class devices to the test sysfs treegreg@kroah.com40-0/+40
2005-04-26[PATCH] netdev - udevdb+dev.d changeskay.sievers@vrfy.org1-0/+11
2005-04-26[PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org1-55/+55
2005-04-26[PATCH] udev-test.pl cleanupkay.sievers@vrfy.org1-6/+6
2005-04-26[PATCH] add big major tests to udev-test.plgreg@kroah.com5-0/+24
2005-04-26[PATCH] add a test for a minor over 255greg@kroah.com3-0/+12
2005-04-26[PATCH] udev-test.pl: print out major:minor and perm test "ok" if is ok.greg@kroah.com1-4/+7
2005-04-26[PATCH] make perm and major:minor test errors be reported properly.greg@kroah.com1-0/+2
2005-04-26[PATCH] add dev node test to udev-test.plkay.sievers@vrfy.org1-264/+295
2005-04-26[PATCH] add permission testskay.sievers@vrfy.org1-0/+30
2005-04-26[PATCH] "symlink only" testkay.sievers@vrfy.org1-0/+11
2005-04-26[PATCH] callout part selector tweakkay.sievers@vrfy.org1-0/+9