Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-09 | simplify "symlink name stack" | Kay Sievers | |
With well defined and kernel-supplied node names, we no longer need to support a possible stack of conflicting symlinks and node names. Only symlinks with identical names can be claimed by multiple devices. This shrinks the former /dev/.udev/names/ significantly. Also the /dev/{block,char}/MAJ:MIN" links are excluded from the name stack - they are unique and can not conflict. | |||
2009-08-08 | fix spelling | Alan Jenkins | |
Fix spelling in docbook comments, code comments, and a local variable name. Thanks to "ispell -h" for docbook HTML and "scspell" for source code. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2009-07-04 | libudev: monitor - handle kernel supplied DEVNAME properly | Kay Sievers | |
2009-06-16 | libudev: move .so version to libudev Makefile | Kay Sievers | |
2009-06-15 | libudev: doc - add section headers | Kay Sievers | |
2009-06-09 | libudev: device_new() -> udev_device_new() | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |