summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-21088 releaseKay Sievers
2006-03-21update SUSE rulesKay Sievers
2006-03-21fix output for USB pathKay Sievers
2006-03-21rename "persistent disk" to "persistent storage"Kay Sievers
2006-03-21fix spelling error in debug stringKay Sievers
2006-03-21volume_id: remove all partition table supportKay Sievers
2006-03-21persistent links: add scsi tape links and usb path supportHannes Reinecke
2006-03-21volume_id: remove partition table parsing codeKay Sievers
2006-03-17add ',' to trusted charsKay Sievers
SGI needs it for some compatibility device names from irix, xvm volumes use "volname,subvolname" as the default device node.
2006-03-17add udevtrigger to request events for coldplugKay Sievers
The shell script can't handle 1000's of devices.
2006-03-16correct use of fcntl()Kay Sievers
2006-03-16reset signal handler in event processKay Sievers
2006-03-08volume_id: add squashfs detectionKay Sievers
2006-03-08087 releaseKay Sievers
2006-03-08remove devfs rules and scriptsKay Sievers
2006-03-07warn about %e, MODALIAS, $modaliasKay Sievers
2006-03-07fix persistent disk rules to exclude removable IDE drivesKay Sievers
2006-03-01path_id: support SAS devicesHannes Reinecke
2006-03-01typo in debug text in udev_run_hotplugd.cMasatake YAMATO
2006-02-24086 releaseKay Sievers
2006-02-23udevd: fix queue export for multiple events for the same deviceKay Sievers
Identified by Joachim Plack <jplack@suse.de> while working around the problem that the device nodes appear and disappear while the partitiontable is re-read and the application need to waait for an empty udevd queue.
2006-02-21volume_id: add missing returnKay Sievers
2006-02-21update to udev-084/doc/writing_udev_rulesNix
2006-02-21volume_id: split raid and filesystem detectionKay Sievers
2006-02-21volume_id: replace __packed__ by PACKED macroKay Sievers
2006-02-21workaround missing kernel headers for some architecturesKyle McMartin
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-02-15085 releaseKay Sievers
2006-02-15include errno.h in udev_libc_wrapper.cKay Sievers
2006-02-15fix typo in parisc support to path_idJeroen Roovers
As reported at http://bugs.gentoo.org/show_bug.cgi?id=113379 path_id is still broken for parisc boxes. This patch from Jeroen Roovers <jer@gentoo.org> fixes that. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-02-15update Gentoo rulesKay Sievers
2006-02-15update Red Hat rulesKay Sievers
2006-02-15update SUSE rulesKay Sievers
2006-02-15exit WAIT_FOR_SYSFS if the whole device goes awayKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-02-13cramfs detection for bigendianKay Sievers
Patch from Olaf Hering <olh@suse.de>.
2006-02-03include sys/socket.h for klibc buildKay Sievers
Requested by Aaron Griffin <aaronmgriffin@gmail.com>
2006-02-01fix typo in man pageKay Sievers
Thanks to Joachim Breitner <nomeata@debian.org>.
2006-02-01Fix trivial spelling errors in RELEASE-NOTESAndrey Borzenkov
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
2006-01-31make WAIT_FOR_SYSFS usable in non "wait-only" rulesKay Sievers
Thanks to Andrey Borzenkov <arvidjaar@mail.ru> for noticing this and the initial patch to fix it. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-30084 releaseKay Sievers
2006-01-30add debug output to sysfs operationsKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-29let SYSFS{} look at the device, not only the parent deviceKay Sievers
The stricter parent logic broke: BUS=="ide", SYSFS{removable}=="1", ... cause removable is on the block device, which isn't a ide device. Just look for matching attributes at the device and the selected parent device at the same time now. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-29optimize sysfs device and attribute cacheKay Sievers
Add negative cache for attributes and look for device in cache before doing any sysfs access. (Three times speed up for a stupid 1000 rules SYSFS file). Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28scsi_id: remove dead filesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28whitespace fixesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28remove UDEVD_UEVENT_INITSENDKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28move manpages to top levelKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28replace fancy silent build program by simple kernel build like logicKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-27switch CROSS to CROSS_COMPILEKay Sievers
This matches what the kernel uses and was a suggestion from: KRONSTORFER Horst <Horst.KRONSTORFER@frequentis.com> Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-27update SUSE rulesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-27083 releaseKay Sievers