Age | Commit message (Expand) | Author |
2009-06-06 | allow format substitution in path of ATTR{<path>}=="<value>" | Kay Sievers |
2009-06-05 | udevd: use enum instead of char in struct declaration | Kay Sievers |
2009-05-20 | require key names in uppercase | Kay Sievers |
2009-05-20 | remove unused GL_FORMAT from rules parser | Kay Sievers |
2009-05-20 | use openat(), unlinkat(), fstatat() | Kay Sievers |
2009-05-20 | use more efficient string copying | Kay Sievers |
2009-05-14 | OWNER/GROUP: fix if logic | Scott James Remnant |
2009-05-13 | fix possible endless loop for GOTO to non-existent LABEL | Kay Sievers |
2009-05-04 | remove all PHYSDEVPATH handling and warning about | Kay Sievers |
2009-03-30 | IMPORT: 2048 -> 4096 bytes buffer | Kay Sievers |
2009-03-03 | fix compile error in debug mode | Michael Prokop |
2009-02-25 | add "nowatch" to disable a default installed watch with a later rule | Kay Sievers |
2009-02-11 | udevd: optionally watch device nodes with inotify | Scott James Remnant |
2009-02-08 | fix NAME= and OPTION+="string_escape=..." logic | Kay Sievers |
2009-01-30 | fix NAME="" logic | Kay Sievers |
2009-01-20 | Allow user and group lookup to be disabled. | Scott James Remnant |
2009-01-15 | udevadm: test - remove --force option | Kay Sievers |
2009-01-15 | do not complain about a missing /etc/udev/rules.d/ | Kay Sievers |
2009-01-06 | libudev: device - add udev_device_get_property_value() | Kay Sievers |
2009-01-05 | enable skipping of "naming-only" rules | Kay Sievers |
2008-11-24 | silence PHYSDEV* warning for WAIT_FOR* rules | Kay Sievers |
2008-11-13 | remove len == 0 check, the index root is always '\0' | Kay Sievers |
2008-11-13 | merge trie nodes, childs and root into a single array | Kay Sievers |
2008-11-12 | reserve child slot 0 | Kay Sievers |
2008-11-12 | string index - split nodes and childs to allow and unlimited number of childs | Kay Sievers |
2008-11-11 | silence "comparison between signed and unsigned" | Kay Sievers |
2008-11-11 | udevd: de-duplicate strings in rules | Alan Jenkins |
2008-11-07 | convert debug string arrays to functions | Kay Sievers |
2008-11-07 | fix size_t compiler warning on 32 bit platforms | Kay Sievers |
2008-11-06 | cleanup /dev/.udev/queue on startup and exit | Kay Sievers |
2008-11-05 | udevd: shrink struct token to 12 bytes | Alan Jenkins |
2008-11-05 | unify string replacement | Kay Sievers |
2008-11-05 | info() PROGRAM and IMPORT execution | Kay Sievers |
2008-11-04 | fix list handling in enumerate and rules file sorting | Kay Sievers |
2008-11-01 | move debugging strings inside #ifdef DEBUG | Kay Sievers |
2008-11-01 | move some info() to dbg() | Kay Sievers |
2008-11-01 | skip entire rule containing device naming keys, if no device can be named | Kay Sievers |
2008-11-01 | log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is... | Kay Sievers |
2008-11-01 | udevd: be more careful when matching against parents | Alan Jenkins |
2008-11-01 | udevd: fix termination of rule execution | Alan Jenkins |
2008-10-29 | ATTR{}== always fails if the attribute does not exist | Kay Sievers |
2008-10-28 | udevd: simplify rules execution loop | Alan Jenkins |
2008-10-26 | do not init string arrays, just clear first byte | Kay Sievers |
2008-10-26 | match_attr() - copy attr value only when needed | Kay Sievers |
2008-10-26 | udevd: avoid implicit memset in match_attr() | Alan Jenkins |
2008-10-25 | fix handling of string_escape option | Alan Jenkins |
2008-10-25 | match KEY="A|B" without temporary string copy | Kay Sievers |
2008-10-24 | fix "unused" warnings | Kay Sievers |
2008-10-24 | special-case "?*" match to skip fnmatch() | Kay Sievers |
2008-10-24 | determine at rule parse time if we need to call fnmatch() | Kay Sievers |