Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-21 | path_id: fix SAS device path generation | Hannes Reinecke | |
2006-04-13 | path_id: fix loop for SAS devices | Kay Sievers | |
2006-04-11 | usb_id: remove uneeded code | Kay Sievers | |
2006-04-08 | volume_id: move some debug to info level | Kay Sievers | |
2006-04-05 | volume_id: fix endianess conversion typo for FAT32 | Kay Sievers | |
2006-04-03 | fix symlink targets in Makefiles | Kay Sievers | |
2006-03-30 | volume_id: generate man page from xml source | Kay Sievers | |
2006-03-30 | volume_id: update README | Kay Sievers | |
2006-03-30 | pass CROSS_COMPILE to AR and RANLIB down to extras/ | Kay Sievers | |
2006-03-29 | move all *_id programs to /lib/udev/ | Kay Sievers | |
2006-03-28 | man pages: mention udev(7) not udev(8) | Kay Sievers | |
Thanks to: Henrique de Moraes Holschuh <hmh@debian.org> | |||
2006-03-28 | remove all stripping code | Kay Sievers | |
2006-03-28 | volume_id: define exported symbols | Kay Sievers | |
2006-03-27 | volume_id: remove some global symbols | Kay Sievers | |
2006-03-27 | because is better than cause | Kay Sievers | |
2006-03-27 | volume_id: use shared library by default | Kay Sievers | |
2006-03-27 | volume_id: rename subdirectory | Kay Sievers | |
2006-03-27 | volume_id: provide a custom debug function | Kay Sievers | |
2006-03-23 | volume_id: provide library | Kay Sievers | |
2006-03-22 | path_id: add bus to USB path | Hannes Reinecke | |
2006-03-21 | fix output for USB path | Kay Sievers | |
2006-03-21 | volume_id: remove all partition table support | Kay Sievers | |
2006-03-21 | persistent links: add scsi tape links and usb path support | Hannes Reinecke | |
2006-03-21 | volume_id: remove partition table parsing code | Kay Sievers | |
2006-03-08 | volume_id: add squashfs detection | Kay Sievers | |
2006-03-08 | remove devfs rules and scripts | Kay Sievers | |
2006-03-01 | path_id: support SAS devices | Hannes Reinecke | |
2006-03-01 | typo in debug text in udev_run_hotplugd.c | Masatake YAMATO | |
2006-02-21 | volume_id: add missing return | Kay Sievers | |
2006-02-21 | volume_id: split raid and filesystem detection | Kay Sievers | |
2006-02-21 | volume_id: replace __packed__ by PACKED macro | Kay Sievers | |
2006-02-15 | fix typo in parisc support to path_id | Jeroen 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-13 | cramfs detection for bigendian | Kay Sievers | |
Patch from Olaf Hering <olh@suse.de>. | |||
2006-01-28 | scsi_id: remove dead files | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | whitespace fixes | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | replace fancy silent build program by simple kernel build like logic | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-23 | usb_id: don't fail on other subsytems than "scsi" | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-23 | path_id: handle fiber channel | Kay Sievers | |
Patch from: Hannes Reinecke <hare@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-19 | path_id: work with "all devices in /sys/devices" | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-18 | scsi_id, usb_id: request device parent by subsystem | Kay 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-13 | vol_id: probe volume as user nobody | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-09 | replace libsysfs | Kay 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-09 | path_id: fix invalid character class | Kay Sievers | |
Thanks to Marco for the _right_ fix. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-12-23 | scsi_id: read page 0x80 with libata drives | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-12-15 | fix segfaulting create_floppy_devices | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-12-15 | support pre-SPC3 page 83 format | Kurt Garloff | |
2005-12-15 | fold multiple consecutive whitespace chars into single '_' | Hannes Reinecke | |
2005-12-07 | add parisc support to path_id | Greg 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-25 | remove outdated and misleading stuff | Kay 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-22 | move some helpers from extras to /lib/udev | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |