Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-03-18 | priority based symlink handling | Kay Sievers | |
Symlinks can have priorities now, the priority is assigned to the device and specified with OPTIONS="link_priority=100". Devices with higher priorities overwrite the symlinks of devices with lower priorities. If the device, that currently owns the link goes away, the symlink will be removed, and recreated, pointing to the next device with the highest actual priority. This should solve the issue, that inserting an USB-stick may overwrite the /dev/disk/by-id/-link of another disk, and removes the entire link after the USB-stick is disconnected. If no priorities are specified, the new link will overwrite the current one, and if the device goes away, it will restore the old link. It should be possible to assign lower priorities to removable devices, if needed. In multipath setups, we see several devices, which all connect to the same volume, and therefore all try to create the same metadata-links. The different path-devices are combined into one device-mapper device, which also contains the same metadata. It should be possible, to assign multipath-table device-mapper devices a higher priority, so path-devices that appear and disappear, will not overwrite or delete the device-mapper device links. | |||
2007-03-17 | read list of devices from index, make index private to database | Kay Sievers | |
2007-03-16 | remove old error message | Kay Sievers | |
2007-03-16 | selinux: move selinux_exit() to the main programs | Kay Sievers | |
2007-03-16 | cleanup already existing db-entries and db-index on device update | Kay Sievers | |
2007-03-16 | pick actual valid device in udev_db_lookup_name | Kay Sievers | |
2007-03-16 | add link_priority to rule options, and store it in database | Kay Sievers | |
2007-03-16 | store devpath with the usual leading slash | Kay Sievers | |
2007-03-16 | udevtest: export UDEV_LOG if we changed it | Jean Tourrilhes | |
2007-03-15 | udevmonitor: fix swapped event switch descriptions | Matthias Schwarzott | |
2007-03-15 | restore overwritten symlinks when the device goes away | Kay Sievers | |
2007-03-15 | maintain index over device-names to devpath relation | Kay Sievers | |
2007-03-15 | increase /proc/stat buffer | Kay Sievers | |
2007-03-15 | update internal variables if we see $DEVPATH during IMPORT | Kay Sievers | |
2007-03-14 | encode db-file names, instead of just replacing '/' | Kay Sievers | |
2007-03-13 | udevd: cleanup std{in,our,err} on startup | Matthias Schwarzott | |
It occurs, when root-partition has no /dev/console, meaning that kernel could not open it, and such udevd is started without open filedescriptors 0 1 2. In that case udevd openes its sockets (netlink and control). They get fds between 0 and 2. Later duping /dev/null to 0 1 2 closes the sockets and replaces them with /dev/null. The error condition can also be reproduced by starting udevd with this command-line: udevd --daemon <&- >&- 2>&- | |||
2007-03-13 | update Gentoo rules | Kay Sievers | |
2007-03-12 | delete dasd_id, it moved to s390-tools | Kay Sievers | |
These s390-tools-1.6.0 (applicable for the "October 2005 stream") replace s390-tools-1.5.4. New tools: * tape390_crypt: Tool to control and query crypto settings for 3592 zSeries tape devices. * mon_fsstatd: Daemon that writes filesystem utilization data to the z/VM monitor stream. * dumpconf: Allows to configure the dump device used for system dump in case a kernel panic occurs. * dasdinfo: Display unique DASD ID, either uid or volser. * 59-dasd.rules: udev rules for unique DASD device nodes created in /dev/disk/. http://www.ibm.com/developerworks/linux/linux390/s390-tools-1.6.0.html | |||
2007-03-12 | update Fedora rules | Kay Sievers | |
2007-03-11 | default rules: wait for 0:0:0:0 scsi devices only | Kay Sievers | |