summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07udev.conf: udevcontrol -> udevadm controlKay Sievers
Thanks to Marco for pointing that out.
2008-07-07rules: fix cciss rules for partition numbers > 9Kay Sievers
2008-07-07scsi_id: fix fallback to sg v3 for sg nodesKay Sievers
2008-07-02man: clarify $attr{} parent searchingKarl O. Pinc
2008-06-26docs: update some docs and delete outdated stuffKay Sievers
2008-06-26rules: add v4l persistent linksKay Sievers
Maybe we will have this working, finally. Thanks to Kees and Brandon.
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-12release 124Kay Sievers
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-30udevd: export .udev/queue/$seqnum before .udev/uevent_seqnumXinwei Hu
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-28man: add NAME== match entryMichal Soltys
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