Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
1c3577f91d
ifupdown: Debian users contributed improvement to it
|
18 years ago |
Denis Vlasenko
|
06b543b217
ifupdown: make dhcp start/stop scripts user configurable
|
18 years ago |
Denis Vlasenko
|
2f4399c6cc
ifupdown: fix for standalone shell; removed hardcoded PATH
|
18 years ago |
Denis Vlasenko
|
0534125ccc
ifupdown: style cleanup, no code changes
|
18 years ago |
Denis Vlasenko
|
7f1f5b001f
ifupdown: getopt_ulflags'ification.
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
"Robert P. J. Day"
|
d35ef0f666
More removal of "#if 0" content.
|
18 years ago |
Mike Frysinger
|
b049c0ec19
only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer
|
18 years ago |
Rob Landley
|
a6e131dab3
Size reductions, mostly switching things to use libbb functions.
|
18 years ago |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 years ago |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 years ago |
Rob Landley
|
b0a2d6c19d
Remove code for protocols we don't properly support. (Most of this could
|
18 years ago |
Bernhard Reutner-Fischer
|
421d9e5941
- move buffer allocation schemes to libbb.h
|
18 years ago |
Rob Landley
|
a35886c862
Fix from Glenn McGrath.
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |
Rob Landley
|
12c2429a42
Fixup to make warnings from the last patch go away.
|
18 years ago |
Rob Landley
|
e7c43b66d7
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
|
18 years ago |
Rob Landley
|
e813ddba18
Cleanup from Glenn McGrath.
|
18 years ago |
Rob Landley
|
4217bab02e
Patch from Glenn McGrath to remove code that opens a file but does nothing
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Bernhard Reutner-Fischer
|
d42ef28b98
- several functions depend on IPv4 or IPv6 od IPX support.
|
19 years ago |
Rob Landley
|
1b751c894b
Rob Sullivan sent in some cleanups, which I beat on slightly.
|
19 years ago |
"Vladimir N. Oleynik"
|
39a841cecf
change interface to bb_xasprintf() - more perfect for me.
|
19 years ago |
Bernhard Reutner-Fischer
|
bee9eb1a9d
- rename llist_add_to.c to llist.c
|
19 years ago |
"Vladimir N. Oleynik"
|
e4baaa2d27
more remove lost exported
|
19 years ago |
Eric Andersen
|
70a5a1abde
Do not attempt to free() the application's environment, which is was
|
19 years ago |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 years ago |