summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-28man pages: mention udev(7) not udev(8)Kay Sievers
Thanks to: Henrique de Moraes Holschuh <hmh@debian.org>
2006-03-28remove all stripping codeKay Sievers
2006-03-28volume_id: define exported symbolsKay Sievers
2006-03-27volume_id: remove some global symbolsKay Sievers
2006-03-27because is better than causeKay Sievers
2006-03-27volume_id: use shared library by defaultKay Sievers
2006-03-27volume_id: rename subdirectoryKay Sievers
2006-03-27volume_id: provide a custom debug functionKay Sievers
2006-03-23update man pageKay Sievers
2006-03-23fix rule order for persistent tape linksKay Sievers
Thanks a lot to Marco for finding this.
2006-03-23volume_id: provide libraryKay Sievers
2006-03-22don't create uuid/label links for raid membersKay Sievers
2006-03-22change rule to skip removable IDE devicesKay Sievers
2006-03-22path_id: add bus to USB pathHannes Reinecke
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>.