summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-12create_path: don't fail if something else created the directoryKay Sievers
Thanks to Jeremy for the patch.
2007-04-12persistent device naming: add joystick linksMatthias Schwarzott
2007-04-12update Gentoo rulesMatthias Schwarzott
2007-04-12create_floppy_devices: create nodes with correct selinux contextHarald Hoyer
2007-04-06default rules: add libata compat linksKay Sievers
2007-04-06udevinfo: export all information stored in databaseKay Sievers
2007-04-06udevtest: import uevent variables if possibleKay Sievers
2007-03-31make ACTION!="add|change" workingKay Sievers
Thanks to Scott for the suggestion.
2007-03-31update SUSE rulesKay Sievers
2007-03-31udevtest: export ACTION string if given as optionKay Sievers
2007-03-28release 108Kay Sievers
2007-03-28finally remove the directory event-multiplexer crapKay Sievers
2007-03-28update Gentoo rulesMatthias Schwarzott
2007-03-23udevsettle: read udev not kernel seqnum firstPozsar Balazs
2007-03-23don't write to sysfs files during test runKay Sievers
2007-03-23udevinfo: relax check for the correct device if looked up by nameKay Sievers
2007-03-22write_cd_rules: set default link type to "by-id" for usb and ieee1394 devicesMatthias Schwarzott
2007-03-21release 107Kay Sievers
2007-03-21update Debian rulesMarco d'Itri
2007-03-21run_directory: add final warning before removalKay Sievers
2007-03-21usb_id: append target:lun to storage device serialKay 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-21udevinfo: print link priorityKay Sievers
2007-03-21udevtest: add --force modeKay Sievers
2007-03-21update SUSE rulesKay Sievers
2007-03-19man: add "link_priority" optionKay Sievers
2007-03-19update TODOKay Sievers
2007-03-19if a node goes away, possibly restore a waiting symlinkKay Sievers
2007-03-19update %n on netif name changeKay Sievers
2007-03-18udevinfo: remove -d optionKay Sievers
2007-03-18volume_id: get rid of compiler warningKay Sievers
2007-03-18priority based symlink handlingKay 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-17read list of devices from index, make index private to databaseKay Sievers
2007-03-16remove old error messageKay Sievers
2007-03-16selinux: move selinux_exit() to the main programsKay Sievers
2007-03-16cleanup already existing db-entries and db-index on device updateKay Sievers
2007-03-16pick actual valid device in udev_db_lookup_nameKay Sievers
2007-03-16add link_priority to rule options, and store it in databaseKay Sievers
2007-03-16store devpath with the usual leading slashKay Sievers
2007-03-16udevtest: export UDEV_LOG if we changed itJean Tourrilhes
2007-03-15udevmonitor: fix swapped event switch descriptionsMatthias Schwarzott
2007-03-15restore overwritten symlinks when the device goes awayKay Sievers
2007-03-15maintain index over device-names to devpath relationKay Sievers
2007-03-15increase /proc/stat bufferKay Sievers
2007-03-15update internal variables if we see $DEVPATH during IMPORTKay Sievers
2007-03-14encode db-file names, instead of just replacing '/'Kay Sievers
2007-03-13udevd: cleanup std{in,our,err} on startupMatthias 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-13update Gentoo rulesKay Sievers
2007-03-12delete dasd_id, it moved to s390-toolsKay 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-12update Fedora rulesKay Sievers
2007-03-11default rules: wait for 0:0:0:0 scsi devices onlyKay Sievers