Age | Commit message (Expand) | Author |
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-07 | release 131 | Kay Sievers |
2008-11-06 | udevadm: settle - exit if udevd exits | Kay Sievers |
2008-11-06 | cleanup /dev/.udev/queue on startup and exit | Kay Sievers |
2008-11-06 | rules: md - add mdadm 3 device naming | Kay Sievers |
2008-11-06 | fix indentation | Kay Sievers |
2008-11-05 | udevd: shrink struct token to 12 bytes | Alan Jenkins |
2008-11-05 | $links should be relative | Kay Sievers |
2008-11-05 | unify string replacement | Kay Sievers |
2008-11-05 | usb_id: MassStorage SubClass 6 is "scsi" not "disk" | Kay Sievers |
2008-11-05 | do not import the "uevent" file when we only read the db to get old symlinks | Kay Sievers |
2008-11-05 | fix cleanup of possible left-over symlinks | Kay Sievers |
2008-11-05 | fix $links substitution | Kay Sievers |
2008-11-05 | info() PROGRAM and IMPORT execution | Kay Sievers |
2008-11-05 | volume_id: btrfs update | Kay Sievers |
2008-11-04 | fix list handling in enumerate and rules file sorting | Kay Sievers |
2008-11-04 | firmware.sh: record missing files in /dev/.udev/firmware-missing/ | Kay Sievers |
2008-11-01 | move debugging strings inside #ifdef DEBUG | Kay Sievers |
2008-11-01 | add "devel" and "install" switches to autogen.sh | Kay Sievers |
2008-11-01 | move some info() to dbg() | Kay Sievers |
2008-11-01 | fix udev_node_update_old_links() logic | 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-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 |