summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2006-04-21path_id: fix SAS device path generationHannes Reinecke
2006-04-13path_id: fix loop for SAS devicesKay Sievers
2006-04-11usb_id: remove uneeded codeKay Sievers
2006-04-08volume_id: move some debug to info levelKay Sievers
2006-04-05volume_id: fix endianess conversion typo for FAT32Kay Sievers
2006-04-03fix symlink targets in MakefilesKay Sievers
2006-03-30volume_id: generate man page from xml sourceKay Sievers
2006-03-30volume_id: update READMEKay Sievers
2006-03-30pass CROSS_COMPILE to AR and RANLIB down to extras/Kay Sievers
2006-03-29move all *_id programs to /lib/udev/Kay Sievers
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-23volume_id: provide libraryKay Sievers
2006-03-22path_id: add bus to USB pathHannes Reinecke
2006-03-21fix output for USB pathKay 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-08volume_id: add squashfs detectionKay Sievers
2006-03-08remove devfs rules and scriptsKay Sievers
2006-03-01path_id: support SAS devicesHannes Reinecke
2006-03-01typo in debug text in udev_run_hotplugd.cMasatake YAMATO
2006-02-21volume_id: add missing returnKay Sievers
2006-02-21volume_id: split raid and filesystem detectionKay Sievers
2006-02-21volume_id: replace __packed__ by PACKED macroKay 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-13cramfs detection for bigendianKay Sievers
Patch from Olaf Hering <olh@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-28replace fancy silent build program by simple kernel build like logicKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-23usb_id: don't fail on other subsytems than "scsi"Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-23path_id: handle fiber channelKay Sievers
Patch from: Hannes Reinecke <hare@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-19path_id: work with "all devices in /sys/devices"Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-18scsi_id, usb_id: request device parent by subsystemKay Sievers
Request specific parents identified by subsystem and don't rely on a predefined sequence. Also let the devpath be longer than 72 chars, tsss ... Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-13vol_id: probe volume as user nobodyKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-09replace libsysfsKay Sievers
We never used any of the libsysfs convenience features. Here we replace it completely with 300 lines of code, which are much simpler and a bit faster cause udev(d) does not open any syfs file for a simple event which does not need any parent device information. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-09path_id: fix invalid character classKay Sievers
Thanks to Marco for the _right_ fix. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-23scsi_id: read page 0x80 with libata drivesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-15fix segfaulting create_floppy_devicesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-12-15support pre-SPC3 page 83 formatKurt Garloff
2005-12-15fold multiple consecutive whitespace chars into single '_'Hannes Reinecke
2005-12-07add parisc support to path_idGreg Kroah-Hartman
As reported at http://bugs.gentoo.org/show_bug.cgi?id=113379 path_id doesn't work too well for parisc boxes. This patch from Jeroen Roovers <jer@gentoo.org> fixes that. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-11-25remove outdated and misleading stuffKay Sievers
Packagers who still need this, should carry it in their own package. It just causes too much trouble to users to have it in the tree and expect that it's needed or the way to do it. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-22move some helpers from extras to /lib/udevKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>