Denis Vlasenko
|
cfe2936a73
nameif: shrink (by Vladimir)
|
16 years ago |
Denis Vlasenko
|
084266ed52
fix several problems with config parser:
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
2e157ddf9e
libbb: updated config_parse() from Vladimir
|
16 years ago |
Bernhard Reutner-Fischer
|
679212836a
- fix segfault in nameif with mactab file
|
16 years ago |
Denis Vlasenko
|
fb1642f2ca
fix up callsites of config_read to check for >= 0
|
16 years ago |
Denis Vlasenko
|
c01340fe26
update of config file parser from Vladimir
|
16 years ago |
Denis Vlasenko
|
01eaee9309
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
|
16 years ago |
Denis Vlasenko
|
b3f39f0cfa
nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)
|
16 years ago |
Denis Vlasenko
|
6b404431aa
ps: fix build breakage from vda's recent commit
|
17 years ago |
Denis Vlasenko
|
3f9c848576
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
|
17 years ago |
Denis Vlasenko
|
f7be20e70c
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
|
17 years ago |
Denis Vlasenko
|
3f5fdc7572
remove trailing whitespace
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
0beaff8c19
update Glenn McGrath's email address
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
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"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Rob Landley
|
362dc2bf33
Header cleanup on two more networking files (move libbb.h to the top and
|
18 years ago |
Rob Landley
|
a6e131dab3
Size reductions, mostly switching things to use libbb functions.
|
18 years ago |
Rob Landley
|
b1c3fbc677
CONFIG->ENABLE migration.
|
18 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 years ago |