Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-19 | release 118 | Kay Sievers | |
2007-12-17 | rules: Gentoo update | Matthias Schwarzott | |
2007-12-17 | volume_id: also add readable check to probe_all() | Kay Sievers | |
Otherwise probe_all will run two times into a timout, one for the raid, and one for the filesystem probe. Thanks to Tore Anderson for the debugging. | |||
2007-12-17 | create_floppy_devices: fix logic for more than one floppy device | Kay Sievers | |
2007-12-16 | volume_id: run only once into a timeout for unreadable devices | Kay Sievers | |
2007-12-16 | volume_id: LVM - add uuid | Hannes Reinecke | |
2007-12-07 | volume_id: md - add metadata minor version | Kay Sievers | |
Thanks to Hannes. | |||
2007-12-07 | rules: add AOE rule | Kay Sievers | |
2007-12-03 | doc: update "writing udev rules" | Daniel Drake | |
2007-11-26 | libvolume_id: squashfs - add endianess support for LZMA compression | Kay Sievers | |
2007-11-26 | libvolume_id: squashfs+LZMA compression detection | Michael Prokop | |
2007-11-22 | man: udevadm settle - mention 180 seconds default timeout | Kay Sievers | |
Based on a patch from Jonas Meurer. Thanks! | |||
2007-11-20 | rules_generator: do not create rules with insufficient matches | Kay Sievers | |
Thanks to Alexander E. Patrakov for pointing out that we create invalid rules. We still need a proper fix for devices we skip creating rules (locally administered MAC), but want to swap names with interface names we created rules for. | |||
2007-11-13 | remove udevstart | Kay Sievers | |
2007-11-13 | release 117 | Kay Sievers | |
2007-11-10 | rules: Gentoo update | Matthias Schwarzott | |
2007-11-09 | udevadm: control - allow command to be passed as option | Kay Sievers | |
2007-11-09 | man: udevd.8 - remove udevcontrol section | Kay Sievers | |
2007-11-09 | udevadm: also return major==0 results for --device-id-of-file | Kay Sievers | |
2007-11-09 | Makefile: fix bogus version number than got committed | Kay Sievers | |
2007-11-09 | udevadm: add info option --device-id-of-file=<file> | Kay Sievers | |
Now, that udevinfo is no longer in /usr, we can add this: $ udevadm info --device-id-of-file=/ 8 5 to create a dynamic rule to provide /dev/root. | |||
2007-11-09 | man: fix udevadm.8 typo | MUNEDA Takahiro | |
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com> | |||
2007-11-09 | udevadm: accept command as option, like --help, --version | Kay Sievers | |
2007-11-08 | udevadm: merge all udev tools into a single binary | Kay Sievers | |
2007-11-08 | volume_id: create relative symlink when $(libdir) = $(usrlibdir) | Dan Nicholson | |
2007-11-08 | extras: ignore built and generated files | Dan Nicholson | |
2007-10-24 | udevinfo: exclude "uevent" file from --attribute-walk | Kay Sievers | |
2007-10-24 | volume_id: bump version | Kay Sievers | |
2007-10-23 | volume_id: ntfs - rely on valid master file table | Kay Sievers | |
2007-10-17 | volume_id: LUKS - export version | Kay Sievers | |
2007-10-17 | volume_id: vfat - allow all possible sector sizes | Kay Sievers | |
https://bugs.launchpad.net/bugs/147807 | |||
2007-10-16 | firmware: do not print error if logger is missing | Kay Sievers | |
2007-10-16 | firmware: remove hardcoded path to logger | Matthias Schwarzott | |
2007-10-15 | rules: Frugalware update | VMiklos | |
2007-10-15 | rules: SUSE update | Kay Sievers | |
Thanks to Bryan Kadzban and Matthias Schwarzott for checking the rules. | |||
2007-10-15 | usb_id: fail if vendor/product can not be retrieved | Kay Sievers | |
Thanks to Daniel Drake for identifying the bug. | |||
2007-10-14 | release 116 | Kay Sievers | |
2007-10-14 | rules: fix typos | Bryan Kadzban | |
2007-09-25 | rules: Gentoo update | Matthias Schwarzott | |
2007-09-25 | rule_generator: always match netif type in generated rule | Kay Sievers | |
2007-09-25 | fix debug output string | Kay Sievers | |
2007-09-25 | rules: split out and fix persistent tape rules | Kay Sievers | |
Thanks to: Robin H. Johnson <robbat2@gentoo.org> for the suggestion. | |||
2007-09-25 | rules: call usb_id only for SUBSYSTEMS=="usb" | Kay Sievers | |
2007-09-24 | rules: Gentoo update | Matthias Schwarzott | |
2007-09-21 | rule_generator: move all policy from write_net_rules to the rules file | Kay Sievers | |
2007-09-21 | update README | Kay Sievers | |
2007-09-21 | fix wrong variable used in logged string | Kay Sievers | |
2007-09-20 | prevent wrong symlink creation if database disagress with current rules | Kay Sievers | |
2007-09-20 | udevinfo: simplify symlink printing logic | Kay Sievers | |
2007-09-20 | remove extra space from udevinfo symlink output | Harald Hoyer | |