Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-06 | "record_failed" -> "fail_event_on_error" | Kay Sievers | |
2009-08-06 | re-enable failed event tracking | Kay Sievers | |
It did not work for the last couple of releases. If RUN{record_failed}+="..." is given, a non-zero execution will mark the event as failed. Recorded failed events can be re-triggered with: udevadm trigger --type=failed The failed tracking _might_ be useful for things which might not be ready to be executed at early bootup, but a bit later when the needed dependencies are available. In many cases though, it indicates that something is used in a way it should not. | |||
2009-07-25 | make: build internal tools against libudev-private.la | Kay Sievers | |
2009-07-13 | release 145 | Kay Sievers | |
2009-07-08 | configure.ac: version bump | Kay Sievers | |
2009-07-04 | update NEWS | Kay Sievers | |
2009-06-28 | update NEWS | Kay Sievers | |
2009-06-22 | configure.ac: version bump | Kay Sievers | |
2009-06-19 | NEWS: update | Kay Sievers | |
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers | |
2009-06-16 | NEWS: add --disable-extras | Kay Sievers | |
2009-06-15 | libudev: add gtk-doc | Kay Sievers | |
2009-06-10 | update NEWS | Kay Sievers | |
2009-06-04 | udevd: convert to event worker processes | Kay Sievers | |
Event processes now get re-used after they handled an event. This reduces pressure on the CPU significantly because cloned event processes no longer cause page faults in the main daemon. After the events have settled, the no longer needed worker processes get killed. | |||
2009-05-21 | update NEWS | Kay Sievers | |
2009-05-13 | version bump | Kay Sievers | |
2009-05-13 | release 142 | Kay Sievers | |
2009-05-12 | delete libvolume_id | Kay Sievers | |
2009-05-11 | delete vol_id and require util-linux-ng's blkid | Kay Sievers | |
2009-05-02 | udevd: revert initial device node creation | Kay Sievers | |
2009-04-24 | update NEWS | Kay Sievers | |
2009-04-18 | update NEWS | Kay Sievers | |
2009-04-16 | update NEWS | Kay Sievers | |
2009-04-08 | release 141 | Kay Sievers | |
2009-03-18 | version bump | Kay Sievers | |
2009-03-13 | release 140 | Kay Sievers | |
2009-03-03 | version bump | Kay Sievers | |
2009-02-26 | release 139 | Kay Sievers | |
2009-02-23 | version bump | Kay Sievers | |
2009-02-19 | release 138 | Kay Sievers | |
2009-02-11 | rules: update persistent storage rules to use inotify watches | Scott James Remnant | |
2009-02-11 | udevd: optionally watch device nodes with inotify | Scott James Remnant | |
This allows you to re-process the rules if the content of the device has been changed, most useful for block subsystem to cause vol_id to be run again. | |||
2009-01-25 | version bump | Kay Sievers | |
2009-01-20 | Expose delayed name resolution | Scott James Remnant | |
udevd had the ability to delay name resolution until the event, but this was never exposed. Add a --resolve-names=late option to do so. | |||
2009-01-20 | Allow user and group lookup to be disabled. | Scott James Remnant | |
In certain cut-down situations such as an installer or inside the initramfs, we simply don't have any kind of name service. While we could use rules without OWNER or GROUP, it's better to have the same rules as a full system and have udevd ignore those parts of the rules. Adds a --resolve-names=never switch to udevd that has this effect. | |||
2009-01-16 | update NEWS | Kay Sievers | |
2009-01-06 | release 136 | Kay Sievers | |
2009-01-05 | update NEWS | Kay Sievers | |
2009-01-04 | update NEWS | Kay Sievers | |
2009-01-04 | rules: Ubuntu merge - s/uucp/dialout/ | Kay Sievers | |
2009-01-03 | rules: Ubuntu merge - use group "tape" | Kay Sievers | |
2009-01-03 | require 2.6.22+ kernel | Kay Sievers | |
2008-12-21 | rules: remove /dev/raw/raxctl symlink, it's a devfs leftover | Kay Sievers | |
2008-12-02 | update configure and NEWS | Kay Sievers | |
2008-12-02 | update configure and NEWS | Kay Sievers | |
2008-11-22 | update NEWS TODO | Kay Sievers | |
2008-11-18 | bump version | Kay Sievers | |
2008-11-18 | update NEWS | Kay Sievers | |
2008-11-14 | vol_id: clarify error message | Kay Sievers | |
2008-11-13 | volume_id: ntfs - mark as no other fs must match | Kay Sievers | |