aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+2
* small fixes:vda2006-11-261-2/+2
* mdev: reduce excessive indentationvda2006-10-161-105/+112
* add open_read_close() and similar stuffvda2006-10-141-3/+1
* lots of silly indent fixesvda2006-10-031-1/+1
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-1/+1
* whitespace cleanupvda2006-09-171-3/+3
* Patch from Chris Steel to fix mdev deleting device nodes.landley2006-08-101-7/+9
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-7/+3
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+2
* Upgrade mdev to allow commands to be run on create/delete.landley2006-06-261-91/+95
* Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped.landley2006-06-131-5/+6
* Convert to a global struct, the way sed was. Now I have two, I can work outlandley2006-05-211-4/+9
* Shrink the code about 50 bytes, allocate less run-time memory, and add alandley2006-05-081-20/+19
* Create /dev/root symlink pointing to real root device, if any.landley2006-02-211-0/+11
* add back in path nulling after calling find_dev() since it is needed for now ...vapier2006-02-071-0/+1
* cleanup style ... just because you use less spaces doesnt mean the resulting ...vapier2006-02-031-50/+63
* shrink the code a bitvapier2006-02-031-8/+5
* gavinl writes in Bug 661:vapier2006-02-031-1/+1
* just whitespacetimr2006-01-251-16/+16
* There was a missing ! on strcmp (despite the fact it worked in my testing,landley2006-01-221-12/+2
* Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Needlandley2006-01-121-14/+29
* The major:minor read from dev ends with \n, need to trim that.landley2006-01-121-1/+1
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)vapier2006-01-041-1/+1
* Sigh. Left the debug path in. Fixed.landley2005-12-171-1/+1
* Added /etc/mdev.conf support. Adds about 1.9k to mdev.landley2005-12-171-15/+122
* Nothing to see here. Move along.landley2005-12-131-0/+121