]> git.ipfire.org Git - thirdparty/systemd.git/history - udev/udev-rules.c
fix tests and allow MODE=000
[thirdparty/systemd.git] / udev / udev-rules.c
2010-05-12  Kay Sieversreset process priority before executing RUN+=
2010-05-07  Kay Sieversadd info message when empty NAME is given
2010-05-05  Kay Sieverswarn when renaming kernel-provided nodes instead of...
2010-05-03  Kay Sieversremove debug output during rules parsing
2010-04-22  Kay Sieversuse the usual TAG+=, TAG= logic
2010-04-22  Kay Sieversall to match against a given TAG==
2010-04-22  Kay Sieversadd TAG= to improve event filtering and device enumeration
2010-04-21  Kay Sieversfix previous commit
2010-04-21  Kay Sieversremove left-over from ignore_remove and all_partitions
2010-04-13  Kay Sieversremove "ignore_remove" option
2010-04-13  Kay Sieversremove "all_partitions" option
2010-04-12  Kay Sieversreplace "add|change" with "!remove"
2010-04-12  Kay Sieversallow IMPORT{db}="KEY"
2010-03-10  Kay Sieverslibbudev-private: rename udev_list_entry_get_flag()
2009-11-16  Kay Sieversprint warning for BUS=, SYSFS{}=, ID=
2009-11-16  Kay Sieversremove "ignore_device"
2009-11-04  Kay Sieversudevd: create /dev/.udev/rules.d/ before watching it...
2009-10-28  Kay Sieversremove "last_rule" option
2009-09-16  Kay Sieversfix SYMLINK{} option parsing
2009-09-09  Kay Sieverssimplify "symlink name stack"
2009-09-08  Kay Sieversfix randonm findings from llvm-clang-analyzer
2009-09-07  Kay Sieversfix whitespace
2009-09-07  Jeremy Kerrutil_run_program: restore signal mask before executing...
2009-09-07  Kay SieversRevert "udev-rules.c: remove 'first_token' variable"
2009-09-01  Florian Zumbiehludev-rules.c: parse_file() - fix possible buffer overflow
2009-09-01  Kay Sieversudev-rules.c: remove 'first_token' variable
2009-09-01  Florian Zumbiehlude_rules.c: fix possible NULL pointer dereference...
2009-08-30  Daniel Mierswause nanosleep() instead of usleep()
2009-08-19  Kay Sieverswarn about non-readable or empty rules file
2009-08-19  Kay Sieversprint warning for NAME="%k" - it breaks the kernel...
2009-08-08  Alan Jenkinsfix spelling
2009-08-06  Kay Sievers"record_failed" -> "fail_event_on_error"
2009-08-06  Kay Sieversre-enable failed event tracking
2009-08-01  Kay Sieversupdate a few years of copyright
2009-06-28  Kay Sieversdo not exports properties starting with a '.'
2009-06-17  Kay Sieverscleanup ./configure installation directory options
2009-06-14  Kay SieversUSE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_S...
2009-06-06  Kay Sieversallow format substitution in path of ATTR{<path>}=...
2009-06-05  Kay Sieversudevd: use enum instead of char in struct declaration
2009-05-20  Kay Sieversrequire key names in uppercase
2009-05-20  Kay Sieversremove unused GL_FORMAT from rules parser
2009-05-20  Kay Sieversuse openat(), unlinkat(), fstatat()
2009-05-20  Kay Sieversuse more efficient string copying
2009-05-14  Scott James RemnantOWNER/GROUP: fix if logic
2009-05-13  Kay Sieversfix possible endless loop for GOTO to non-existent...
2009-05-04  Kay Sieversremove all PHYSDEVPATH handling and warning about
2009-03-30  Kay SieversIMPORT: 2048 -> 4096 bytes buffer
2009-03-03  Michael Prokopfix compile error in debug mode
2009-02-25  Kay Sieversadd "nowatch" to disable a default installed watch...
2009-02-11  Scott James Remnantudevd: optionally watch device nodes with inotify
2009-02-08  Kay Sieversfix NAME= and OPTION+="string_escape=..." logic
2009-01-30  Kay Sieversfix NAME="" logic
2009-01-21  Kay SieversMerge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
2009-01-20  Scott James RemnantAllow user and group lookup to be disabled.
2009-01-15  Kay Sieversudevadm: test - remove --force option
2009-01-15  Kay Sieversdo not complain about a missing /etc/udev/rules.d/
2009-01-05  Kay Sieverslibudev: device - add udev_device_get_property_value()
2009-01-05  Kay Sieversenable skipping of "naming-only" rules
2008-11-24  Kay Sieverssilence PHYSDEV* warning for WAIT_FOR* rules
2008-11-13  Kay Sieversremove len == 0 check, the index root is always '\0'
2008-11-12  Kay Sieversmerge trie nodes, childs and root into a single array
2008-11-12  Kay Sieversreserve child slot 0
2008-11-12  Kay Sieversstring index - split nodes and childs to allow and...
2008-11-11  Kay Sieverssilence "comparison between signed and unsigned"
2008-11-11  Alan Jenkinsudevd: de-duplicate strings in rules
2008-11-07  Kay Sieversconvert debug string arrays to functions
2008-11-07  Kay Sieversfix size_t compiler warning on 32 bit platforms
2008-11-06  Kay Sieverscleanup /dev/.udev/queue on startup and exit
2008-11-05  Alan Jenkinsudevd: shrink struct token to 12 bytes
2008-11-05  Kay Sieversunify string replacement
2008-11-05  Kay Sieversinfo() PROGRAM and IMPORT execution
2008-11-04  Kay Sieversfix list handling in enumerate and rules file sorting
2008-11-01  Kay Sieversmove debugging strings inside #ifdef DEBUG
2008-11-01  Kay Sieversmove some info() to dbg()
2008-11-01  Kay Sieversskip entire rule containing device naming keys, if...
2008-11-01  Kay Sieverslog rules file and line number when NAME, SYMLINK,...
2008-11-01  Alan Jenkinsudevd: be more careful when matching against parents
2008-11-01  Alan Jenkinsudevd: fix termination of rule execution
2008-10-29  Kay SieversATTR{}== always fails if the attribute does not exist
2008-10-28  Alan Jenkinsudevd: simplify rules execution loop
2008-10-26  Kay Sieversdo not init string arrays, just clear first byte
2008-10-26  Kay Sieversmatch_attr() - copy attr value only when needed
2008-10-26  Alan Jenkinsudevd: avoid implicit memset in match_attr()
2008-10-25  Alan Jenkinsfix handling of string_escape option
2008-10-25  Kay Sieversmatch KEY="A|B" without temporary string copy
2008-10-24  Kay Sieversfix "unused" warnings
2008-10-24  Kay Sieversspecial-case "?*" match to skip fnmatch()
2008-10-24  Kay Sieversdetermine at rule parse time if we need to call fnmatch()
2008-10-24  Kay Sieversdistinguish "match" from "assign" by (op < OP_MATCH_MAX)
2008-10-24  Kay Sieverscache uid/gid during rule parsing
2008-10-24  Kay Sieversrules: let empty strings added to buffer always return...
2008-10-23  Kay Sieversskip SYMLINK rules for devices without a device node
2008-10-23  Alan Jenkinsudevd: fix WAIT_FOR_SYSFS execution order
2008-10-23  Alan Jenkinsudevd: fix memory leak
2008-10-23  Kay Sieversshrink struct udev_event
2008-10-23  Kay Sieversshrink struct udev_event
2008-10-22  Kay Sieversreplace in-memory rules array with match/action token...
2008-10-21  Alan Jenkinsuse more appropriate alternatives to malloc()
2008-10-21  Kay Sieversreplace missing get_attr_value() -> get_sysattr_value()
2008-10-18  Kay Sieversprefix udev-util.c functions with util_*
next