Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-04 | handle devtmpfs nodes | Kay Sievers | |
UDev follows the kernel given name, and re-uses the kernel created device node. If the kernel and spcecified udev rules disagree, the udev specified node node is created and the kernel-created on is deleted. | |||
2009-04-26 | drop "extern" keyword from non-static function | Kay Sievers | |
2009-04-19 | udevd: at startup create /dev/null, /dev/console, /dev/kmsg | Kay Sievers | |
2009-01-16 | remove name from index if the node name has changed | Kay Sievers | |
Scott discovered that a changed rule, which renames a device node leaves the old node name around as a symlink. So drop the reference to the old name. | |||
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-11-24 | fix handling of swapping node name with symlink name | Kay Sievers | |
2008-11-05 | fix cleanup of possible left-over symlinks | Kay Sievers | |
2008-11-01 | fix udev_node_update_old_links() logic | Kay Sievers | |
No need to check if links that still belong to us, need to be updated. | |||
2008-10-26 | do not init string arrays, just clear first byte | Kay Sievers | |
2008-10-23 | replace in-memory rules array with match/action token list | Kay Sievers | |
The in-memory rule array of a common desktop distro install took: 1151088 bytes with the token list: 109232 bytes tokens (6827 * 16 bytes), 71302 bytes buffer | |||
2008-10-18 | prefix udev-util.c functions with util_* | Kay Sievers | |
2008-10-18 | udev_list_cleanup() -> udev_list_cleanup_entries() | Kay Sievers | |
2008-10-18 | merge udev-rules.c and udev-rules-parse.c | Kay Sievers | |
2008-10-16 | udev-node: name_list -> udev_list | Kay Sievers | |
2008-10-16 | rename udev source files | Kay Sievers | |