summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
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>
2005-11-21libvolume_id: fix weird fat volume recognitionKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-16Makefile: remove exec_prefix and srcdirKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-12volume_id: use glibc's byteswapKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-12volume_id: include stddef.h headerKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-10fix typo in eventrecorderKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-10replace udeveventrecorder by a shell scriptKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-09Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/hotplug/udevGreg Kroah-Hartman
2005-11-09Make run_directory.c stat the place it is going to try to run.Greg Kroah-Hartman
This should remove a lot of error messages that people are seeing. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-11-09volume_id: provide libvolume_id.a fileKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-31add man pages for *_id programsJan Luebbe
I've written manpages for the *_id binaries, which are attached to this mail.
2005-10-28"STRIPCMD=" for the EXTRASKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-27use DESTDIR on uninstall, no need to pass prefix to submakeKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
2005-10-23volume_id: Version 052Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: fix typo in ext blocksize checkKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: Version 051Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: make FAT32 recognition more robustKay Sievers
FAT32 volumes should never have a cluster count, that fits into a 16 bit value, but mkdosfs can create such volumes. No sane formatter or Windows will ever do this, but the Linux kernel as Windows can read/write it. Thanks to Ted Ts'o <tytso@mit.edu> for convincing me. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: add vxfs includeKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: fix typo in ocfsKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: move blocksize validation to fix jbd recognitionKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: check ext fs for valid blocksize, cause magic is only 2 bytesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: add Veritas fsKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-23volume_id: add OVFS Version 1Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-27switch tools and volume_id from LGPL to GPLv2Kay Sievers
After beeing hit by proprietary applications which statically link the LGPL'd libusb, which needs a patch to reflect the recent kernel changes, I decided not to provide LGPL code anymore. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-27remove no longer needed includesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-18volume_id: set reiser instead of reiserfs for filesystem typeKay Sievers
Thanks to Theodore Ts'o <tytso@mit.edu> for the hint and a test image. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-18scsi_id: switch temporary node creation to /devKay Sievers
/tmp is not writable on most systems, so just use /dev to create a temporary node. If called from a udev rule, "-d $tempnode" should be used and udev will create a temporary node and pass the name before calling scsi_id. Also remove gen_scsi_id_udev_rules.sh per Patrick's request, as it's no longer needed with the persistent disk links. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-16ata_id: open volume O_NONBLOCKKay Sievers
Opticals like that and should be ok for disks too, as long as we don't read(). Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-16edd_id: check that EDD id is uniqueJohn Hull
The attached patch adds a check to edd_id.c to verify that the MBR signature on the device node passed to the program is unique to only that disk. Signed-off-by: John Hull <john_hull@dell.com>
2005-09-16run_directory: fix typo in "make install"Marco d'Itri
2005-09-14scsi_id: derive a UID for a SCSI-2 not compliant with the page 83Edward Goggin
This patch is to enable the use of scsi_id to derive a UID for a SCSI-2 device which is not compliant with the page 83 inquiry reply format for either SPC-2 or SPC-3. In this case, the page 83 reply does not contain a list of Identification descriptors but a single binary encoded hexa-decimal Vendor Specified Identifier. The update is being driven by the need for scsi_id to support older model EMC Symmetrix hardware, that is, models 4, 5, and 6.
2005-09-14add install test to 'make buildtest'Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-14EXTRAS: cleanup and sync all MakefilesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-14volume_id: fix error handling with failing read()Kay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-09-14EXTRAS/Makefile: fix install targets to match main MakefileJürg Billeter