Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -16/+16 | |
| | ||||||
* | There was a missing ! on strcmp (despite the fact it worked in my testing, | Rob Landley | 2006-01-22 | 1 | -12/+2 | |
| | | | | | I have no idea _how_), and a simpler fix for the extra \n problem. I tested this and it worked for me, for what that's worth... | |||||
* | Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need | Rob Landley | 2006-01-12 | 1 | -14/+29 | |
| | | | | | to come up with a test suite for all the stuff that requires root access. Something involving User Mode Linux or QEMU, probably...) | |||||
* | The major:minor read from dev ends with \n, need to trim that. | Rob Landley | 2006-01-12 | 1 | -1/+1 | |
| | ||||||
* | use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) | Mike Frysinger | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | Sigh. Left the debug path in. Fixed. | Rob Landley | 2005-12-17 | 1 | -1/+1 | |
| | ||||||
* | Added /etc/mdev.conf support. Adds about 1.9k to mdev. | Rob Landley | 2005-12-17 | 1 | -15/+122 | |
| | ||||||
* | Nothing to see here. Move along. | Rob Landley | 2005-12-13 | 1 | -0/+121 | |
Not buying it, eh? I know I said new features before 1.1, but, well... (I was weak!) The config file and hotplug modes aren't implemented yet. Might take a stab at those tomorrow. (I _should_ go back to focusing on the bug triage list.) |