Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-25 | remove UDEV_RUN environment variable | Kay Sievers | |
It handles only RUN but not IMPORT and PROGRAM. There is no sane way to suppress program execution. Most important programs run with IMPORT these days. Also events can no longer suppressed with the libudev netlink messages, so UDEV_RUN does nothing useful and is just inconsistent. | |||
2009-11-16 | remove "ignore_device" | Kay Sievers | |
There is no way to ignore an event these days. Libudev events can not be suppressed. It only prevents RUN keys from being executed, which results in an inconsistent behavior in current setups. | |||
2009-07-02 | udevadm: test - print list of properties | Kay Sievers | |
2009-05-20 | use more efficient string copying | Kay Sievers | |
2009-03-18 | udevadm: test - handling trailing '/' in devpath | Kay Sievers | |
On Wed, Mar 18, 2009 at 16:00, Matthias Schwarzott <zzam@gentoo.org> wrote: found out how the error occurs: It is a difference between A. udevadm test /sys/class/mem/null/ and B. udevadm test /sys/class/mem/null Case A was the case that showed the error behaviour. It seems udevadm is confused by the trailing slash. This behaviour seems to be there since ages. | |||
2009-03-07 | udevadm: add text for new options to command and man page | Kay Sievers | |
2009-01-15 | udevadm: test - remove --force option | Kay Sievers | |
Since a while we change the database with a "test" run, but do not update the node and symlinks. We need to "force" all the time, to keep things in sync. | |||
2008-10-24 | cache uid/gid during rule parsing | Kay Sievers | |
This cuts down the number of parsing /etc/group from ~700 to 11, with some large rule files installed. | |||
2008-10-18 | move udev_rules_apply_format() to udev-event.c | Kay Sievers | |
2008-10-18 | udev_event_run() -> udev_event_execute_rules() | Kay Sievers | |
2008-10-18 | make struct udev_rules opaque | Kay Sievers | |
2008-10-18 | merge udev-rules.c and udev-rules-parse.c | Kay Sievers | |
2008-10-16 | rename udev source files | Kay Sievers | |
2008-10-16 | udevd: use libudev | Kay Sievers | |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-09-10 | use size definitions from libudev | Kay Sievers | |
2008-09-10 | get rid of udev_sysdeps.c | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-09-04 | udevadm: move init from commands to udevadm | Kay Sievers | |
2008-09-03 | udevadm: rename internal functions to udevadm_* | Kay Sievers | |
2008-09-03 | udevadm: rename source files | Kay Sievers | |