aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert to a global struct, the way sed was. Now I have two, I can work outRob Landley2006-05-211-4/+9
* Shrink the code about 50 bytes, allocate less run-time memory, and add aRob Landley2006-05-081-20/+19
* Create /dev/root symlink pointing to real root device, if any.Rob Landley2006-02-211-0/+11
* add back in path nulling after calling find_dev() since it is needed for now ...Mike Frysinger2006-02-071-0/+1
* cleanup style ... just because you use less spaces doesnt mean the resulting ...Mike Frysinger2006-02-031-50/+63
* shrink the code a bitMike Frysinger2006-02-031-8/+5
* gavinl writes in Bug 661:Mike Frysinger2006-02-031-1/+1
* just whitespaceTim Riker2006-01-251-16/+16
* There was a missing ! on strcmp (despite the fact it worked in my testing,Rob Landley2006-01-221-12/+2
* Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. NeedRob Landley2006-01-121-14/+29
* The major:minor read from dev ends with \n, need to trim that.Rob Landley2006-01-121-1/+1
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)Mike Frysinger2006-01-041-1/+1
* Sigh. Left the debug path in. Fixed.Rob Landley2005-12-171-1/+1
* Added /etc/mdev.conf support. Adds about 1.9k to mdev.Rob Landley2005-12-171-15/+122
* Nothing to see here. Move along.Rob Landley2005-12-131-0/+121