aboutsummaryrefslogtreecommitdiff
path: root/networking/vconfig.c
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-09vconfig: make it NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2012-01-16vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko
2011-12-16vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-12-02vconfig: style fix, no code changesDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-09-30vconfig: fix bug 701 (I be damned if I understand it)Denis Vlasenko
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-19don't use kernel headersEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-08Rewrite by Manuel Novoa III, very compact implimentation.Glenn L McGrath
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen