Age | Commit message (Expand) | Author |
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-31 | write trace log to stderr | Kay Sievers |
2008-10-30 | fstab_import: add "change" event match | Kay Sievers |
2008-10-30 | edd_id: add "change" event match | Kay Sievers |
2008-10-30 | rules: remove "add" match from usb device node rule | Kay Sievers |
2008-10-30 | rules: remove SCSI timeouts | Kay Sievers |
2008-10-29 | ATTR{}== always fails if the attribute does not exist | Kay Sievers |
2008-10-29 | udevd: merge exec and run queue to minimize devpath string compares | Kay Sievers |
2008-10-28 | udevd: simplify rules execution loop | Alan Jenkins |
2008-10-28 | update NEWS | Kay Sievers |
2008-10-26 | kerneldoc comment fixes | Alan Jenkins |
2008-10-26 | libudev: device - allocate envp array only once | Kay Sievers |
2008-10-26 | test: add RUN+="socket: ..." to a test to run monitor code | Kay Sievers |
2008-10-26 | libudev: device - fill envp array while composing monitor buffer | Kay Sievers |
2008-10-26 | fix $attr{[<subsystem>/<sysname>]<attribute>} substitution | Kay Sievers |
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 | udevd: use a tighter loop for compare_devpath() | 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 | remove debug printf | Kay Sievers |
2008-10-24 | fix "unused" warnings | Kay Sievers |
2008-10-24 | libudev: monitor - cache result of monitor send buffer | Kay Sievers |
2008-10-24 | libudev: monitor - replace far too expensive snprintf() with strlcpy() | 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 |
2008-10-24 | distinguish "match" from "assign" by (op < OP_MATCH_MAX) | Kay Sievers |
2008-10-24 | cache uid/gid during rule parsing | Kay Sievers |
2008-10-24 | fix uninitialized variable warnings | Kay Sievers |
2008-10-24 | rules: let empty strings added to buffer always return offset 0 | Kay Sievers |
2008-10-23 | skip SYMLINK rules for devices without a device node | Kay Sievers |
2008-10-23 | udevd: fix WAIT_FOR_SYSFS execution order | Alan Jenkins |
2008-10-23 | rule_generator: fix netif NAME= value extraction regex | Kay Sievers |
2008-10-23 | udevd: fix memory leak | Alan Jenkins |
2008-10-23 | shrink struct udev_event | Kay Sievers |
2008-10-23 | shrink struct udev_event | Kay Sievers |
2008-10-23 | do not create temporary node ($tempnode) if node already exists | Kay Sievers |
2008-10-23 | replace in-memory rules array with match/action token list | Kay Sievers |
2008-10-22 | handle numerical owner/group string in lookup_user/group() | Kay Sievers |
2008-10-22 | use re-entrant variants of getpwnam and getgrnam | Alan Jenkins |
2008-10-22 | add util_resolve_subsys_kernel() | Kay Sievers |
2008-10-22 | volume_id: swap - larger PAGE_SIZE support | Matthias Koenig |
2008-10-21 | replace strncpy() with strlcpy() | Alan Jenkins |
2008-10-21 | libudev: device - 128 -> ENVP_SIZE | Kay Sievers |
2008-10-21 | libudev: allocate udev_device->envp[] dynamically | Alan Jenkins |
2008-10-21 | libudev: util - optimize path_encode() | Alan Jenkins |
2008-10-21 | use more appropriate alternatives to malloc() | Alan Jenkins |
2008-10-21 | do not use the new work-in-progress parser rule matcher | Kay Sievers |