Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | release 125 | Kay Sievers | |
2008-07-18 | ignore rule with GOTO to a non-existent label | Marco d'Itri | |
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-15 | rules: Debian update | Marco d'Itri | |
2008-07-15 | udevadm: info - add --export format to --device-id-of-file= | Kay Sievers | |
$ udevadm info --export --export-prefix="ROOT_" --device-id-of-file=/ ROOT_MAJOR=8 ROOT_MINOR=5 | |||
2008-07-11 | rules: Debian update | Marco d'Itri | |
2008-07-11 | rules: tape rules - add nst to by-path/ links | Kay Sievers | |
2008-07-11 | rules: tape rules - add nst to usb and 1394 links | John Huttley | |
2008-07-11 | udevadm: settle - add verbose output when running into timeout | Marco d'Itri | |
2008-07-10 | do not touch node ownership and permissions, if already correct | Kay Sievers | |
In some cases "change" events reapplied node permissions which changed applied ACL's. So, preserve permissions if already correct. | |||
2008-07-10 | man: rebuild from xml | Kay Sievers | |
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 | man: add link_priority default value | Marco d'Itri | |
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-09 | rules: use consistently OPTIONS+= | Kay Sievers | |
Thanks to Marco for the pointer. | |||
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 | udev.conf: udevcontrol -> udevadm control | Kay Sievers | |
Thanks to Marco for pointing that out. | |||
2008-07-07 | rules: fix cciss rules for partition numbers > 9 | Kay Sievers | |
2008-07-07 | scsi_id: fix fallback to sg v3 for sg nodes | Kay Sievers | |
2008-07-02 | man: clarify $attr{} parent searching | Karl O. Pinc | |
2008-06-26 | docs: update some docs and delete outdated stuff | Kay Sievers | |
2008-06-26 | rules: add v4l persistent links | Kay Sievers | |
Maybe we will have this working, finally. Thanks to Kees and Brandon. | |||
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 | release 124 | Kay Sievers | |
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-30 | udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum | Xinwei Hu | |
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-28 | man: add NAME== match entry | Michal Soltys | |
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 | rules: tape rules - use bsg device nodes for SG_IO | Kay Sievers | |
2008-05-20 | rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path | Kay 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-20 | edd_id: call it only for sd* and hd* | Kay Sievers | |
2008-05-19 | Makefile: use udevdir in "make install" | Erik van Konijnenburg | |
2008-05-19 | add substitution in MODE= field | Erik 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-17 | release 122 | Kay Sievers | |
2008-05-17 | Makefile: do not create udevcontrol, udevtrigger symlinks | 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 | |