summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-19release 118Kay Sievers
2007-12-17rules: Gentoo updateMatthias Schwarzott
2007-12-17volume_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-17create_floppy_devices: fix logic for more than one floppy deviceKay Sievers
2007-12-16volume_id: run only once into a timeout for unreadable devicesKay Sievers
2007-12-16volume_id: LVM - add uuidHannes Reinecke
2007-12-07volume_id: md - add metadata minor versionKay Sievers
Thanks to Hannes.
2007-12-07rules: add AOE ruleKay Sievers
2007-12-03doc: update "writing udev rules"Daniel Drake
2007-11-26libvolume_id: squashfs - add endianess support for LZMA compressionKay Sievers
2007-11-26libvolume_id: squashfs+LZMA compression detectionMichael Prokop
2007-11-22man: udevadm settle - mention 180 seconds default timeoutKay Sievers
Based on a patch from Jonas Meurer. Thanks!
2007-11-20rules_generator: do not create rules with insufficient matchesKay 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-13remove udevstartKay Sievers
2007-11-13release 117Kay Sievers
2007-11-10rules: Gentoo updateMatthias Schwarzott
2007-11-09udevadm: control - allow command to be passed as optionKay Sievers
2007-11-09man: udevd.8 - remove udevcontrol sectionKay Sievers
2007-11-09udevadm: also return major==0 results for --device-id-of-fileKay Sievers
2007-11-09Makefile: fix bogus version number than got committedKay Sievers
2007-11-09udevadm: 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-09man: fix udevadm.8 typoMUNEDA Takahiro
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
2007-11-09udevadm: accept command as option, like --help, --versionKay Sievers
2007-11-08udevadm: merge all udev tools into a single binaryKay Sievers
2007-11-08volume_id: create relative symlink when $(libdir) = $(usrlibdir)Dan Nicholson
2007-11-08extras: ignore built and generated filesDan Nicholson
2007-10-24udevinfo: exclude "uevent" file from --attribute-walkKay Sievers
2007-10-24volume_id: bump versionKay Sievers
2007-10-23volume_id: ntfs - rely on valid master file tableKay Sievers
2007-10-17volume_id: LUKS - export versionKay Sievers
2007-10-17volume_id: vfat - allow all possible sector sizesKay Sievers
https://bugs.launchpad.net/bugs/147807
2007-10-16firmware: do not print error if logger is missingKay Sievers
2007-10-16firmware: remove hardcoded path to loggerMatthias Schwarzott
2007-10-15rules: Frugalware updateVMiklos
2007-10-15rules: SUSE updateKay Sievers
Thanks to Bryan Kadzban and Matthias Schwarzott for checking the rules.
2007-10-15usb_id: fail if vendor/product can not be retrievedKay Sievers
Thanks to Daniel Drake for identifying the bug.
2007-10-14release 116Kay Sievers
2007-10-14rules: fix typosBryan Kadzban
2007-09-25rules: Gentoo updateMatthias Schwarzott
2007-09-25rule_generator: always match netif type in generated ruleKay Sievers
2007-09-25fix debug output stringKay Sievers
2007-09-25rules: split out and fix persistent tape rulesKay Sievers
Thanks to: Robin H. Johnson <robbat2@gentoo.org> for the suggestion.
2007-09-25rules: call usb_id only for SUBSYSTEMS=="usb"Kay Sievers
2007-09-24rules: Gentoo updateMatthias Schwarzott
2007-09-21rule_generator: move all policy from write_net_rules to the rules fileKay Sievers
2007-09-21update READMEKay Sievers
2007-09-21fix wrong variable used in logged stringKay Sievers
2007-09-20prevent wrong symlink creation if database disagress with current rulesKay Sievers
2007-09-20udevinfo: simplify symlink printing logicKay Sievers
2007-09-20remove extra space from udevinfo symlink outputHarald Hoyer