Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 lat temu |
Denis Vlasenko
|
c93b162248
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
|
17 lat temu |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 lat temu |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 lat temu |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 lat temu |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 lat temu |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 lat temu |
Denis Vlasenko
|
bdc88fdc68
rework long option handling. saves ~1.2k
|
17 lat temu |
Denis Vlasenko
|
091965768d
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
|
17 lat temu |
Bernhard Reutner-Fischer
|
febe3c4211
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
|
18 lat temu |
Denis Vlasenko
|
ba2fb719b9
Copyright, help text, whitespace cleanups
|
18 lat temu |
Denis Vlasenko
|
5e43d8591b
dumpleases: getopt32()-ization
|
18 lat temu |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 lat temu |
Denis Vlasenko
|
61126ab30a
small fixes: using fd-based io instead of FILE*-based,
|
18 lat temu |
Denis Vlasenko
|
5a3395bc01
udhcp: fix indentation and style.
|
18 lat temu |
Bernhard Reutner-Fischer
|
5bd2a4b6ce
- remove last reminiscents of IN_BUSYBOX
|
18 lat temu |
Mike Frysinger
|
fa6c4844b2
fix spelling mistakes
|
18 lat temu |
Mike Frysinger
|
7031f62d9b
add back in udhcp support
|
18 lat temu |
Mike Frysinger
|
787140df39
remove in place of external link
|
19 lat temu |
Mike Frysinger
|
13c8327b79
sync busybox and udhcp trees
|
19 lat temu |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 lat temu |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 lat temu |
Russ Dill
|
4040d3d712
forgotten include
|
21 lat temu |
Russ Dill
|
8b3845106a
why the complication of a static string rather than a define? gcc isn't dumb
|
21 lat temu |
Russ Dill
|
4b77acafa6
start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth
|
21 lat temu |
Glenn L McGrath
|
24833430bc
Vodz, last_patch_88
|
21 lat temu |
Russ Dill
|
54fde9ea5c
slight change to reflect BB_VER change
|
22 lat temu |
Russ Dill
|
1eb7a17b12
resync with udhcp cvs
|
22 lat temu |
Eric Andersen
|
27e99c8f09
Fixup dumpleases compile problem
|
22 lat temu |
Russ Dill
|
61fb48930f
added full udhcp integration
|
22 lat temu |