Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |