Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-17 | read list of devices from index, make index private to database | Kay Sievers | |
2007-03-16 | remove old error message | Kay Sievers | |
2007-03-16 | selinux: move selinux_exit() to the main programs | Kay Sievers | |
2007-03-15 | restore overwritten symlinks when the device goes away | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-19 | consistent key naming to match only the event device or include all parent ↵ | Kay Sievers | |
devices This scheme is more consistent and makes it obvious if a match happens against the event device only, or the full chain of parent devices. The old key names are now: BUS -> SUBSYSTEMS ID -> KERNELS SYSFS -> ATTRS DRIVER -> DRIVERS Match keys for the event device: KERNEL SUBSYSTEM ATTR DRIVER (in a future release, for now the same as DRIVERS) Match keys for all devices along the parent device chain: KERNELS SUBSYSTEMS ATTRS DRIVERS ID, BUS, SYSFS are no longer mentioned in the man page but still work. DRIVER must be converted to DRIVERS to match the new scheme. For now, an error is logged, if DRIVER is used. In a future release, the DRIVER key behaviour will change. | |||
2006-08-18 | selinux: init once in the daemon, not in every event process | Harald Hoyer | |
2006-06-14 | don't remove symlinks if they are already there | Kay Sievers | |
Consecutive "add" events will not remove and recreate the same symlinks anymore. No longer valid links, like after changing a filesystem label, will still be removed. | |||
2006-04-15 | udevtest: don't try to delete symlinks | Kay Sievers | |
2006-04-15 | apply format char to variables exported by ENV | Kay Sievers | |
2006-04-12 | remove old symlinks before creating current ones | Kay Sievers | |
This will prevent incorrect symlinks when a filesystem label is changed and the event is triggered again from sysfs. | |||
2006-04-05 | merge device event handling and make database content available on "remove" | Kay Sievers | |