aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mdev.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
| | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: fix non-working device deletion, add a test for thatDenys Vlasenko2010-08-161-0/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* randomtest fixesDenys Vlasenko2010-05-111-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* randomtest fixesDenys Vlasenko2010-05-111-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* randomtest fixesDenys Vlasenko2010-05-111-11/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* more randomconfig testsuite fixesDenys Vlasenko2010-05-101-7/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* randomconfig testsuite fixesDenys Vlasenko2010-05-101-0/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite-discovered fixesDenys Vlasenko2010-01-251-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tests: fix POSIX shell source styleMike Frysinger2009-11-041-1/+1
| | | | | | | The source command does not search $PWD, and bash recently fixed itself to follow this behavior for /bin/sh. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* mdev: set $MDEV correctly for renamed nodesDenys Vlasenko2009-07-021-2/+2
| | | | | | | | function old new delta make_device 1467 1502 +35 build_alias 78 - -78 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko2009-06-221-0/+26
| | | | | Signed-off-by: Jean Wolter <jw5@os.inf.tu-dresden.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix or document testsuite failuresDenys Vlasenko2009-06-131-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: support $ENVVAR=regexDenis Vlasenko2009-04-191-0/+13
|
* mdev: set mode, needed when device node already exists.Denis Vlasenko2009-04-161-0/+12
|
* mdev: fix breakage caused by unified parser usageDenis Vlasenko2009-01-121-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