Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-17 | selinux: fix missing includes | Kay Sievers | |
2008-04-17 | selinux: more context settings | Harald Hoyer | |
Signed-off-by: Harald Hoyer <harald@redhat.com> | |||
2007-07-15 | handle dynamic rules created in /dev/.udev/rules.d/ | Kay Sievers | |
2007-06-23 | no newline in log messages | Kay Sievers | |
2007-04-12 | create_path: don't fail if something else created the directory | Kay Sievers | |
Thanks to Jeremy for the patch. | |||
2007-03-15 | restore overwritten symlinks when the device goes away | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-18 | udevinfo, udevtest: simplify '/sys' stripping from devpath argument | Kay Sievers | |
2006-01-09 | replace libsysfs | Kay Sievers | |
We never used any of the libsysfs convenience features. Here we replace it completely with 300 lines of code, which are much simpler and a bit faster cause udev(d) does not open any syfs file for a simple event which does not need any parent device information. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-22 | move delete_path() to utils | Scott James Remnant | |
2005-11-07 | move some logging from dbg() to info() | Marco d'Itri | |
2005-11-07 | add strerror() to error logs | Marco d'Itri | |
2005-08-10 | split udev_util in several files | Kay Sievers | |
It too big for the small tools to link against for only the log function. Signed-off-by: Kay Sievers <kay.sievers@suse.de> |