Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-03-29 | udevadm: remove old man page links and compat links for debugging tools | Kay Sievers | |
2008-03-29 | udevadm: info - resolve devpath if symlink is given | Kay Sievers | |
2008-03-27 | udevadm: trigger - option to synthesize events and pass them to a socket | Kay Sievers | |
2008-03-25 | rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device | Kay Sievers | |
2008-03-21 | test: remove duplicated EXTRA entry | Kay Sievers | |
2008-03-15 | release 119 | Kay Sievers | |
2008-03-15 | Makefile: do not require GNU install | Roy Marples | |
2008-03-14 | extend hack to allow TEST=="*/start" | Kay Sievers | |
2008-03-14 | sysfs: depend on "subsystem" link | Kay Sievers | |
2008-03-14 | test: add "subsystem" links to all devices | Kay Sievers | |
2008-03-14 | persistent device naming: also run on "change" event | Kay Sievers | |
2008-03-13 | rules_generator: add KERNEL=="<netifname>*" to generated rules | Kay Sievers | |
Some boxes, like the PS3, have multiple independent hardware interfaces, all sharing the same MAC address. If they have different interface names base names, we can distinguish them that way. | |||
2008-03-13 | hack to allow ATTR{block/*/uevent}="change" | Kay Sievers | |
2008-03-13 | rules: do not set GROUP="disk" for scanners | Harald Hoyer | |
2008-03-13 | rules: Fedora update | Harald Hoyer | |
2008-03-13 | selinux: set context for real file name not the temp name | Kay Sievers | |
2008-02-21 | volume_id: respect LDFLAGS | Matthias Schwarzott | |
2008-02-09 | volume_id: update ext detection | Kay Sievers | |
2008-01-24 | volume_id: fix typo in function documentation | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2008-01-09 | volume_id: add prefix=, exec_prefix= | Neil Williams | |
2008-01-09 | volume_id: fix UUID raw buffer usage | Karel Zak | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||
2007-12-31 | rules_generator: add missing write_net_rules unlock | Jiri Slaby | |
2007-12-29 | rules: remove tty rule which can never run because of an earlier "last_rule" | Kay Sievers | |
2007-12-29 | do not skip RUN execution if device node removal fails | Anthony L. Awtrey | |
2007-12-27 | switch mailing lists to linux-hotplug@vger.kernel.org | Kay Sievers | |
2007-12-19 | release 118 | Kay Sievers | |
2007-12-17 | rules: Gentoo update | Matthias Schwarzott | |
2007-12-17 | volume_id: also add readable check to probe_all() | Kay Sievers | |
Otherwise probe_all will run two times into a timout, one for the raid, and one for the filesystem probe. Thanks to Tore Anderson for the debugging. | |||
2007-12-17 | create_floppy_devices: fix logic for more than one floppy device | Kay Sievers | |
2007-12-16 | volume_id: run only once into a timeout for unreadable devices | Kay Sievers | |
2007-12-16 | volume_id: LVM - add uuid | Hannes Reinecke | |
2007-12-07 | volume_id: md - add metadata minor version | Kay Sievers | |
Thanks to Hannes. | |||
2007-12-07 | rules: add AOE rule | Kay Sievers | |
2007-12-03 | doc: update "writing udev rules" | Daniel Drake | |
2007-11-26 | libvolume_id: squashfs - add endianess support for LZMA compression | Kay Sievers | |
2007-11-26 | libvolume_id: squashfs+LZMA compression detection | Michael Prokop | |
2007-11-22 | man: udevadm settle - mention 180 seconds default timeout | Kay Sievers | |
Based on a patch from Jonas Meurer. Thanks! | |||
2007-11-20 | rules_generator: do not create rules with insufficient matches | Kay Sievers | |
Thanks to Alexander E. Patrakov for pointing out that we create invalid rules. We still need a proper fix for devices we skip creating rules (locally administered MAC), but want to swap names with interface names we created rules for. | |||
2007-11-13 | remove udevstart | Kay Sievers | |