summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-20udevinfo: simplify symlink printing logicKay Sievers
2007-09-20remove extra space from udevinfo symlink outputHarald Hoyer
2007-09-20rules: add memstick module loadingKay Sievers
2007-09-20use SEQNUM in /dev/.udev/queue/ instead of devpathKay Sievers
2007-09-12ignore device node names while restoring symlinks from the stackKay Sievers
2007-09-11only install *.rulesHarald Hoyer
2007-09-11check line length after comment check and whitespace stripHarald Hoyer
2007-09-10path_id: fix for stacked class devicesKay Sievers
2007-09-07rules: put bsd nodes in /dev/bsd/ directoryKay Sievers
2007-09-06correct includes in udev_selinux.cmaximilian attems
2007-08-31increase WAIT_FOR_SYSFS timeout to 10 secondsKay Sievers
We see SCSI disks where it takes 6.5 seconds to populate the sysfs attributes.
2007-08-30add /dev/rtc symlink if new rtc drivers are usedKay Sievers
2007-08-30rules: remove broken nvram group assignment without any permissionKay Sievers
2007-08-30rules: do not delete /lib/udev/devices/ nodes on "remove"Kay Sievers
2007-08-29print warning for invalid TEST operationsKay Sievers
2007-08-29do not delete the device node with ignore_remove, but handle the eventKay Sievers
2007-08-29add $name substitutionKay Sievers
2007-08-29rules: Gentoo updateMatthias Schwarzott
2007-08-29volume_id: fix linux_raid metadata version 1.0 detectionKay Sievers
Fixes: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/133773
2007-08-28man: recreate man pagesKay Sievers
2007-08-28rules: add i2o driver ruleKay Sievers
2007-08-26rules: Gentoo updateKay Sievers
2007-08-26track "move" events to rename database and failed filesKay Sievers
2007-08-26rules: add REMOVE_CMD ruleKay Sievers
2007-08-25rules: random and urandom are 0666Kay Sievers
Thanks to: Alexander E. Patrakov <patrakov@ums.usu.ru>.
2007-08-24rules: fix two trivial typosKay Sievers
Thanks to: Alexander E. Patrakov <patrakov@ums.usu.ru>
2007-08-24set buffer size if strlcpy/strlcat indicate truncationMichael Morony
2007-08-24release 115Kay Sievers
2007-08-23Makefile: install default rulesKay Sievers
2007-08-23rules: update FedoraKay Sievers
2007-08-21rule_generator: fix wrong DRIVERS!= logicKay Sievers
Thanks to Matthias for identifying that.
2007-08-16do not ignore dynamic rule if it is the last one in the listKay Sievers
2007-08-16volume_id: fix sqashfs detectionKay Sievers
2007-08-16rules: add iowarrior ruleKay Sievers
2007-08-16accept relative path for TESTKay Sievers
2007-08-14edd_id: move persistent rules to its own fileKay Sievers
2007-08-11rules: update Fedora rulesKay Sievers
2007-08-11rules: run vol_id only for partitionsKay Sievers
Until we add support to the kernel to report media changes with a "change" event, do not read the device content, because it will not get updated when the media is removed or replaced.
2007-08-10rules: move md-raid rules to packages dirKay Sievers
2007-08-10rules: fix typo in 80-drivers.rulesHarald Hoyer
2007-08-10rules: add ia64 rulesKay Sievers
2007-08-10rules: add packages rulesKay Sievers
2007-08-10ruls: update SUSE rulesKay Sievers
2007-08-10rules: add default rulesKay Sievers
2007-08-07rules: Debian updateMarco d'Itri
2007-08-07rules_generator: fix write_cd_rules when similar names exist in the root ↵Marco d'Itri
directory The argument to find_all_rules must be quoted or it will be subject to shell expansion, which will happen if in the root directory there are mount points with the same base name. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407738 for details.
2007-08-07rules_generator: remove policy from write_cd_rulesMarco d'Itri
The decision about when to create by-id or by-path persistent rules should be made in the generator rules file where it's obvious and easy to modify locally, not in the script.
2007-08-05release 114Kay Sievers
2007-08-03rules: Gentoo updateMatthias Schwarzott
2007-08-02write changed network interface names to the kernel logKay Sievers