aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* CONFIG->ENABLE migration.Rob Landley2006-05-042-21/+13
* More usage.h cleanups, with collateral changes to httpd. Specifically,Rob Landley2006-04-282-30/+30
* - improve wording in some help texts a little bit.Bernhard Reutner-Fischer2006-04-181-9/+9
* - patch from P.J. Day to rely on the automatic indenting provided by depends.Bernhard Reutner-Fischer2006-04-181-62/+60
* - simplify config options of the ip applet.Bernhard Reutner-Fischer2006-04-181-76/+58
* kill off pointless malloc.h includeMike Frysinger2006-04-161-1/+0
* kill pointless memory.h includesMike Frysinger2006-04-161-1/+0
* Remove code for protocols we don't properly support. (Most of this couldRob Landley2006-04-142-383/+1
* Patch from Robert P Day to remove standalone code from httpd. (Busybox hasRob Landley2006-04-141-64/+0
* Hard wiring configuration symbol values into the code defeats the purposeRob Landley2006-04-141-22/+4
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-1/+2
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-3/+1
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer2006-04-126-27/+12
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-124-10/+8
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-1212-163/+65
* - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page'Bernhard Reutner-Fischer2006-04-111-5/+5
* - put udhcp back in (Rob, you removed this in r14787 by accident..).Bernhard Reutner-Fischer2006-04-101-0/+1
* Second verse, same as the first.Rob Landley2006-04-101-1/+1
* Missing dependency spotted by Robert P Day.Rob Landley2006-04-101-3/+1
* - fix typo introduced in the last commit.Bernhard Reutner-Fischer2006-04-101-2/+2
* - typo: s/biltin/builtin/gBernhard Reutner-Fischer2006-04-102-48/+48
* - this applet should peruse USE_FEATURE_TFTP_...Bernhard Reutner-Fischer2006-04-051-1/+1
* - include proper headers.Bernhard Reutner-Fischer2006-04-052-2/+2
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-032-2/+2
* - coalesce printf calls.Bernhard Reutner-Fischer2006-04-031-11/+12
* - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)Bernhard Reutner-Fischer2006-04-031-4/+5
* - set flags in a more reasonable manner. Thanks, vodz.Bernhard Reutner-Fischer2006-04-031-16/+5
* - janitorial: include proper prototypes in libiproute.Bernhard Reutner-Fischer2006-04-024-0/+8
* Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84Rob Landley2006-04-012-4/+4
* - use RESERVE_CONFIG_BUFFER. For defconfig this gives:Bernhard Reutner-Fischer2006-03-311-3/+5
* - shrink it a bit further.Bernhard Reutner-Fischer2006-03-311-76/+65
* Shrink patch from Bernhard Fischer.Rob Landley2006-03-301-81/+69
* - fix paste'o which i overlooked when applying dalias' fmt stuff.Bernhard Reutner-Fischer2006-03-301-1/+1
* fix from David Daney, on busybox mailing list:Paul Fox2006-03-291-1/+1
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-16/+16
* remove in place of external linkMike Frysinger2006-03-2348-5062/+0
* make the makefile a little more flexible so we can store in either locationMike Frysinger2006-03-232-35/+40
* sync busybox and udhcp treesMike Frysinger2006-03-237-14/+21
* Fix from Glenn McGrath.Rob Landley2006-03-221-1/+1
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger2006-03-223-3/+3
* Roy Walker writes:Eric Andersen2006-03-202-2/+10
* update comments as to what caused the defines to changeMike Frysinger2006-03-131-10/+11
* - revert back to r14406Bernhard Reutner-Fischer2006-03-133-129/+105
* fix building with glibc-2.4Mike Frysinger2006-03-101-0/+10
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-106-40/+48
* - fix typoBernhard Reutner-Fischer2006-03-091-2/+2
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-093-7/+18
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-065-8/+8
* Kill off some unused code that was wasting several k, as noticed byEric Andersen2006-03-034-216/+0
* - remove unused lists *-mBernhard Reutner-Fischer2006-03-021-4/+0