Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | volume_id: move static lib to $prefix | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-07-22 | use proper directory lib/lib64 for libvolume_id | Thomas Koeller | |
2008-07-18 | move 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-10 | scsi_id: the fallback fix broke error handling | Kay Sievers | |
2008-07-10 | scsi_id: man page fix | Marco d'Itri | |
minus signs need to be escaped and the program is not in the $PATH anymore | |||
2008-07-10 | scsi_id: include sys/stat.h | Thomas 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-07 | rules_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-07 | scsi_id: fix fallback to sg v3 for sg nodes | Kay Sievers | |
2008-06-26 | path_id: suppress trailing '-' like 'ID_PATH=pci-0000:05:01.0-' | Kay Sievers | |
2008-06-18 | collect: fix size_t printf | Kay Sievers | |
2008-06-18 | collect: check realloc return value | Tobias Klauser | |
2008-06-12 | cdrom_id: fix recognition of blank media | Kay Sievers | |
Thanks to David! | |||
2008-06-12 | release 123 | Kay Sievers | |
2008-06-11 | volume_id: support for oracleasm | Erik van Konijnenburg | |
2008-06-11 | scsi_id: retry open() on -EBUSY | Harald Hoyer | |
2008-06-11 | cdrom_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-28 | volume_id: enable GFS probing code, add LABEL support | Karel 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-27 | collect: realloc buffer, if needed | Xinwei Hu | |
2008-05-27 | volume_id: remove unnecessary global variable | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-05-26 | rules: persistent net - handle "locally administered" ibmveth MAC addresses | Kay Sievers | |
2008-05-20 | edd_id: call it only for sd* and hd* | Kay Sievers | |
2008-05-17 | volume_id: bump version | Kay Sievers | |
2008-05-16 | scsi_id: add bsg.h | Kay Sievers | |
2008-05-14 | cdrom_id: fix segfault | Matthias Schwarzott | |
2008-05-14 | scsi_id: add --sg-version= option | Kay Sievers | |
2008-05-14 | scsi_id: remove bus_id option | Kay Sievers | |
2008-05-14 | scsi_id: update man page | Kay Sievers | |
2008-05-14 | scsi_id: add SGv4 support | Hannes Reinecke | |
Fall back to SGv3, if SGv3 returns a failure/is not available. | |||
2008-05-14 | scsi_id: remove all sysfs dependencies | Hannes Reinecke | |
2008-05-14 | man: scsi_id | MUNEDA Takahiro | |
2008-05-13 | volume_id: clean up linux_raid code | Karel 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-27 | rules_generator: net rules - add "dev_id" value to generated rules | David Woodhouse | |
2008-04-22 | udevadm: control - fix --env key to accept --env=<KEY>=<value> | Kay Sievers | |
2008-04-21 | fstab_import: add program to IMPORT matching fstab entry | Kay 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-21 | cdrom_id: add more help text | Kay Sievers | |
2008-04-21 | libvolume_id: recognize swap partitions with a tuxonice hibernate image | Damjan Georgievski | |
2008-04-20 | scsi_id: initialize serial strings | Kay Sievers | |
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-18 | path_id: remove subsystem whitelist | Kay Sievers | |
2008-04-15 | rules_generator: net rules - always add KERNEL== match to generated rules | Kay Sievers | |
2008-04-09 | cdrom_id: replace with version which also exports media properties | Kay Sievers | |
This is a 12 track audio CD with additional data session: $ extras/cdrom_id/cdrom_id /dev/dvd ID_CDROM=1 ID_CDROM_CD_R=1 ID_CDROM_CD_RW=1 ID_CDROM_DVD=1 ID_CDROM_DVD_R=1 ID_CDROM_DVD_RW=1 ID_CDROM_DVD_RAM=1 ID_CDROM_DVD_PLUS_R=1 ID_CDROM_DVD_PLUS_RW=1 ID_CDROM_DVD_PLUS_R_DL=1 ID_CDROM_MEDIA_CD=1 ID_CDROM_MEDIA_STATE=complete ID_CDROM_MEDIA_HAS_AUDIO=1 ID_CDROM_MEDIA_SESSION_COUNT=2 ID_CDROM_MEDIA_TRACK_COUNT=13 ID_CDROM_MEDIA_SESSION_LAST_OFFSET=444508160 | |||
2008-04-09 | vol_id: add --offset option | Kay Sievers | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2008-03-13 | rules_generator: add KERNEL=="<netifname>*" to generated rules | Kay Sievers | |
Some boxes, like the PS3, have multiple independent hardware interfaces, all sharing the same MAC address. If they have different interface names base names, we can distinguish them that way. | |||
2008-02-21 | volume_id: respect LDFLAGS | Matthias Schwarzott | |
2008-02-09 | volume_id: update ext detection | Kay Sievers | |
2008-01-24 | volume_id: fix typo in function documentation | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-01-09 | volume_id: add prefix=, exec_prefix= | Neil Williams | |