Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-05-14 | rules: adapt tape rules to new scsi_id | Kay Sievers | |
2008-05-14 | rules: adapt to new scsi_id | Kay Sievers | |
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-14 | man: udevd- fix udev(8) reference | 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-05-09 | release 121 | Kay Sievers | |
2008-05-09 | rules: update md rules | Kay Sievers | |
Activate the rule for autoassembly later. The needed options are merged into mdadm git, but not released. | |||
2008-05-09 | persistent device naming: update tape rules | Kay Sievers | |
Thanks to John Huttley <John@mib-infotech.co.nz> for the fixes. All new bugs are introduced by me. :) | |||
2008-04-28 | udevadm: info - do not print ATTR{dev}== | Kay Sievers | |
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-22 | udevadm: trigger - add --env= option | Kay Sievers | |
2008-04-21 | write "event_timeout" to db | Kay Sievers | |
2008-04-21 | add OPTIONS+="event_timeout=<seconds>" | 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 | add $links substitution | Kay Sievers | |
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 | persistent device naming: also read unpartitioned media | Kay Sievers | |
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-18 | allow setting of MODE="0000" | Kay Sievers | |
2008-04-17 | selinux: fix missing includes | Kay Sievers | |
2008-04-17 | selinux: more context settings | Harald Hoyer | |
Signed-off-by: Harald Hoyer <harald@redhat.com> | |||
2008-04-15 | rules_generator: net rules - always add KERNEL== match to generated rules | Kay Sievers | |
2008-04-10 | udevd: at startup write message including version number to kernel log | 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-04-07 | udevinfo: do not replace chars when printing ATTR== matches | Kay Sievers | |
2008-04-06 | writing udev rules: fix rule typos | Daniel Drake | |
2008-04-03 | release 120 | Kay Sievers | |
2008-04-03 | persistent device naming: cleanup storage rules | Kay Sievers | |
2008-04-02 | also accept real socket files for RUN+="socket:<path>" | Kay Sievers | |
2008-04-02 | udevd: serialize events if they refer to the same major:minor number | Michael Kralka | |
2008-03-29 | udevadm: trigger - fix --socket== + --verbose | Kay Sievers | |
2008-03-29 | udevadm: trigger - fix broken socket option check | Kay Sievers | |