summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-13rules: do not set GROUP="disk" for scannersHarald Hoyer
2008-03-13rules: Fedora updateHarald Hoyer
2008-03-13selinux: set context for real file name not the temp nameKay Sievers
2008-02-21volume_id: respect LDFLAGSMatthias Schwarzott
2008-02-09volume_id: update ext detectionKay Sievers
2008-01-24volume_id: fix typo in function documentationKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-09volume_id: add prefix=, exec_prefix=Neil Williams
2008-01-09volume_id: fix UUID raw buffer usageKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-12-31rules_generator: add missing write_net_rules unlockJiri Slaby
2007-12-29rules: remove tty rule which can never run because of an earlier "last_rule"Kay Sievers
2007-12-29do not skip RUN execution if device node removal failsAnthony L. Awtrey
2007-12-27switch mailing lists to linux-hotplug@vger.kernel.orgKay Sievers
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