index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-1
/
+2
*
small fixes:
Denis Vlasenko
2006-11-26
1
-2
/
+2
*
mdev: reduce excessive indentation
Denis Vlasenko
2006-10-16
1
-105
/
+112
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-3
/
+1
*
lots of silly indent fixes
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-1
/
+1
*
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-09-22
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-3
/
+3
*
Patch from Chris Steel to fix mdev deleting device nodes.
Rob Landley
2006-08-10
1
-7
/
+9
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-7
/
+3
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-1
/
+2
*
Upgrade mdev to allow commands to be run on create/delete.
Rob Landley
2006-06-26
1
-91
/
+95
*
Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped.
Rob Landley
2006-06-13
1
-5
/
+6
*
Convert to a global struct, the way sed was. Now I have two, I can work out
Rob Landley
2006-05-21
1
-4
/
+9
*
Shrink the code about 50 bytes, allocate less run-time memory, and add a
Rob Landley
2006-05-08
1
-20
/
+19
*
Create /dev/root symlink pointing to real root device, if any.
Rob Landley
2006-02-21
1
-0
/
+11
*
add back in path nulling after calling find_dev() since it is needed for now ...
Mike Frysinger
2006-02-07
1
-0
/
+1
*
cleanup style ... just because you use less spaces doesnt mean the resulting ...
Mike Frysinger
2006-02-03
1
-50
/
+63
*
shrink the code a bit
Mike Frysinger
2006-02-03
1
-8
/
+5
*
gavinl writes in Bug 661:
Mike Frysinger
2006-02-03
1
-1
/
+1
*
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
*
Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need
Rob Landley
2006-01-12
1
-14
/
+29
*
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