summaryrefslogtreecommitdiff
path: root/udev_utils_file.c
AgeCommit message (Collapse)Author
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers
2008-04-20logging: add trailing newline to all stringsKay Sievers
2008-04-17selinux: fix missing includesKay Sievers
2008-04-17selinux: more context settingsHarald Hoyer
Signed-off-by: Harald Hoyer <harald@redhat.com>
2007-07-15handle dynamic rules created in /dev/.udev/rules.d/Kay Sievers
2007-06-23no newline in log messagesKay Sievers
2007-04-12create_path: don't fail if something else created the directoryKay Sievers
Thanks to Jeremy for the patch.
2007-03-15restore overwritten symlinks when the device goes awayKay Sievers
2006-08-28update source file headersKay Sievers
2006-08-18udevinfo, udevtest: simplify '/sys' stripping from devpath argumentKay Sievers
2006-01-09replace libsysfsKay 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-22move delete_path() to utilsScott James Remnant
2005-11-07move some logging from dbg() to info()Marco d'Itri
2005-11-07add strerror() to error logsMarco d'Itri
2005-08-10split udev_util in several filesKay 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>