aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Second verse, same as the first.landley2006-04-101-1/+1
* Missing dependency spotted by Robert P Day.landley2006-04-101-3/+1
* - fix typo introduced in the last commit.aldot2006-04-101-2/+2
* - typo: s/biltin/builtin/galdot2006-04-102-48/+48
* - this applet should peruse USE_FEATURE_TFTP_...aldot2006-04-051-1/+1
* - include proper headers.aldot2006-04-052-2/+2
* - move buffer allocation schemes to libbb.haldot2006-04-032-2/+2
* - coalesce printf calls.aldot2006-04-031-11/+12
* - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)aldot2006-04-031-4/+5
* - set flags in a more reasonable manner. Thanks, vodz.aldot2006-04-031-16/+5
* - janitorial: include proper prototypes in libiproute.aldot2006-04-024-0/+8
* Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84landley2006-04-012-4/+4
* - use RESERVE_CONFIG_BUFFER. For defconfig this gives:aldot2006-03-311-3/+5
* - shrink it a bit further.aldot2006-03-311-76/+65
* Shrink patch from Bernhard Fischer.landley2006-03-301-81/+69
* - fix paste'o which i overlooked when applying dalias' fmt stuff.aldot2006-03-301-1/+1
* fix from David Daney, on busybox mailing list:pgf2006-03-291-1/+1
* - Rich Felker writes: fix invalid printf format stringsaldot2006-03-291-16/+16
* remove in place of external linkvapier2006-03-2348-5062/+0
* make the makefile a little more flexible so we can store in either locationvapier2006-03-232-35/+40
* sync busybox and udhcp treesvapier2006-03-237-14/+21
* Fix from Glenn McGrath.landley2006-03-221-1/+1
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier2006-03-223-3/+3
* Roy Walker writes:andersen2006-03-202-2/+10
* update comments as to what caused the defines to changevapier2006-03-131-10/+11
* - revert back to r14406aldot2006-03-133-129/+105
* fix building with glibc-2.4vapier2006-03-101-0/+10
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-106-40/+48
* - fix typoaldot2006-03-091-2/+2
* - backout using features which are not available with the previous stablealdot2006-03-093-7/+18
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-065-8/+8
* Kill off some unused code that was wasting several k, as noticed byandersen2006-03-034-216/+0
* - remove unused lists *-maldot2006-03-021-4/+0
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-023-0/+12
* - fixes parallel builds (make -j)aldot2006-03-013-112/+120
* Fixup to make warnings from the last patch go away.landley2006-03-011-5/+5
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-015-19/+15
* Cleanup from Glenn McGrath.landley2006-02-281-46/+18
* Patch from Glenn McGrath to remove code that opens a file but does nothinglandley2006-02-261-12/+1
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-231-1/+0
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-222-11/+19
* Bug 751: file handle leaks can add up until available filehandles for thelandley2006-02-222-3/+12
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-212-0/+4
* Small tweak cherry-picked from Devin Bayer's monster MacOS X patch.landley2006-02-211-1/+1
* Missed a file in the last checkin, won't build without this...landley2006-02-211-0/+1
* Patch from Giuseppe Ciotta to specify retry count.landley2006-02-201-3/+8
* Rename UNUSE() to SKIP().landley2006-02-201-10/+10
* rfelker writes in Bug 740: s/u_char/unsigned char/vapier2006-02-191-17/+17
* demo (UN)USE_FEATURE... usagevodz2006-02-151-64/+45
* make the build system puuuuuuuuuuurtyvapier2006-02-023-8/+6