Denis Vlasenko
|
93ad1c2385
ifupdown: save some 100+ bytes of code in addstr()
|
18 lat temu |
Denis Vlasenko
|
736230e209
dhcprelay: new applet
|
18 lat temu |
Denis Vlasenko
|
d18a3a20db
use skip_whitespace where appropriate
|
18 lat temu |
Denis Vlasenko
|
4e33e07f60
strip -> $(STRIP); fix "unused variable" warning
|
18 lat temu |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 lat temu |
Denis Vlasenko
|
f6f43df60b
ifupdown: stop emitting annoying/misleading error messages.
|
18 lat temu |
Denis Vlasenko
|
c12f53090b
dnsd fix; option_mask32 added. dnsd needs more love.
|
18 lat temu |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 lat temu |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 lat temu |
Denis Vlasenko
|
1c3577f91d
ifupdown: Debian users contributed improvement to it
|
18 lat temu |
Denis Vlasenko
|
06b543b217
ifupdown: make dhcp start/stop scripts user configurable
|
18 lat temu |
Denis Vlasenko
|
2f4399c6cc
ifupdown: fix for standalone shell; removed hardcoded PATH
|
18 lat temu |
Denis Vlasenko
|
0534125ccc
ifupdown: style cleanup, no code changes
|
18 lat temu |
Denis Vlasenko
|
7f1f5b001f
ifupdown: getopt_ulflags'ification.
|
18 lat temu |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 lat temu |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 lat temu |
"Robert P. J. Day"
|
d35ef0f666
More removal of "#if 0" content.
|
18 lat temu |
Mike Frysinger
|
b049c0ec19
only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer
|
18 lat temu |
Rob Landley
|
a6e131dab3
Size reductions, mostly switching things to use libbb functions.
|
18 lat temu |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 lat temu |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 lat temu |
Rob Landley
|
b0a2d6c19d
Remove code for protocols we don't properly support. (Most of this could
|
18 lat temu |
Bernhard Reutner-Fischer
|
421d9e5941
- move buffer allocation schemes to libbb.h
|
18 lat temu |
Rob Landley
|
a35886c862
Fix from Glenn McGrath.
|
18 lat temu |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 lat temu |
Rob Landley
|
12c2429a42
Fixup to make warnings from the last patch go away.
|
19 lat temu |
Rob Landley
|
e7c43b66d7
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
|
19 lat temu |
Rob Landley
|
e813ddba18
Cleanup from Glenn McGrath.
|
19 lat temu |
Rob Landley
|
4217bab02e
Patch from Glenn McGrath to remove code that opens a file but does nothing
|
19 lat temu |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 lat temu |