Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply post-1.13.2 fixes, bump version to 1.13.3 | Denis Vlasenko | 2009-02-26 | 1 | -0/+16 |
| | |||||
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -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 positives | Denis Vlasenko | 2008-08-04 | 1 | -6/+8 |
| | |||||
* | mdev: do not complain if mdev.conf does not exist; | Denis Vlasenko | 2008-07-26 | 1 | -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 helper | Denis Vlasenko | 2008-05-02 | 1 | -0/+16 |
| | |||||
* | mdev: optional support for regex pattern group substitution. | Denis Vlasenko | 2008-03-29 | 1 | -0/+17 |
| | | | | | +142 bytes. | ||||
* | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko | 2008-03-29 | 1 | -1/+35 |
| | |||||
* | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko | 2008-03-29 | 1 | -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 bit | Denis Vlasenko | 2008-03-27 | 1 | -1/+0 |
| | |||||
* | mdev: add testsuite entry | Denis Vlasenko | 2008-03-27 | 1 | -0/+36 |