summaryrefslogtreecommitdiff
path: root/udev/udev-rules.c
AgeCommit message (Expand)Author
2011-10-22ignore entire rules line if unknown keys are usedKay Sievers
2011-10-06libudev: export udev_util_encode_string()Kay Sievers
2011-10-06remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keysKay Sievers
2011-08-11do not remove static nodes on module unloadKay Sievers
2011-08-05implement path_id, usb_id, input_id as built-in commandKay Sievers
2011-08-04libudev: list - use binary search for list lookupKay Sievers
2011-07-18do not allow kernel properties to be set by udev rulesKay Sievers
2011-07-11udevd: fix (recently) broken static node permission settingKay Sievers
2011-07-07enforce valid TAG+= namesKay Sievers
2011-05-30rules: static_node - use 0660 if group is given to get the cigarKay Sievers
2011-05-26rules: support substitutions in TAG=Kay Sievers
2011-05-25rules: implement TAGS== matchKay Sievers
2011-05-25rules: fix whitespaceKay Sievers
2011-05-16libudev: device - use DEVMODE from kernel as the default modeKay Sievers
2011-04-24libudev: list - use bit flags for 'sort' and 'unique'Kay Sievers
2011-04-23simplify rules file overwrite logicKay Sievers
2011-04-20udevd: rules files - accept empty or /dev/null linksKay Sievers
2011-04-20timeout handling without alarm()Kay Sievers
2011-04-14require explicit "db_persist" to exclude device info from --db-cleanupKay Sievers
2011-04-14"db_persist=" -> "db_persist"Kay Sievers
2011-04-14udevd: do not nice processesKay Sievers
2011-04-13udevadm: info --cleanup-dbKay Sievers
2011-03-23use /run/udev/ if possible and fall back to /dev/.udev/Kay Sievers
2011-03-15move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd st...Kay Sievers
2010-12-14check ifindex > 0 instead of subsystem == "net"Kay Sievers
2010-11-12udev-rules.c: change import property buffer to 16384 bytesHarald Hoyer
2010-08-03malloc()+memset() -> calloc()Yin Kangkai
2010-08-02udevd: fix some memory leaks in error pathYin Kangkai
2010-07-07allow final assignment for OPTIONS:="nowatch"Kay Sievers
2010-05-31IMPORT{cmdline}: start at first char after '='Kay Sievers
2010-05-31add IMPORT{cmdline}Kay Sievers
2010-05-27while (1) -> for (;;)Kay Sievers
2010-05-25fix compilation with --enable-debugKay Sievers
2010-05-20create static nodes provided by kernel modules to allow module autoloadingKay Sievers
2010-05-12reset process priority before executing RUN+=Kay Sievers
2010-05-07add info message when empty NAME is givenKay Sievers
2010-05-05warn when renaming kernel-provided nodes instead of adding symlinksKay Sievers
2010-05-03remove debug output during rules parsingKay Sievers
2010-04-22use the usual TAG+=, TAG= logicKay Sievers
2010-04-22all to match against a given TAG==Kay Sievers
2010-04-22add TAG= to improve event filtering and device enumerationKay Sievers
2010-04-21fix previous commitKay Sievers
2010-04-21remove left-over from ignore_remove and all_partitionsKay Sievers
2010-04-13remove "ignore_remove" optionKay Sievers
2010-04-13remove "all_partitions" optionKay Sievers
2010-04-12replace "add|change" with "!remove"Kay Sievers
2010-04-12allow IMPORT{db}="KEY"Kay Sievers
2010-03-10libbudev-private: rename udev_list_entry_get_flag()Kay Sievers
2009-11-16print warning for BUS=, SYSFS{}=, ID=Kay Sievers
2009-11-16remove "ignore_device"Kay Sievers