Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] experimental (very simple) SYMLINK creation | kay.sievers@vrfy.org | |
> > here is a experimental symlink creation patch - for discussion, > > in which direction we should go. > > It is possible now to define SYMLINK= after the NAME= in udev.rules. > > The link is relative to the node, but the path is not optimized now > > if the node and the link are in the same nested directory. > > Only one link is supported, cause i need to sleep now :) > > > > 06-simple-symlink-creation.diff > > simple symlink creation > > reorganized udev-remove to have access to the symlink field > > subdir creation/removal are functions now > > udev-test.pl tests for link creation/removal Here is a new version with relative link target path optimization an better tests in udev-test.pl: LABEL, BUS="scsi", vendor="IBM-ESXS", NAME="1/2/a/b/node", SYMLINK="1/2/c/d/symlink" Dec 7 06:48:34 pim udev[13789]: create_node: symlink 'udev-root/1/2/c/d/symlink' to node '1/2/a/b/node' requested Dec 7 06:48:34 pim udev[13789]: create_path: created 'udev-root/1/2/c' Dec 7 06:48:34 pim udev[13789]: create_path: created 'udev-root/1/2/c/d' Dec 7 06:48:34 pim udev[13789]: create_node: symlink(../../a/b/node, udev-root/1/2/c/d/symlink) | |||
2005-04-26 | [PATCH] pattern match for label method | kay.sievers@vrfy.org | |
switch LABEL search to pattern match add a test for pattern match in LABEL remove useless rule from udev.rules | |||
2005-04-26 | [PATCH] fix permission handling logic | greg@kroah.com | |
Now we can handle wildcards properly within the permission file. | |||
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] get rid of the majority of the debug environment variables. | greg@kroah.com | |
Now there are only 3 valid environment test variables. The rest can be specified with the config file. | |||
2005-04-26 | [PATCH] pattern matching for namedev | kay.sievers@vrfy.org | |
As promised yesterday, here is a patch to implement a more advanced pattern matching instead of the simple '*'. We can remove the "tty"="tty" line from udev.rules now and replace "tty*" by "tty[0-9]*" to catch only the vc's. implement pattern matching in namedev '*' - to match zero or more chars '?' - to match exactly one char '[]' - character classes with ranges '[0-9]'and negation [!A] | |||
2005-04-26 | [PATCH] fix up the tests to support the rules file name change | greg@kroah.com | |
2005-04-26 | [PATCH] add support for a main udev config file, udev.conf. | greg@kroah.com | |
the older udev.config file is now called udev.rules. This allows us to better control configuration values, and move away from the environment variables. | |||
2005-04-26 | [PATCH] catch replace device by wildcard | kay.sievers@vrfy.org | |
catch device name by wildcard to support a whole class of devices by just one config line like: REPLACE, KERNEL="tty*", NAME="vc/%n" | |||
2005-04-26 | [PATCH] add test for checking the BUS value. | greg@kroah.com | |
2005-04-26 | [PATCH] add test and documentation for new %D devfs format modifier | greg@kroah.com | |
2005-04-26 | [PATCH] udev-test.pl add subdir test | kay.sievers@vrfy.org | |
03-udev-test.pl-add-subdir-test.diff o duplicate existing test and change it to explicitely test the subdir handling | |||
2005-04-26 | [PATCH] fix the test.block and test.tty scripts due to their moveing. Also ↵ | greg@kroah.com | |
add a test.all script. | |||
2005-04-26 | [PATCH] udev-test.pl - tweaks | kay.sievers@vrfy.org | |
I found two missing characters and optimized $PWD. | |||
2005-04-26 | [PATCH] added ability to put format specifiers in the CALLOUT program string. | greg@kroah.com | |
2005-04-26 | [PATCH] tweak udev-test.pl to report '0' errors if that's what happened. | greg@kroah.com | |
2005-04-26 | [PATCH] add udev-test perl script from Kay Sievers <kay.sievers@vrfy.org> ↵ | greg@kroah.com | |
which blows away my puny shell scripts. | |||
2005-04-26 | [PATCH] tweak replace_test | greg@kroah.com | |
2005-04-26 | [PATCH] add real udev.permissions file to test directory. | greg@kroah.com | |
2005-04-26 | [PATCH] add dumb test for all of the different modifiers. | greg@kroah.com | |
2005-04-26 | [PATCH] faster test scripts | chris_friesen@sympatico.ca | |
I've attached a patch against 005 for both the block and tty scripts. I didn't bother running udev backgrounded, since as you say, the new code runs a lot faster. | |||
2005-04-26 | [PATCH] move the test.block and test.tty scripts to the test/ directory | greg@kroah.com | |
2005-04-26 | [PATCH] add remove actions to the test scripts | greg@kroah.com | |
2005-04-26 | [PATCH] add printf option to label test to verify it works. | greg@kroah.com | |
2005-04-26 | [PATCH] add TOPO regression test. | greg@kroah.com | |
2005-04-26 | [PATCH] updated label test script (tests for partitions now.) | greg@kroah.com | |
2005-04-26 | [PATCH] add replace test | greg@kroah.com | |
2005-04-26 | [PATCH] add more sysfs test tree files. | 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 | |
2005-04-26 | [PATCH] split the tests up into different files. | greg@kroah.com | |
2005-04-26 | [PATCH] update the tests to handle block devices too. | greg@kroah.com | |
2005-04-26 | [PATCH] fix up the test to actually work... | greg@kroah.com | |
2005-04-26 | [PATCH] remove now works! | greg@kroah.com | |
2005-04-26 | [PATCH] added stupid test script for debugging. | greg@kroah.com | |