Mike Frysinger
|
a78ef2ccf1
add support for firmware loading
|
17 年之前 |
Denis Vlasenko
|
d6766c71a9
mdev: microscopic enhancement, should change nothing
|
17 年之前 |
Denis Vlasenko
|
4e5f82c76f
find_stray_communal_vars: script which finds communal variables
|
17 年之前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年之前 |
Bernhard Reutner-Fischer
|
febe3c4211
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
|
17 年之前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年之前 |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 年之前 |
Denis Vlasenko
|
cf749bc10c
small fixes:
|
18 年之前 |
Denis Vlasenko
|
f46be09106
mdev: reduce excessive indentation
|
18 年之前 |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 年之前 |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 年之前 |
Denis Vlasenko
|
a959588b80
Yet another silly little byte saving. couldn't -> cannot
|
18 年之前 |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 年之前 |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 年之前 |
Rob Landley
|
10b36f94bb
Patch from Chris Steel to fix mdev deleting device nodes.
|
18 年之前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年之前 |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 年之前 |
Rob Landley
|
ef10d52745
Upgrade mdev to allow commands to be run on create/delete.
|
18 年之前 |
Rob Landley
|
0960ca7383
Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped.
|
18 年之前 |
Rob Landley
|
5cd1ccd995
Convert to a global struct, the way sed was. Now I have two, I can work out
|
18 年之前 |
Rob Landley
|
15fe2e11d7
Shrink the code about 50 bytes, allocate less run-time memory, and add a
|
18 年之前 |
Rob Landley
|
a7e3d05208
Create /dev/root symlink pointing to real root device, if any.
|
19 年之前 |
Mike Frysinger
|
271aa40a15
add back in path nulling after calling find_dev() since it is needed for now ...
|
19 年之前 |
Mike Frysinger
|
a421ba8203
cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller
|
19 年之前 |
Mike Frysinger
|
248d2220f9
shrink the code a bit
|
19 年之前 |
Mike Frysinger
|
53d57dbe6b
gavinl writes in Bug 661:
|
19 年之前 |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 年之前 |
Rob Landley
|
e927743bb0
There was a missing ! on strcmp (despite the fact it worked in my testing,
|
19 年之前 |
Rob Landley
|
29e08ffcdf
Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need
|
19 年之前 |
Rob Landley
|
1c19deed17
The major:minor read from dev ends with \n, need to trim that.
|
19 年之前 |