summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2015-05-25typo fixesManinder Singh17-24/+24
2015-03-12Use chomp to remove newlinesRon Yorston4-5/+5
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-28netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko1-3/+6
2010-10-27netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko1-47/+62
2010-10-27netstat: fix -r display in usage textBob Dunlop2-49/+50
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-19netstat: fix a trivial bugDenys Vlasenko1-1/+1
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko4-36/+34
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-07-27netstat: code shrinkDenis Vlasenko1-197/+96
2008-07-27style fix, no code changesDenis Vlasenko1-2/+2
2008-07-27netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko5-23/+276
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-01-07whitespace fixesDenis Vlasenko3-6/+6
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko5-22/+19
2007-12-26netstat: in error message, report filename and line numberDenis Vlasenko1-22/+23
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko5-40/+48
2007-12-03lineedit: reduce stack usageDenis Vlasenko2-83/+80
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-06-19networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko6-136/+112
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-16netstat: fix error in new -W option handlingDenis Vlasenko1-2/+3
2007-05-15netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko3-178/+175
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko17-260/+231
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22netstat: getopt_ulflags'isationDenis Vlasenko1-61/+46
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley10-339/+102
2006-07-11Add one-line GPL boilerplate to these source files."Robert P. J. Day"4-53/+6
2006-01-25just whitespaceTim Riker254-2027/+2027
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-26use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath5-28/+29
2002-11-26Use #ifdef instead of #ifGlenn L McGrath4-22/+22
[next]