aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mdev.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply post-1.13.2 fixes, bump version to 1.13.3Denis Vlasenko2009-02-261-0/+16
|
* watchdog: add -T optionDenis Vlasenko2008-09-071-1/+12
| | | | | | | | function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes.
* fix some testsuite false positivesDenis Vlasenko2008-08-041-6/+8
|
* mdev: do not complain if mdev.conf does not exist;Denis Vlasenko2008-07-261-1/+0
| | | | | | use #if to prevent gcc from generating dead code (sadly, it's more ugly this way)
* mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2008-05-021-0/+16
|
* mdev: optional support for regex pattern group substitution.Denis Vlasenko2008-03-291-0/+17
| | | | | +142 bytes.
* mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko2008-03-291-1/+35
|
* mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko2008-03-291-3/+16
| | | | | | | | | | | | (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
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-271-1/+0
|
* mdev: add testsuite entryDenis Vlasenko2008-03-271-0/+36