summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20rules: tape rules - use bsg device nodes for SG_IOKay Sievers
2008-05-20rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute pathKay Sievers
This allows us to watch any file to appear, not only sysfs attributes. Files without a leading slash will be device sysfs attributes. The key WAIT_FOR_SYSFS still works for backwards compat, but is removed from the man page.
2008-05-20edd_id: call it only for sd* and hd*Kay Sievers
2008-05-19Makefile: use udevdir in "make install"Erik van Konijnenburg
2008-05-19add substitution in MODE= fieldErik van Konijnenburg
Do substitition processing in MODE field, similar to substitution in OWNER, GROUP etc fields. Add test case for normal and overflow behaviour. Document in manpage.
2008-05-17release 122Kay Sievers
2008-05-17Makefile: do not create udevcontrol, udevtrigger symlinksKay 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-14rules: adapt tape rules to new scsi_idKay Sievers
2008-05-14rules: adapt to new scsi_idKay Sievers
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-14man: udevd- fix udev(8) referenceMUNEDA 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-05-09release 121Kay Sievers
2008-05-09rules: update md rulesKay Sievers
Activate the rule for autoassembly later. The needed options are merged into mdadm git, but not released.
2008-05-09persistent device naming: update tape rulesKay Sievers
Thanks to John Huttley <John@mib-infotech.co.nz> for the fixes. All new bugs are introduced by me. :)
2008-04-28udevadm: info - do not print ATTR{dev}==Kay Sievers
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-22udevadm: trigger - add --env= optionKay Sievers
2008-04-21write "event_timeout" to dbKay Sievers
2008-04-21add OPTIONS+="event_timeout=<seconds>"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-21add $links substitutionKay Sievers
2008-04-21cdrom_id: add more help textKay Sievers
2008-04-21libvolume_id: recognize swap partitions with a tuxonice hibernate imageDamjan Georgievski
2008-04-20persistent device naming: also read unpartitioned mediaKay Sievers
2008-04-20scsi_id: initialize serial stringsKay Sievers
2008-04-20logging: add trailing newline to all stringsKay Sievers
2008-04-18path_id: remove subsystem whitelistKay Sievers
2008-04-18allow setting of MODE="0000"Kay Sievers
2008-04-17selinux: fix missing includesKay Sievers
2008-04-17selinux: more context settingsHarald Hoyer
Signed-off-by: Harald Hoyer <harald@redhat.com>
2008-04-15rules_generator: net rules - always add KERNEL== match to generated rulesKay Sievers
2008-04-10udevd: at startup write message including version number to kernel logKay Sievers
2008-04-09cdrom_id: replace with version which also exports media propertiesKay 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-09vol_id: add --offset optionKay Sievers
2008-04-07udevinfo: do not replace chars when printing ATTR== matchesKay Sievers
2008-04-06writing udev rules: fix rule typosDaniel Drake
2008-04-03release 120Kay Sievers