summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-08extras: ignore built and generated filesDan Nicholson
2007-10-24udevinfo: exclude "uevent" file from --attribute-walkKay Sievers
2007-10-24volume_id: bump versionKay Sievers
2007-10-23volume_id: ntfs - rely on valid master file tableKay Sievers
2007-10-17volume_id: LUKS - export versionKay Sievers
2007-10-17volume_id: vfat - allow all possible sector sizesKay Sievers
https://bugs.launchpad.net/bugs/147807
2007-10-16firmware: do not print error if logger is missingKay Sievers
2007-10-16firmware: remove hardcoded path to loggerMatthias Schwarzott
2007-10-15rules: Frugalware updateVMiklos
2007-10-15rules: SUSE updateKay Sievers
Thanks to Bryan Kadzban and Matthias Schwarzott for checking the rules.
2007-10-15usb_id: fail if vendor/product can not be retrievedKay Sievers
Thanks to Daniel Drake for identifying the bug.
2007-10-14release 116Kay Sievers
2007-10-14rules: fix typosBryan Kadzban
2007-09-25rules: Gentoo updateMatthias Schwarzott
2007-09-25rule_generator: always match netif type in generated ruleKay Sievers
2007-09-25fix debug output stringKay Sievers
2007-09-25rules: split out and fix persistent tape rulesKay Sievers
Thanks to: Robin H. Johnson <robbat2@gentoo.org> for the suggestion.
2007-09-25rules: call usb_id only for SUBSYSTEMS=="usb"Kay Sievers
2007-09-24rules: Gentoo updateMatthias Schwarzott
2007-09-21rule_generator: move all policy from write_net_rules to the rules fileKay Sievers
2007-09-21update READMEKay Sievers
2007-09-21fix wrong variable used in logged stringKay Sievers
2007-09-20prevent wrong symlink creation if database disagress with current rulesKay Sievers
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