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] fix log option code so that it actually works for all udev programs. | greg@kroah.com | |
Also introduce boolean type for config file to use. | |||
2005-04-26 | [PATCH] convert the test shell scripts to the config file format. | greg@kroah.com | |
2005-04-26 | [PATCH] add a script that tests the IGNORE rule | greg@kroah.com | |
Can't figure out how to test for "nothing" in the udev-test.pl script framework. |