Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-30 | don't create $tempnode for devices without major | Kay Sievers | |
2007-04-29 | ata_id: don't log error for libata devices on older kernels | Matthias Schwarzott | |
2007-04-28 | volume_id: minix version 3 support | Kay Sievers | |
2007-04-28 | volume_id: old md metadata has only 32 bit for the uuid | Kay Sievers | |
2007-04-28 | rules: Fedora update | Kay Sievers | |
2007-04-27 | rules: Gentoo update | Matthias Schwarzott | |
2007-04-26 | udevcontrol: allow to set global variables in udevd | Harald Hoyer | |
The initial patch is from Harald, possible new bugs are from me. | |||
2007-04-26 | volume_id: ext - fix endianess in version number | Kay Sievers | |
2007-04-25 | Makefile: respect CFLAGS/LDFLAGS | Matthias Schwarzott | |
2007-04-25 | delete copies of default rules in SUSE rules | Kay Sievers | |
2007-04-25 | unset variable with ENV{VAR}="" | Kay Sievers | |
2007-04-24 | volume_id: add md metadata 1.0, 1.1, 1.2 support | Kay Sievers | |
2007-04-24 | update SUSE rules | Kay Sievers | |
2007-04-24 | remove eventrecorder.sh | Kay Sievers | |
2007-04-23 | release 109 | Kay Sievers | |
2007-04-23 | update SUSE rules | Kay Sievers | |
2007-04-23 | libvolume_id: do not install static library | Kay Sievers | |
2007-04-22 | path_id: remove broken example | Kay Sievers | |
2007-04-22 | path_id: add man page | VMiklos | |
2007-04-19 | udevd: fix serialization of events | Kay Sievers | |
We see sequences like: UEVENT[1176966403.907336] add@/block/dasda UDEV [1176966403.920359] add@/block/dasda UEVENT[1176966403.964379] add@/block/dasda/dasda1 UEVENT[1176966403.964438] add@/block/dasda/dasda2 UEVENT[1176966403.964483] online@/block/dasda UEVENT[1176966403.964519] online@/block/dasda/dasda1 UEVENT[1176966403.964555] online@/block/dasda/dasda2 UDEV [1176966403.967413] add@/block/dasda/dasda1 UDEV [1176966403.968719] add@/block/dasda/dasda2 UDEV [1176966403.974750] online@/block/dasda/dasda1 UDEV [1176966403.982241] online@/block/dasda/dasda2 UDEV [1176966403.999847] online@/block/dasda where the event for the disk (last event) should come before the events for the partitons. We skipped events for dependency reasons, but the dependency check for later events did not see the skipped events. | |||
2007-04-12 | create_path: don't fail if something else created the directory | Kay Sievers | |
Thanks to Jeremy for the patch. | |||
2007-04-12 | persistent device naming: add joystick links | Matthias Schwarzott | |
2007-04-12 | update Gentoo rules | Matthias Schwarzott | |
2007-04-12 | create_floppy_devices: create nodes with correct selinux context | Harald Hoyer | |
2007-04-06 | default rules: add libata compat links | Kay Sievers | |
2007-04-06 | udevinfo: export all information stored in database | Kay Sievers | |
2007-04-06 | udevtest: import uevent variables if possible | Kay Sievers | |
2007-03-31 | make ACTION!="add|change" working | Kay Sievers | |
Thanks to Scott for the suggestion. | |||
2007-03-31 | update SUSE rules | Kay Sievers | |
2007-03-31 | udevtest: export ACTION string if given as option | Kay Sievers | |
2007-03-28 | release 108 | Kay Sievers | |
2007-03-28 | finally remove the directory event-multiplexer crap | Kay Sievers | |
2007-03-28 | update Gentoo rules | Matthias Schwarzott | |
2007-03-23 | udevsettle: read udev not kernel seqnum first | Pozsar Balazs | |
2007-03-23 | don't write to sysfs files during test run | Kay Sievers | |
2007-03-23 | udevinfo: relax check for the correct device if looked up by name | Kay Sievers | |
2007-03-22 | write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices | Matthias Schwarzott | |
2007-03-21 | release 107 | Kay Sievers | |
2007-03-21 | update Debian rules | Marco d'Itri | |
2007-03-21 | run_directory: add final warning before removal | Kay Sievers | |
2007-03-21 | usb_id: append target:lun to storage device serial | Kay Sievers | |
Some broken usb-storage devices implement multiple luns with all the same SCSI identifiers. Append the target:lun to get unique names in /dev/disk/by-id/. | |||
2007-03-21 | udevinfo: print link priority | Kay Sievers | |
2007-03-21 | udevtest: add --force mode | Kay Sievers | |
2007-03-21 | update SUSE rules | Kay Sievers | |
2007-03-19 | man: add "link_priority" option | Kay Sievers | |
2007-03-19 | update TODO | Kay Sievers | |
2007-03-19 | if a node goes away, possibly restore a waiting symlink | Kay Sievers | |
2007-03-19 | update %n on netif name change | Kay Sievers | |
2007-03-18 | udevinfo: remove -d option | Kay Sievers | |
2007-03-18 | volume_id: get rid of compiler warning | Kay Sievers | |