summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2008-09-10libudev: add selinuxKay Sievers
2008-09-07udevadm: add --version --help options to man page, hide them as commandsKay Sievers
2008-09-06vol_id: add --debug optionKay Sievers
2008-09-06volume_id: linux_raid - fix logic for volumes with size == 0Kay Sievers
2008-09-06use libudev code, unify logging, pass udev context around everywhereKay Sievers
2008-09-01volume_id: fail on undefined __BYTE_ORDERKay Sievers
2008-08-31volume_id: hfs - calculate proper uuidKay Sievers
2008-08-29firmware.sh: lookup lookup kernel provided firmware directoryKay Sievers
2008-08-29volume_id: remove left-over fd close()Kay Sievers
2008-08-28volume_id: remove deprecated functions and bump major versionKay Sievers
2008-08-22vol_id: make the --offset= argument optionalKay Sievers
2008-08-12add missing includesKay Sievers
2008-07-30volume_id: create relative linksKay Sievers
2008-07-30volume_id: move static lib to $prefixKay Sievers
2008-07-30use autotoolsKay Sievers
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers
2008-07-22use proper directory lib/lib64 for libvolume_idThomas Koeller
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
2008-07-10scsi_id: the fallback fix broke error handlingKay Sievers
2008-07-10scsi_id: man page fixMarco d'Itri
minus signs need to be escaped and the program is not in the $PATH anymore
2008-07-10scsi_id: include sys/stat.hThomas Koeller
I could not build scsi_id because of a missing #include for sys/stat.h, so I had to add that. Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org>
2008-07-07rules_generator: net rules - do not print error if file is missing and ↵Marco d'Itri
ignore commented rules Fix an error message displayed by write_net_rules when the rules file does not exist yet. (See Debian bugs #442796 and #475699.) Ignore commented rules, at least for the easy case. For clarity, use extended instead of standard regular expressions.
2008-07-07scsi_id: fix fallback to sg v3 for sg nodesKay Sievers
2008-06-26path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-'Kay Sievers
2008-06-18collect: fix size_t printfKay Sievers
2008-06-18collect: check realloc return valueTobias Klauser
2008-06-12cdrom_id: fix recognition of blank mediaKay Sievers
Thanks to David!
2008-06-12release 123Kay Sievers
2008-06-11volume_id: support for oracleasmErik van Konijnenburg
2008-06-11scsi_id: retry open() on -EBUSYHarald Hoyer
2008-06-11cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ↵Kay Sievers
ID_CDROM_MEDIA_TRACK_COUNT_DATA= Iterate over all tracks, instead of looking only at the first one for audio. Thanks to David!
2008-05-28volume_id: enable GFS probing code, add LABEL supportKarel Zak
* enables GFS/GFS2 probing code (it's disabled now!) * adds support for LABELs -- it seems that locktable name is usable as a LABEL (at least according to libblkid). * removes extra check of sb_header.mh_format -- nothing in kernel and blkid checks this superblock entry. It seems that check GFS_MAGIC and GFS_METATYPE_SB is enough. Signed-off-by: Karel Zak <kzak@redhat.com>
2008-05-27collect: realloc buffer, if neededXinwei Hu
2008-05-27volume_id: remove unnecessary global variableKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-05-26rules: persistent net - handle "locally administered" ibmveth MAC addressesKay Sievers
2008-05-20edd_id: call it only for sd* and hd*Kay Sievers
2008-05-17volume_id: bump versionKay Sievers
2008-05-16scsi_id: add bsg.hKay Sievers
2008-05-14cdrom_id: fix segfaultMatthias Schwarzott
2008-05-14scsi_id: add --sg-version= optionKay Sievers
2008-05-14scsi_id: remove bus_id optionKay Sievers
2008-05-14scsi_id: update man pageKay Sievers
2008-05-14scsi_id: add SGv4 supportHannes Reinecke
Fall back to SGv3, if SGv3 returns a failure/is not available.
2008-05-14scsi_id: remove all sysfs dependenciesHannes Reinecke
2008-05-14man: scsi_idMUNEDA Takahiro
2008-05-13volume_id: clean up linux_raid codeKarel Zak
extra global and/or non-static variables suck in shared libraries use "else if" rather than many "return" calls Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-27rules_generator: net rules - add "dev_id" value to generated rulesDavid Woodhouse
2008-04-22udevadm: control - fix --env key to accept --env=<KEY>=<value>Kay Sievers
2008-04-21fstab_import: add program to IMPORT matching fstab entryKay Sievers
DEVPATH=/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6 SUBSYSTEM=block ... ID_FS_USAGE=filesystem ID_FS_TYPE=ext3 ID_FS_VERSION=1.0 ... FSTAB_NAME=/dev/disk/by-id/scsi-SATA_ST910021AS_3MH0Y3KF-part6 FSTAB_DIR=/home/kay/work FSTAB_TYPE=ext3 FSTAB_OPTS=defaults FSTAB_FREQ=1 FSTAB_PASSNO=1
2008-04-21cdrom_id: add more help textKay Sievers