Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] replace tdb database by simple lockless file database | kay.sievers@vrfy.org | |
This makes the udev operation completely lockless by storing a file for every node in /dev/.udevdb/* This solved the problem with deadlocking concurrent udev processes waiting for each other to release the file lock under heavy load. | |||
2005-04-26 | [PATCH] udev - switch SYSFS_file to SYSFS{file} | kay.sievers@vrfy.org | |
Here we switch the configs and man pages to the new attribute syntax. Also the 'partition trick' is mentioned in udev.8 I think it's more clear visible now, that inside the brackets are user supplied values used and not some magic keys handled: 'SYSFS_dev' is now 'SYSFS{dev}' The old syntax is still supported. | |||
2005-04-26 | [PATCH] convert the test shell scripts to the config file format. | greg@kroah.com | |
2005-04-26 | [PATCH] add tests for multi-file LABEL rules. | greg@kroah.com | |
2005-04-26 | [PATCH] clean up the stand-alone tests to work properly on other people's ↵ | greg@kroah.com | |
machines. | |||
2005-04-26 | [PATCH] don't rely on field order in namedev_parse | kay.sievers@vrfy.org | |
o change the parsing to get a key from the rule and sort it into our list of known keys instead of expecting a special order o the key to match a sysfs file must be prependend by 'SYSFS_' now to match with the new parsing. (The config must be changed, but it's a bit more descriptive too.) o put names of fields in define's, like the name of the methods o update all tests and the man page | |||
2005-04-26 | [PATCH] show permissions and groups in the label_test | greg@kroah.com | |
2005-04-26 | [PATCH] fix up the tests to work without all of the environ variables. | greg@kroah.com | |
2005-04-26 | [PATCH] fix up the tests to support the rules file name change | greg@kroah.com | |
2005-04-26 | [PATCH] add remove actions to the test scripts | greg@kroah.com | |
2005-04-26 | [PATCH] updated label test script (tests for partitions now.) | greg@kroah.com | |
2005-04-26 | [PATCH] change UDEV_SYSFS_PATH environment variable due to libsysfs change. | greg@kroah.com | |
2005-04-26 | [PATCH] regression tests starting to be added. | greg@kroah.com | |