aboutsummaryrefslogtreecommitdiffstats
path: root/extras/path_id
AgeCommit message (Expand)AuthorFilesLines
2011-10-06delete left-over files in extras/Kay Sievers2-0/+0
2011-08-05implement path_id, usb_id, input_id as built-in commandKay Sievers3-555/+0
2011-07-10path_id: recognize ACPI parent devicesKay Sievers1-0/+3
2011-07-07path_id: add ID_PATH_TAG= to be used in udev tagsKay Sievers1-0/+30
2011-07-06path_id: add missing '-' to tape suffixKay Sievers1-29/+24
2011-05-26path_id: allow to be asked about usb_devices not only usb_interfacesKay Sievers1-1/+3
2011-04-20path_id: rework SAS device handlingMichael Reed1-5/+58
2011-04-15fix more warningsKay Sievers1-3/+1
2011-04-13trivial cleanupsKay Sievers1-2/+0
2010-06-29Add virtio-blk support to path_idRyan Harper1-0/+3
2009-08-08fix spellingAlan Jenkins1-1/+1
2009-08-07Merge libudev, udev, and the unconditional extras in a single Makefile.am.Diego Elio 'Flameeyes' Pettenò1-11/+0
2009-07-25make: build internal tools against libudev-private.laKay Sievers1-7/+5
2009-07-23path_id: fix typo in commentKay Sievers1-1/+1
2009-07-22path_id: make global variable staticKay Sievers1-1/+3
2009-06-17extras: delete man pages for private udev toolsKay Sievers2-18/+0
2009-06-17cleanup ./configure installation directory optionsKay Sievers1-2/+1
2009-06-09move syslog wrapper to libudevKay Sievers1-3/+3
2009-06-08libudev: move to top-level directoryKay Sievers2-9/+9
2009-06-08path_id: rename scsi sub-fuctionsKay Sievers1-68/+58
2009-06-08path_id: delete old shell scriptKay Sievers2-604/+0
2009-06-08path_id: add iscsi supportKay Sievers1-23/+62
2009-06-08path_id: handle fibre channelKay Sievers1-1/+34
2009-06-06fix signed/unsigned warningKay Sievers1-1/+1
2009-06-06path_id: add commentsKay Sievers1-0/+3
2009-06-06path_id: update SCSI handlingKay Sievers1-47/+87
2009-06-06path_id: implement in C using libudevKay Sievers4-0/+378
2009-04-16path_id: support identification of Xen virtual block devicesIan Campbell1-0/+27
2008-12-18path_id: rework SAS persistent namesJeremy Higdon1-23/+25
2008-12-06make: do not delete autotools generated file with distcleanKay Sievers1-4/+0
2008-12-04rules: add persistent /dev/serial/{by-id,by-path} rulesKay Sievers1-0/+3
2008-11-21path_id: fix fibre channel handlingKay Sievers1-1/+1
2008-10-01build: include Makefile.am.inc in all Makefile.amKay Sievers1-0/+2
2008-07-30use autotoolsKay Sievers1-0/+10
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers1-60/+0
2008-06-26path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'Kay Sievers1-1/+5
2008-04-18path_id: remove subsystem whitelistKay Sievers1-20/+7
2008-03-15Makefile: do not require GNU installRoy Marples1-2/+4
2007-09-10path_id: fix for stacked class devicesKay Sievers1-1/+5
2007-05-29path_id: skip subsystem directoryKay Sievers1-9/+15
2007-05-25cciss device supportHannes Reinecke1-0/+11
2007-05-13path_id: remove on make uninstallMiklos Vajna1-1/+1
2007-04-22path_id: remove broken exampleKay Sievers2-23/+5
2007-04-22path_id: add man pageVMiklos2-1/+27
2007-02-05path_id: append LUN to iSCSI pathKay Sievers1-1/+3
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner1-3/+3
2006-10-02path_id: fix SAS disk handlingMUNEDA Takahiro1-12/+24
2006-07-29path_id: fix an harmless syntax errorMarco d'Itri1-1/+1
2006-07-09path_id: prepare for new sysfs layoutKay Sievers1-23/+28
2006-07-04Makefiles: fix .PHONY for man page targetKay Sievers1-1/+1
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-09path_id: fix bashismMarco d'Itri1-2/+2
2006-05-09path_id: add platform and serio supportLibor Klepac1-0/+56
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-03-29move all *_id programs to /lib/udev/Kay Sievers2-0/+58
2006-03-22path_id: add bus to USB pathHannes Reinecke1-294/+239
2006-03-21fix output for USB pathKay Sievers1-1/+3
2006-03-21persistent links: add scsi tape links and usb path supportHannes Reinecke1-152/+161
2006-03-01path_id: support SAS devicesHannes Reinecke1-0/+45
2006-02-15fix typo in parisc support to path_idJeroen Roovers1-1/+1
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-09path_id: fix invalid character classKay Sievers1-3/+3
2005-12-07add parisc support to path_idGreg Kroah-Hartman1-0/+5
2005-09-27switch tools and volume_id from LGPL to GPLv2Kay Sievers1-6/+10
2005-08-25path_id: remove SUSE specific PATHKay Sievers1-9/+6
2005-08-01Added horrible (but fun) path_id script to extras.Greg Kroah-Hartman1-0/+390