Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdev: add "!" syntax support | Denys Vlasenko | 2010-04-02 | 1 | -5/+11 |
| | | | | | | | | | Based on the patch by Steve Bennett <steveb@workware.net.au> function old new delta make_device 1640 1673 +33 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace /bin/mdev with /sbin/mdev | Denys Vlasenko | 2009-12-05 | 1 | -3/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentation | Bernhard Reutner-Fischer | 2009-09-08 | 1 | -0/+12 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -2/+4 |
| | | | | | | | | function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes. | ||||
* | mdev: do not complain if mdev.conf does not exist; | Denis Vlasenko | 2008-07-26 | 1 | -6/+11 |
| | | | | | | use #if to prevent gcc from generating dead code (sadly, it's more ugly this way) | ||||
* | mdev: support for serializing hotplug | Denis Vlasenko | 2008-07-15 | 1 | -0/+23 |
| | | | | | | function old new delta mdev_main 503 647 +144 | ||||
* | - provide proc-less sample | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -3/+9 |
| | | | | - improve wording | ||||
* | add support for renaming/relocating device nodes | Mike Frysinger | 2008-02-01 | 1 | -0/+9 |
| | |||||
* | add a mini-faq about std{in,out,err} | Mike Frysinger | 2008-02-01 | 1 | -2/+4 |
| | |||||
* | document firmware support | Mike Frysinger | 2007-06-28 | 1 | -0/+12 |
| | |||||
* | create a document for mdev so people dont have to rtfs | Mike Frysinger | 2007-02-14 | 1 | -0/+68 |