Denis Vlasenko
|
3f5fdc7572
remove trailing whitespace
|
17 lat temu |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 lat temu |
Denis Vlasenko
|
0beaff8c19
update Glenn McGrath's email address
|
17 lat temu |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 lat temu |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 lat temu |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 lat temu |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 lat temu |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 lat temu |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
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
|
3538b9a882
Implement optional syslog logging using ordinary
|
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"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 lat temu |
Rob Landley
|
362dc2bf33
Header cleanup on two more networking files (move libbb.h to the top and
|
18 lat temu |
Rob Landley
|
a6e131dab3
Size reductions, mostly switching things to use libbb functions.
|
18 lat temu |
Rob Landley
|
b1c3fbc677
CONFIG->ENABLE migration.
|
18 lat temu |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 lat temu |
"Vladimir N. Oleynik"
|
8c9daa12dc
restore erronyous 'cleanups' by Rob Sullivan and landley
|
19 lat temu |
Rob Landley
|
855f1e1320
Cleanup patch from Rob Sullivan.
|
19 lat temu |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 lat temu |
Glenn L McGrath
|
c6992feee3
Update my email address, document some of my tasks in the AUTHORS file
|
20 lat temu |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 lat temu |
Eric Andersen
|
40ea66cd9d
Patch from Lars Kellogg-Stedman:
|
21 lat temu |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 lat temu |
Glenn L McGrath
|
a9adef0394
Dont use getopt_long, minor usage changes, patch by Nick Fedchik
|
22 lat temu |
Glenn L McGrath
|
77c60e5c66
Use vsyslog instead of syslog, improve initalisation and cleanup of
|
22 lat temu |
Eric Andersen
|
ab4e19afc6
Eliminate most instances where we use linux kernel headers
|
22 lat temu |
Glenn L McGrath
|
688cf014af
Get interface names using ioctl rather than /proc, from Nick Fedchik
|
22 lat temu |
Glenn L McGrath
|
8b08bda66b
Fix bug when reading mac from command line, continue; if hwaddrr not found
|
22 lat temu |