aboutsummaryrefslogtreecommitdiffstats
path: root/extras
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-26[PATCH] udev_volume_id: rename probe_ibm into probe_dasdkay.sievers@vrfy.org4-11/+8
2005-04-26[PATCH] udev_volume_id: volume_id version 032kay.sievers@vrfy.org17-47/+154
2005-04-26[PATCH] Makefile: add some more warnings and prepare for clean gcc4 compilekay.sievers@vrfy.org1-3/+0
2005-04-26[PATCH] fix -Wsign-compare warningskay.sievers@vrfy.org1-3/+2
2005-04-26[PATCH] chassis_id: clean compilation and fix bad function parameter passingkay.sievers@vrfy.org4-43/+58
2005-04-26[PATCH] udev_volume_id: new version of volume_idkay.sievers@vrfy.org42-2395/+3472
2005-04-26[PATCH] udev_volume_id: fix -d optioncborntra@de.ibm.com1-1/+1
2005-04-26[PATCH] udev_volume_id: fix FAT label readingkay.sievers@vrfy.org2-13/+43
2005-04-26[PATCH] udev_volume_id: version 27kay.sievers@vrfy.org2-29/+84
2005-04-26[PATCH] fix udev_volume_id build error.greg@kroah.com1-1/+0
2005-04-26[PATCH] udev_volume_id: links sysfs.a instead of all objectskay.sievers@vrfy.org1-10/+0
2005-04-26[PATCH] fix udev_volume_id so it will now build properly.greg@kroah.com1-1/+1
2005-04-26more merge fixupsGreg KH1-3/+3
2005-04-26more fixupsGreg KH1-3/+3
2005-04-26[PATCH] Allow GROUP to have modifiers in itsschweizer@gmail.com1-3/+3
2005-04-26[PATCH] Add support for highpoint ataraid to volume_id to suppresskay.sievers@vrfy.org2-6/+43
2005-04-26[PATCH] Patches from Harald Hoyer <harald@redhat.com>.kay.sievers@vrfy.org1-9/+9
2005-04-26[PATCH] fix debug in volume id / fix clashing global var namekay.sievers@vrfy.org2-6/+9
2005-04-26[PATCH] volume_id fixkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] update udev to scsi_id 0.7patmans@us.ibm.com4-12/+16
2005-04-26[PATCH] add very nice cdsymlinks scripts.greg@kroah.com3-0/+728
2005-04-26[PATCH] add some helper scripts for dvb and input devices.greg@kroah.com2-0/+33
2005-04-26[PATCH] let the extras/ programs build "pretty" alsogreg@kroah.com2-2/+8
2005-04-26[PATCH] pass SYSFS setting down for extras buildspatmans@us.ibm.com1-7/+1
2005-04-26[PATCH] fix up error in building extras and libsysfsgreg@kroah.com1-1/+7
2005-04-26[PATCH] delete extras/multipath-tools as per the author's requestgreg@kroah.com35-5518/+0
2005-04-26[PATCH] update volume_idkay.sievers@vrfy.org2-17/+24
2005-04-26[PATCH] cleanup PATCH for extras/chassis_id/Makefileharald@redhat.com1-0/+9
2005-04-26[PATCH] update comments in scsi-devfs.shgreg@kroah.com1-4/+4
2005-04-26[PATCH] update udev to include scsi_id 0.6patmans@us.ibm.com9-53/+93
2005-04-26[PATCH] volume-id build fix and updatekay.sievers@vrfy.org4-124/+211
2005-04-26[PATCH] update udev_volume_idkay.sievers@vrfy.org4-285/+1430
2005-04-26[PATCH] Minor POSIX-fixes for udevtao@kernel.org3-10/+8
2005-04-26[PATCH] clean up start_udev a bittrini@kernel.crashing.org1-2/+3
2005-04-26[PATCH] update udev_volume_idkay.sievers@vrfy.org2-197/+361
2005-04-26[PATCH] update udev scsi_id to scsi_id 0.5patmans@us.ibm.com10-83/+119
2005-04-26[PATCH] Patch for chassis_id exras moduleatul.sabharwal@intel.com6-80/+144
2005-04-26[PATCH] delete udev_selinux as it doesn't work properly and is the wrong way ...greg@kroah.com2-149/+0
2005-04-26[PATCH] Deleted the udev_dbus extra as it didn't really work properly and HAL...greg@kroah.com4-312/+0
2005-04-26[PATCH] udev_volume_id updatekay.sievers@vrfy.org7-51/+437
2005-04-26[PATCH] udev callout for reading filesystem labelskay.sievers@vrfy.org2-200/+525
2005-04-26[PATCH] udev callout for reading filesystem labelskay.sievers@vrfy.org4-0/+792
2005-04-26[PATCH] udev_selinux changeskay.sievers@vrfy.org3-16/+34
2005-04-26[PATCH] devfs.sh-ide-floppymd@Linux.IT1-0/+2
2005-04-26[PATCH] udev_dbus changeskay.sievers@vrfy.org3-15/+63
2005-04-26[PATCH] DEVNODE -> DEVNAME transition fixessjoerd@spring.luon.net2-17/+17
2005-04-26[PATCH] Add README for chassis_idatul.sabharwal@intel.com1-0/+28
2005-04-26[PATCH] clean up chassis_id coding style.greg@kroah.com3-182/+166
2005-04-26[PATCH] Add chassis_id program to extras directoryatul.sabharwal@intel.com5-0/+279
2005-04-26[PATCH] small ide-devfs.sh fixmd@Linux.IT1-1/+1
2005-04-26[PATCH] move udev_selinux into extras/selinuxgreg@kroah.com2-0/+131
2005-04-26[PATCH] move udev_dbus to extras/dbusgreg@kroah.com3-0/+264
2005-04-26[PATCH] SCSI logical and physical names for udevrgooch@ras.ucalgary.ca1-0/+88
2005-04-26[PATCH] make spotlessolh@suse.de6-0/+10
2005-04-26[PATCH] Added multipath-tools 0.1.1 releasegreg@kroah.com35-0/+5509
2005-04-26[PATCH] deleted current extras/multipath directorygreg@kroah.com25-4225/+0
2005-04-26[PATCH] make start_udev use udevstart binarygreg@kroah.com1-1/+6
2005-04-26[PATCH] multipath updatechristophe.varoqui@free.fr8-36/+132
2005-04-26[PATCH] remove usage of expr in ide-devfs.shmd@Linux.IT1-3/+3
2005-04-26[PATCH] update udev scsi_id to scsi_id 0.4patmans@us.ibm.com9-167/+279
2005-04-26[PATCH] remove udevd priority TODO item, as it's not needed at all.greg@kroah.com1-5/+0
2005-04-26[PATCH] more HOWTO cleanups.greg@kroah.com1-0/+11
2005-04-26[PATCH] udev use new libsysfs header file locationpatmans@us.ibm.com2-14/+2
2005-04-26[PATCH] add start_udev init script.greg@kroah.com1-0/+91
2005-04-26[PATCH] update extras/multipathext.devoteam.varoqui@sncf.fr3-20/+29
2005-04-26[PATCH] udev - switch callout part selector to {attribute}kay.sievers@vrfy.org2-2/+2
2005-04-26[PATCH] more udev-016/extras/multipathchristophe.varoqui@free.fr7-1387/+313
2005-04-26[PATCH] more udev-016/extras/multipathchristophe.varoqui@free.fr4-2/+80
2005-04-26[PATCH] update extras/multipathchristophe.varoqui@free.fr3-41/+5
2005-04-26[PATCH] add KERNEL_DIR option so that the distros will be happygreg@kroah.com2-3/+3
2005-04-26[PATCH] get_dev_number() in extras/ide-devfs.shelkropac@students.zcu.cz1-1/+1
2005-04-26[PATCH] move udevinfo into the main build and clean up the main Makefile a bit.greg@kroah.com2-452/+0
2005-04-26[PATCH] udevinfo - now a real program :)kay.sievers@vrfy.org2-22/+301
2005-04-26[PATCH] udev - udevinfo with device chain walkkay.sievers@vrfy.org1-13/+40
2005-04-26[PATCH] udev-013/extras/multipath updatechristophe.varoqui@free.fr3-2/+7
2005-04-26[PATCH] udev - program to query all device attributes to build a rulekay.sievers@vrfy.org2-0/+146
2005-04-26[PATCH] update udev scsi_id to scsi_id 0.3patmans@us.ibm.com9-75/+147
2005-04-26[PATCH] udev - small script optimizationkay.sievers@vrfy.org2-19/+17
2005-04-26[PATCH] udev - CALLOUT is PROGRAM nowkay.sievers@vrfy.org2-4/+4
2005-04-26[PATCH] LSB init script and other stuffeike-hotplug@sf-tec.de1-1/+1
2005-04-26[PATCH] fix Silly udev scriptkay.sievers@vrfy.org1-4/+7
2005-04-26[PATCH] add silly script that names cdrom drives based on the cd in them.greg@kroah.com1-0/+45
2005-04-26[PATCH] extras multipath updatechristophe.varoqui@free.fr3-1/+9
2005-04-26[PATCH] extras multipath updatechristophe.varoqui@free.fr4-11/+16
2005-04-26[PATCH] ide-devfs.sh updatekay.sievers@vrfy.org1-12/+32
2005-04-26[PATCH] extras multipath updatechristophe.varoqui@free.fr4-65/+99
2005-04-26[PATCH] extras multipath updatechristophe.varoqui@free.fr2-21/+53
2005-04-26[PATCH] extras multipath updatechristophe.varoqui@free.fr4-102/+150
2005-04-26[PATCH] extras multipath updatechristophe.varoqui@free.fr5-131/+194
2005-04-26[PATCH] experimental CALLOUT script for devfs ide node creation with cd, disc...kay.sievers@vrfy.org1-0/+27
2005-04-26[PATCH] libsysfs 0.4.0 patchdsteklof@us.ibm.com1-2/+2
2005-04-26[PATCH] fix scsi_id segfault with udev-009dsteklof@us.ibm.com2-3/+9
2005-04-26[PATCH] more extras/multipath changeschristophe.varoqui@free.fr1-6/+36
2005-04-26[PATCH] and more extras/multipath updateschristophe.varoqui@free.fr2-9/+24
2005-04-26[PATCH] more extras/multipath updateschristophe.varoqui@free.fr4-7/+36
2005-04-26[PATCH] update udev extras/scsi_id to version 0.2patmans@us.ibm.com9-90/+321