summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2013-02-28nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire1-6/+9
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2-24/+24
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter3-44/+94
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter1-11/+9
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko2-3/+6
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko5-20/+18
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko8-58/+143
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-08-01nameif: shrink (by Vladimir)Denis Vlasenko1-28/+16
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko10-54/+206
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer5-59/+59
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko4-5/+5
2008-07-16update of config file parser from VladimirDenis Vlasenko4-177/+52
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko7-51/+47
2008-04-10nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko1-17/+29
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko9-64/+64
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko3-25/+45
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko14-90/+179
2007-10-14remove trailing whitespaceDenis Vlasenko11-29/+29
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-21update Glenn McGrath's email addressDenis Vlasenko15-16/+15
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko39-366/+296
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-06-05Header cleanup on two more networking files (move libbb.h to the top andRob Landley3-26/+17
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley6-91/+26
2006-05-04CONFIG->ENABLE migration.Rob Landley2-21/+13
2006-01-22- add platform.h.Bernhard Reutner-Fischer30-264/+182
2006-01-15restore erronyous 'cleanups' by Rob Sullivan and landley"Vladimir N. Oleynik"1-6/+9
2006-01-15Cleanup patch from Rob Sullivan.Rob Landley1-39/+9
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen30-91/+96
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath19-25/+27
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2003-07-05Patch from Lars Kellogg-Stedman:Eric Andersen1-0/+9
[next]