summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-20logging: add trailing newline to all stringsKay Sievers
2008-04-18path_id: remove subsystem whitelistKay Sievers
2008-04-18allow setting of MODE="0000"Kay Sievers
2008-04-17selinux: fix missing includesKay Sievers
2008-04-17selinux: more context settingsHarald Hoyer
Signed-off-by: Harald Hoyer <harald@redhat.com>
2008-04-15rules_generator: net rules - always add KERNEL== match to generated rulesKay Sievers
2008-04-10udevd: at startup write message including version number to kernel logKay Sievers
2008-04-09cdrom_id: replace with version which also exports media propertiesKay 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-09vol_id: add --offset optionKay Sievers
2008-04-07udevinfo: do not replace chars when printing ATTR== matchesKay Sievers
2008-04-06writing udev rules: fix rule typosDaniel Drake
2008-04-03release 120Kay Sievers
2008-04-03persistent device naming: cleanup storage rulesKay Sievers
2008-04-02also accept real socket files for RUN+="socket:<path>"Kay Sievers
2008-04-02udevd: serialize events if they refer to the same major:minor numberMichael Kralka
2008-03-29udevadm: trigger - fix --socket== + --verboseKay Sievers
2008-03-29udevadm: trigger - fix broken socket option checkKay Sievers
2008-03-29udevadm: remove old man page links and compat links for debugging toolsKay Sievers
2008-03-29udevadm: info - resolve devpath if symlink is givenKay Sievers
2008-03-27udevadm: trigger - option to synthesize events and pass them to a socketKay Sievers
2008-03-25rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_deviceKay Sievers
2008-03-21test: remove duplicated EXTRA entryKay Sievers
2008-03-15release 119Kay Sievers
2008-03-15Makefile: do not require GNU installRoy Marples
2008-03-14extend hack to allow TEST=="*/start"Kay Sievers
2008-03-14sysfs: depend on "subsystem" linkKay Sievers
2008-03-14test: add "subsystem" links to all devicesKay Sievers
2008-03-14persistent device naming: also run on "change" eventKay Sievers
2008-03-13rules_generator: add KERNEL=="<netifname>*" to generated rulesKay 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-13hack to allow ATTR{block/*/uevent}="change"Kay Sievers
2008-03-13rules: do not set GROUP="disk" for scannersHarald Hoyer
2008-03-13rules: Fedora updateHarald Hoyer
2008-03-13selinux: set context for real file name not the temp nameKay Sievers
2008-02-21volume_id: respect LDFLAGSMatthias Schwarzott
2008-02-09volume_id: update ext detectionKay Sievers
2008-01-24volume_id: fix typo in function documentationKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-01-09volume_id: add prefix=, exec_prefix=Neil Williams
2008-01-09volume_id: fix UUID raw buffer usageKarel Zak
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-12-31rules_generator: add missing write_net_rules unlockJiri Slaby
2007-12-29rules: remove tty rule which can never run because of an earlier "last_rule"Kay Sievers
2007-12-29do not skip RUN execution if device node removal failsAnthony L. Awtrey
2007-12-27switch mailing lists to linux-hotplug@vger.kernel.orgKay Sievers
2007-12-19release 118Kay Sievers
2007-12-17rules: Gentoo updateMatthias Schwarzott
2007-12-17volume_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-17create_floppy_devices: fix logic for more than one floppy deviceKay Sievers
2007-12-16volume_id: run only once into a timeout for unreadable devicesKay Sievers
2007-12-16volume_id: LVM - add uuidHannes Reinecke
2007-12-07volume_id: md - add metadata minor versionKay Sievers
Thanks to Hannes.
2007-12-07rules: add AOE ruleKay Sievers