aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
AgeCommit message (Collapse)Author
2006-05-21Convert to a global struct, the way sed was. Now I have two, I can work outRob Landley
the infrastructure to merge global structs into a union...
2006-05-08Shrink the code about 50 bytes, allocate less run-time memory, and add aRob Landley
comment that null terminating the string we sscanf() shouldn't be required since the kernel adds \n to the end of it and sscanf will stop there.
2006-02-21Create /dev/root symlink pointing to real root device, if any.Rob Landley
2006-02-07add back in path nulling after calling find_dev() since it is needed for now ...Mike Frysinger
2006-02-03cleanup style ... just because you use less spaces doesnt mean the resulting ↵Mike Frysinger
code is smaller
2006-02-03shrink the code a bitMike Frysinger
2006-02-03gavinl writes in Bug 661:Mike Frysinger
if read() file return less than 1, we should close the fd and then goto end.
2006-01-25just whitespaceTim Riker
2006-01-22There was a missing ! on strcmp (despite the fact it worked in my testing,Rob Landley
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...
2006-01-12Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. NeedRob Landley
to come up with a test suite for all the stuff that requires root access. Something involving User Mode Linux or QEMU, probably...)
2006-01-12The major:minor read from dev ends with \n, need to trim that.Rob Landley
2006-01-04use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)Mike Frysinger
2005-12-17Sigh. Left the debug path in. Fixed.Rob Landley
2005-12-17Added /etc/mdev.conf support. Adds about 1.9k to mdev.Rob Landley
2005-12-13Nothing to see here. Move along.Rob Landley
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.)