Commit graph

2456 commits

Author SHA1 Message Date
Kay Sievers 7c389ce8a0 collect: fix size_t printf 2008-06-18 10:12:14 +02:00
Tobias Klauser 322fc7a636 collect: check realloc return value 2008-06-18 10:10:29 +02:00
Kay Sievers c986ca557d release 124 2008-06-12 07:24:30 +02:00
Kay Sievers 9bbdf6eb3c cdrom_id: fix recognition of blank media
Thanks to David!
2008-06-12 07:20:14 +02:00
Kay Sievers 2c0644c1c2 release 123 2008-06-12 00:08:43 +02:00
Erik van Konijnenburg 0c6ecdfd9f volume_id: support for oracleasm 2008-06-11 23:54:56 +02:00
Harald Hoyer 1ecb086460 scsi_id: retry open() on -EBUSY 2008-06-11 23:26:18 +02:00
Kay Sievers ec404619a6 cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
Iterate over all tracks, instead of looking only at the first
one for audio. Thanks to David!
2008-06-11 23:24:13 +02:00
Xinwei Hu 0f624f1609 udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum 2008-05-30 09:43:58 +02:00
Karel Zak 2f2f54c514 volume_id: enable GFS probing code, add LABEL support
* 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-28 20:07:17 +02:00
Michal Soltys bbf1599bb5 man: add NAME== match entry 2008-05-28 17:20:07 +02:00
Xinwei Hu b5254b4203 collect: realloc buffer, if needed 2008-05-27 19:35:03 +02:00
Karel Zak 2aae673c96 volume_id: remove unnecessary global variable
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-05-27 01:41:41 +02:00
Kay Sievers 941d40a074 rules: persistent net - handle "locally administered" ibmveth MAC addresses 2008-05-26 17:11:13 +02:00
Kay Sievers 2e6a862a4d rules: tape rules - use bsg device nodes for SG_IO 2008-05-20 15:11:01 +02:00
Kay Sievers ea97dc3792 rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
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-20 15:02:17 +02:00
Kay Sievers bc44071db2 edd_id: call it only for sd* and hd* 2008-05-20 08:46:29 +02:00
Erik van Konijnenburg 834dfd5537 Makefile: use udevdir in "make install" 2008-05-19 09:07:20 +02:00
Erik van Konijnenburg ff94cec3d7 add substitution in MODE= field
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-19 09:05:20 +02:00
Kay Sievers 4e548559ba release 122 2008-05-17 16:29:07 +02:00
Kay Sievers 7652450a0a Makefile: do not create udevcontrol, udevtrigger symlinks 2008-05-17 16:19:46 +02:00
Kay Sievers 7031a67c95 volume_id: bump version 2008-05-17 16:19:12 +02:00
Kay Sievers 53ba69a0c2 scsi_id: add bsg.h 2008-05-16 12:52:42 +02:00
Matthias Schwarzott 4cd71da560 cdrom_id: fix segfault 2008-05-14 16:03:49 +02:00
Kay Sievers 788096cb59 rules: adapt tape rules to new scsi_id 2008-05-14 15:17:35 +02:00
Kay Sievers 3d2aed9e86 rules: adapt to new scsi_id 2008-05-14 15:14:23 +02:00
Kay Sievers 025570aa3e scsi_id: add --sg-version= option 2008-05-14 15:02:17 +02:00
Kay Sievers 2d05764a77 scsi_id: remove bus_id option 2008-05-14 13:59:25 +02:00
Kay Sievers 138cf75e4e scsi_id: update man page 2008-05-14 13:59:11 +02:00
Hannes Reinecke 78d9ecfd4f scsi_id: add SGv4 support
Fall back to SGv3, if SGv3 returns a failure/is not available.
2008-05-14 13:55:49 +02:00
Hannes Reinecke 753417db2b scsi_id: remove all sysfs dependencies 2008-05-14 13:42:41 +02:00
MUNEDA Takahiro 838436fa32 man: scsi_id 2008-05-14 04:47:33 +02:00
MUNEDA Takahiro 877bded34a man: udevd- fix udev(8) reference 2008-05-14 04:33:34 +02:00
Karel Zak 661a0bea80 volume_id: clean up linux_raid code
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-13 11:29:17 +02:00
Kay Sievers 8325c84dba release 121 2008-05-09 09:22:23 +02:00
Kay Sievers f76f82f834 rules: update md rules
Activate the rule for autoassembly later.
The needed options are merged into mdadm git, but not released.
2008-05-09 09:05:42 +02:00
Kay Sievers 0654a21c78 persistent device naming: update tape rules
Thanks to John Huttley <John@mib-infotech.co.nz> for the fixes.
All new bugs are introduced by me. :)
2008-05-09 09:05:15 +02:00
Kay Sievers 4c46d72a93 udevadm: info - do not print ATTR{dev}== 2008-04-28 05:07:47 +02:00
David Woodhouse 8b6e9f287d rules_generator: net rules - add "dev_id" value to generated rules 2008-04-27 20:19:44 +02:00
Kay Sievers d8a9d01704 udevadm: control - fix --env key to accept --env=<KEY>=<value> 2008-04-22 03:19:21 +02:00
Kay Sievers 7b2aad3343 udevadm: trigger - add --env= option 2008-04-22 03:01:29 +02:00
Kay Sievers ca0ac81f36 write "event_timeout" to db 2008-04-21 20:22:56 +02:00
Kay Sievers bf50425b58 add OPTIONS+="event_timeout=<seconds>" 2008-04-21 19:00:54 +02:00
Kay Sievers 6b795c99e0 fstab_import: add program to IMPORT matching fstab entry
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 18:07:05 +02:00
Kay Sievers 927e994219 add $links substitution 2008-04-21 17:43:12 +02:00
Kay Sievers 953080abd9 cdrom_id: add more help text 2008-04-21 17:41:39 +02:00
Damjan Georgievski be9c76b434 libvolume_id: recognize swap partitions with a tuxonice hibernate image 2008-04-21 12:44:25 +02:00
Kay Sievers 41677cf51f persistent device naming: also read unpartitioned media 2008-04-20 21:15:00 +02:00
Kay Sievers 803ac7a6d8 scsi_id: initialize serial strings 2008-04-20 21:08:45 +02:00
Kay Sievers c70560feef logging: add trailing newline to all strings 2008-04-20 21:07:06 +02:00