aboutsummaryrefslogtreecommitdiffstats
path: root/extras
AgeCommit message (Expand)AuthorFilesLines
2006-10-13volume_id: add checksum check to via_raidKay Sievers2-2/+20
2006-10-10scsi_id: export ID_SERIAL_SHORT without vendor/productKay Sievers3-33/+34
2006-10-02path_id: fix SAS disk handlingMUNEDA Takahiro1-12/+24
2006-09-23add IMPORT operations to the udev man pageBryan Kadzban1-6/+16
2006-09-12volume_id: correct iso9660 high sierra headerKay Sievers2-8/+8
2006-09-09rule_generator: improve net rule comment generationKay Sievers1-7/+10
2006-09-05add persistent rules generator for net devices and optical drivesMarco d'Itri6-0/+394
2006-09-05remove broken name_cdrom.plKay Sievers1-31/+0
2006-09-05cdrom_id: add rules file to call cdrom_idKay Sievers2-1/+6
2006-08-28update source file headersKay Sievers1-340/+0
2006-08-20vol_id: use primary group of 'nobody' instead of 'nogroup'Kay Sievers1-8/+10
2006-08-20volume_id: add suspend partition detectionKay Sievers3-16/+29
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers3-41/+41
2006-08-15volume_id: fix fat32 cluster chain traversalLennart Poettering2-2/+2
2006-08-05switch ifdef __KLIBC__ to ifndef __GLIBC__Kay Sievers1-2/+1
2006-08-05libvolume_id: read ufs2 labelKay Sievers2-1/+13
2006-07-29refresh vol_id man pageKay Sievers2-28/+13
2006-07-29path_id: fix an harmless syntax errorMarco d'Itri1-1/+1
2006-07-25libvolume_id: add parameter 'size' to all probe functionsKay Sievers28-106/+106
2006-07-13vol_id: add --skip-raid and --probe-all optionKay Sievers5-18/+115
2006-07-11firmware.sh: remove needless '/'Kay Sievers1-4/+4
2006-07-09path_id: prepare for new sysfs layoutKay Sievers1-23/+28
2006-07-04Makefiles: fix .PHONY for man page targetKay Sievers11-11/+11
2006-07-03netif rename: optimistic loop for the name to become freeKay Sievers1-1/+1
2006-05-30libvolume_id: gfs + gfs2 supportKay Sievers6-2/+136
2006-05-28replace binary firmware helper with shell scriptKay Sievers3-156/+30
2006-05-26path_id: prevent endless loop for SAS devices on older kernelsKay Sievers1-0/+3
2006-05-23path_id: add support for iSCSI devicesHannes Reinecke1-0/+59
2006-05-15libvolume_id: add more software raid signaturesKay Sievers5-1/+185
2006-05-13libvolume_id: fat - check for signature at end of sectorKay Sievers3-11/+37
2006-05-12libvolume_id: nss - use different uuidKay Sievers2-2/+42
2006-05-10edd_id: fix "(null)" output if "mbr_signature" does not existKay Sievers1-14/+18
2006-05-09path_id: fix bashismMarco d'Itri1-2/+2
2006-05-09path_id: add platform and serio supportLibor Klepac1-0/+56
2006-05-09vol_id: add NetWare volume detectionKay Sievers5-0/+69
2006-04-28vol_id: fix logging from libvolume_id's log functionKay Sievers2-2/+10
2006-04-21path_id: fix SAS device path generationHannes Reinecke1-2/+2
2006-04-13path_id: fix loop for SAS devicesKay Sievers1-1/+1
2006-04-11usb_id: remove uneeded codeKay Sievers1-12/+0
2006-04-08volume_id: move some debug to info levelKay Sievers28-30/+32
2006-04-05volume_id: fix endianess conversion typo for FAT32Kay Sievers2-2/+2
2006-04-03fix symlink targets in MakefilesKay Sievers2-3/+3
2006-03-30volume_id: generate man page from xml sourceKay Sievers3-35/+157
2006-03-30volume_id: update READMEKay Sievers2-20/+24
2006-03-30pass CROSS_COMPILE to AR and RANLIB down to extras/Kay Sievers1-3/+0
2006-03-29move all *_id programs to /lib/udev/Kay Sievers9-14/+74
2006-03-28man pages: mention udev(7) not udev(8)Kay Sievers6-6/+6
2006-03-28remove all stripping codeKay Sievers10-40/+0
2006-03-28volume_id: define exported symbolsKay Sievers6-10/+55
2006-03-27volume_id: remove some global symbolsKay Sievers5-9/+9
2006-03-27because is better than causeKay Sievers1-1/+1
2006-03-27volume_id: use shared library by defaultKay Sievers1-0/+4
2006-03-27volume_id: rename subdirectoryKay Sievers36-8/+8
2006-03-27volume_id: provide a custom debug functionKay Sievers36-57/+39
2006-03-23volume_id: provide libraryKay Sievers35-49/+103
2006-03-22path_id: add bus to USB pathHannes Reinecke1-294/+239
2006-03-21fix output for USB pathKay Sievers1-1/+3
2006-03-21volume_id: remove all partition table supportKay Sievers6-34/+9
2006-03-21persistent links: add scsi tape links and usb path supportHannes Reinecke1-152/+161
2006-03-21volume_id: remove partition table parsing codeKay Sievers5-358/+14
2006-03-08volume_id: add squashfs detectionKay Sievers4-1/+59
2006-03-08remove devfs rules and scriptsKay Sievers3-185/+0
2006-03-01path_id: support SAS devicesHannes Reinecke1-0/+45
2006-03-01typo in debug text in udev_run_hotplugd.cMasatake YAMATO1-1/+1
2006-02-21volume_id: add missing returnKay Sievers2-34/+36
2006-02-21volume_id: split raid and filesystem detectionKay Sievers2-5/+30
2006-02-21volume_id: replace __packed__ by PACKED macroKay Sievers30-68/+72
2006-02-15fix typo in parisc support to path_idJeroen Roovers1-1/+1
2006-02-13cramfs detection for bigendianKay Sievers1-1/+1
2006-01-28scsi_id: remove dead filesKay Sievers8-305/+19
2006-01-28whitespace fixesKay Sievers1-1/+1
2006-01-28replace fancy silent build program by simple kernel build like logicKay Sievers11-73/+118
2006-01-23usb_id: don't fail on other subsytems than "scsi"Kay Sievers1-89/+62
2006-01-23path_id: handle fiber channelKay Sievers1-0/+43
2006-01-19path_id: work with "all devices in /sys/devices"Kay Sievers1-71/+58
2006-01-18scsi_id, usb_id: request device parent by subsystemKay Sievers3-34/+23
2006-01-13vol_id: probe volume as user nobodyKay Sievers3-5/+21
2006-01-09replace libsysfsKay Sievers23-598/+390
2006-01-09path_id: fix invalid character classKay Sievers1-3/+3
2005-12-23scsi_id: read page 0x80 with libata drivesKay Sievers1-35/+4
2005-12-15fix segfaulting create_floppy_devicesKay Sievers1-4/+4
2005-12-15support pre-SPC3 page 83 formatKurt Garloff1-0/+48
2005-12-15fold multiple consecutive whitespace chars into single '_'Hannes Reinecke1-3/+12
2005-12-07add parisc support to path_idGreg Kroah-Hartman1-0/+5
2005-11-25remove outdated and misleading stuffKay Sievers4-139/+3
2005-11-22move some helpers from extras to /lib/udevKay Sievers3-8/+8
2005-11-21libvolume_id: fix weird fat volume recognitionKay Sievers2-18/+15
2005-11-16Makefile: remove exec_prefix and srcdirKay Sievers10-50/+40
2005-11-12volume_id: use glibc's byteswapKay Sievers2-27/+10
2005-11-12volume_id: include stddef.h headerKay Sievers1-0/+1
2005-11-10fix typo in eventrecorderKay Sievers1-1/+1
2005-11-10replace udeveventrecorder by a shell scriptKay Sievers1-0/+4
2005-11-09Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/hotplug/udevGreg Kroah-Hartman70-714/+190
2005-11-09Make run_directory.c stat the place it is going to try to run.Greg Kroah-Hartman1-0/+7
2005-11-09volume_id: provide libvolume_id.a fileKay Sievers70-714/+190
2005-10-31add man pages for *_id programsJan Luebbe10-10/+161
2005-10-28"STRIPCMD=" for the EXTRASKay Sievers10-0/+20
2005-10-27use DESTDIR on uninstall, no need to pass prefix to submakeKay Sievers1-1/+1
2005-10-23volume_id: Version 052Kay Sievers1-1/+1
2005-10-23volume_id: fix typo in ext blocksize checkKay Sievers1-7/+7
2005-10-23volume_id: Version 051Kay Sievers1-1/+1
2005-10-23volume_id: make FAT32 recognition more robustKay Sievers1-9/+22
2005-10-23volume_id: add vxfs includeKay Sievers1-0/+1
2005-10-23volume_id: fix typo in ocfsKay Sievers1-1/+1
2005-10-23volume_id: move blocksize validation to fix jbd recognitionKay Sievers1-7/+7
2005-10-23volume_id: check ext fs for valid blocksize, cause magic is only 2 bytesKay Sievers2-23/+63
2005-10-23volume_id: add Veritas fsKay Sievers4-0/+77
2005-10-23volume_id: add OVFS Version 1Kay Sievers5-120/+205
2005-09-27switch tools and volume_id from LGPL to GPLv2Kay Sievers71-875/+214
2005-09-27remove no longer needed includesKay Sievers5-5/+1
2005-09-18volume_id: set reiser instead of reiserfs for filesystem typeKay Sievers2-4/+9
2005-09-18scsi_id: switch temporary node creation to /devKay Sievers3-86/+14
2005-09-16ata_id: open volume O_NONBLOCKKay Sievers1-4/+1
2005-09-16edd_id: check that EDD id is uniqueJohn Hull1-5/+15
2005-09-16run_directory: fix typo in "make install"Marco d'Itri1-1/+1
2005-09-14scsi_id: derive a UID for a SCSI-2 not compliant with the page 83Edward Goggin5-17/+137
2005-09-14add install test to 'make buildtest'Kay Sievers2-9/+4
2005-09-14EXTRAS: cleanup and sync all MakefilesKay Sievers10-234/+399
2005-09-14volume_id: fix error handling with failing read()Kay Sievers2-3/+4
2005-09-14EXTRAS/Makefile: fix install targets to match main MakefileJürg Billeter10-21/+26
2005-09-12remove chassis_id programKay Sievers8-379/+0
2005-09-09firmware_helper: fix write countDuncan Sands1-2/+2
2005-09-08fix useless but funny name_cdrom.pl script to work againKay Sievers1-30/+16
2005-09-08delete cdromsymlinks* - obsoleted by cdrom_id and IMPORT rulesKay Sievers3-780/+0
2005-09-06add edd_id tool to match BIOS EDD disk informationKay Sievers2-0/+234
2005-08-31scsi_id: rename SYSFS to LIBSYSFSKay Sievers1-2/+2
2005-08-30Makefile: remove all the duplicated rulesKay Sievers8-10/+9
2005-08-28vol_id: ID_LABEL_SAFE will no longer contain fancy charactersKay Sievers1-0/+1
2005-08-26switch to '==' in raid-devfs.shThierry Vignaud1-3/+3
2005-08-25path_id: remove SUSE specific PATHKay Sievers1-9/+6
2005-08-25fix typo in firmware_helperAmir Shalem1-1/+1
2005-08-25volume_id: don't probe for mac_partition_mapsKay Sievers1-3/+0
2005-08-22*_id: fix zero length in set_str()Kay Sievers4-4/+4
2005-08-18fix typo in cdrom_id syslogKay Sievers1-3/+1
2005-08-18Merge rsync://rsync.kernel.org/pub/scm/linux/hotplug/udevKay Sievers1-7/+4
2005-08-17cdrom_id: change err() to info() to help with debugging problemsGreg Kroah-Hartman1-3/+3
2005-08-17Always open the cdrom drive in non-blocking mode in cdrom_idGreg Kroah-Hartman1-4/+1
2005-08-17vol_id: fix sloppy error handlingKay Sievers2-6/+25
2005-08-13Merge rsync://rsync.kernel.org/pub/scm/linux/hotplug/udevKay Sievers1-1/+32
2005-08-13fix more compiler warnings ...Kay Sievers4-36/+33
2005-08-12added the cdrom.h #defines directly into the cdrom_id.c fileGreg Kroah-Hartman1-1/+32
2005-08-11fix klibc build issue in cdrom_id.cGreg KH1-2/+2
2005-08-11changed cdrom_id exports to be easier to understand and consistant with other...Greg KH1-9/+9
2005-08-11Created cdrom_id program to make it easier to determine cdrom typesGreg KH2-0/+180
2005-08-11allow logging of all output from executed toolsKay Sievers1-2/+2
2005-08-09trivial text cleanupsKay Sievers1-3/+3
2005-08-09remove example rules and put the dev.d stuff into the run_directory folderKay Sievers5-0/+142
2005-08-09more distro rules updatesKay Sievers1-1/+1
2005-08-09add firmware_helper to load firmwareKay Sievers2-0/+198
2005-08-01Added horrible (but fun) path_id script to extras.Greg Kroah-Hartman1-0/+390
2005-08-01fix GGC signed pointer warnings and switch volume_id to stdintKay Sievers75-858/+828
2005-07-22move code to its own filesKay Sievers1-1/+1
2005-07-19usb_id: fix typoHannes Reinecke3-3/+7
2005-07-19add ID_BUS to *_id programsHannes Reinecke4-0/+4
2005-07-19create_floppy_devices: add tool to create floppy nodes based on sysfs infoHannes Reinecke2-0/+188
2005-07-17volume_id: add OCFS (Oracle Cluster File System) supportAndre Masella6-2/+160
2005-07-17add padding to rules structureKay Sievers1-3/+0
2005-07-14Really commit the udev_run_devd changes...Greg KH3-19/+30
2005-07-14Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files tooGreg KH1-0/+3
2005-07-13volume_id: remove s390 dasd handling, it is dasd_id nowKay Sievers6-225/+1
2005-07-13dasd_id: add s390 disk-label proberHannes Reinecke2-0/+325
2005-07-13trivial fixes for *_id programsKay Sievers2-3/+6
2005-07-12ata_id: check for empty serial numberKay Sievers1-2/+6
2005-07-12compile dasd only on s390Kay Sievers1-16/+10
2005-07-08fix usb_id and let scsi_id ignore "illegal request"Hannes Reinecke3-38/+70
2005-07-04add usb_id program to generate usb-storage device identifiersKay Sievers2-0/+533
2005-06-27add ID_TYPE to the id probersKay Sievers2-15/+104
2005-06-27add -x to scsi_id to export the queried values in env formatKay Sievers1-13/+53
2005-06-26store the imported device information in the udevdbKay Sievers3-9/+6
2005-06-26rename udev_volume_id to vol_id and add --export optionKay Sievers5-107/+131
2005-06-25add ata_id to read serial numbers from ATA drivesKay Sievers2-0/+202
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-3/+0
2005-06-05volume_id: use udev-provided log-levelKay Sievers2-3/+17
2005-06-05udev: move dev.d/ handling to external helperKay Sievers4-0/+291
2005-05-20[PATCH] update cdsymlinks to latest versionDarren Salt3-79/+131
2005-04-26[PATCH] udev_volume_id: fix endianess macroskay.sievers@vrfy.org2-1/+5
2005-04-26[PATCH] klibc: use klcc wrapper instead of our own Makefilekay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] volume_id: version 43kay.sievers@vrfy.org2-4/+4
2005-04-26[PATCH] volume_id: Fix label/uuid reading for reiserfshare@suse.de1-1/+5
2005-04-26[PATCH] volume_id: version 42kay.sievers@vrfy.org19-16/+742
2005-04-26[PATCH] volume_id: version 41kay.sievers@vrfy.org4-64/+95
2005-04-26[PATCH] The following patch fixes some warnings when compiling volume_idtklauser@access.unizh.ch3-2/+6
2005-04-26[PATCH] The following patch fixes a warning when compiling chassis_idtklauser@access.unizh.ch1-1/+1
2005-04-26[PATCH] fix ia64 compilekay.sievers@vrfy.org23-37/+37
2005-04-26[PATCH] udev_volume_id: version 39kay.sievers@vrfy.org6-3/+132
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udev_volume_id: volume_id v38kay.sievers@vrfy.org5-50/+48
2005-04-26[PATCH] update scsi_id to work with libsysfs changespatmans@us.ibm.com4-42/+34
2005-04-26[PATCH] udev_volume_id: add Reiser4 supporttklauser@access.unizh.ch2-7/+28
2005-04-26[PATCH] udev_volume_id: volume_id v35kay.sievers@vrfy.org49-129/+275
2005-04-26[PATCH] scsi_id changes for use with udev %N and %ppatmans@us.ibm.com4-39/+29
2005-04-26[PATCH] udev_volume_id: fix typokay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] udev_volume_id: remove temporary node creation and parent handlingkay.sievers@vrfy.org2-91/+25
2005-04-26[PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not ...kay.sievers@vrfy.org3-4/+4
2005-04-26[PATCH] fix example comment in ide-devfs.shgreg@kroah.com1-1/+1
2005-04-26[PATCH] udev_volume_id: fix dasd disklabel reading with -l optionkay.sievers@vrfy.org1-5/+5
2005-04-26[PATCH] udev_volume_id: volume_id version 034kay.sievers@vrfy.org29-532/+974
2005-04-26[PATCH] raid-devfs.sh: devfs names for hardware RAID controllersmd@Linux.IT1-0/+50
2005-04-26[PATCH] scsi_id: when udevstart is started, /tmp is not writeable.md@Linux.IT1-2/+2
2005-04-26[PATCH] cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0md@Linux.IT1-1/+1