Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | mdev: fix breakage caused by unified parser usage | Denis Vlasenko | |
2008-09-07 | watchdog: add -T option | Denis Vlasenko | |
function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes. | |||
2008-08-04 | fix some testsuite false positives | Denis Vlasenko | |
2008-07-26 | mdev: do not complain if mdev.conf does not exist; | Denis Vlasenko | |
use #if to prevent gcc from generating dead code (sadly, it's more ugly this way) | |||
2008-05-02 | mdev: fix a bug where we were eating argv[0] of helper | Denis Vlasenko | |
2008-03-29 | mdev: optional support for regex pattern group substitution. | Denis Vlasenko | |
+142 bytes. | |||
2008-03-29 | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko | |
2008-03-29 | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko | |
(testsuite entry added). Revamped line parsing while at it. function old new delta next_field - 36 +36 make_device 1104 1022 -82 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 36/-82) Total: -46 bytes | |||
2008-03-27 | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko | |
2008-03-27 | mdev: add testsuite entry | Denis Vlasenko | |