summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵Mike Frysinger2006-05-133-2/+38
| | | | mailing list
* Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage()Mike Frysinger2006-04-271-0/+573
|
* 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
| | | | sys/signal.h.
* Roy Walker writes:Eric Andersen2006-03-202-2/+10
| | | | | | | | | | | | | | | | | Here is a patch against the current subversion repository, that makes udhcpc have an adjustable timeout. Works for both foreground and before it drops to the background. This brings it more in-line with ISC dhcpc. Use like so: udhcpc --timeout=10 ... or udhcpc -T 10 ... Still shooting for 1.1.1 this month? Would really be great if you could get this in that release. Please give credit to Paul Pacheco - ppacheco@gmail.com.
* 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
| | | | the busybox binary) into enums (which don't).
* - 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
| | | | version of make (3.71.1).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-065-8/+8
| | | | definitions. (That should only be on prototypes.)
* Kill off some unused code that was wasting several k, as noticed byEric Andersen2006-03-034-216/+0
| | | | Denis Vlasenko when building with -ffunction-sections -fdata-sections
* - remove unused lists *-mBernhard Reutner-Fischer2006-03-021-4/+0
|
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-023-0/+12
| | | | Fixes make trying to include the very same file in an endless loop.
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-013-112/+120
| | | | - use less resources for the buildsystem itself
* Fixup to make warnings from the last patch go away.Rob Landley2006-03-011-5/+5
|
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-015-19/+15
| | | | from before "if(x) free(x)".
* Cleanup from Glenn McGrath.Rob Landley2006-02-281-46/+18
|
* Patch from Glenn McGrath to remove code that opens a file but does nothingRob Landley2006-02-261-12/+1
| | | | with it.
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-1/+0
| | | | | | | | Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-222-11/+19
|
* Bug 751: file handle leaks can add up until available filehandles for theRob Landley2006-02-222-3/+12
| | | | process are exhausted.
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-212-0/+4
| | | | Cherry-picked from Devin Bayer's big MacOS X patch.
* Small tweak cherry-picked from Devin Bayer's monster MacOS X patch.Rob Landley2006-02-211-1/+1
|
* Missed a file in the last checkin, won't build without this...Rob Landley2006-02-211-0/+1
|
* Patch from Giuseppe Ciotta to specify retry count.Rob Landley2006-02-201-3/+8
|
* Rename UNUSE() to SKIP().Rob Landley2006-02-201-10/+10
|
* rfelker writes in Bug 740: s/u_char/unsigned char/Mike Frysinger2006-02-191-17/+17
|
* demo (UN)USE_FEATURE... usage"Vladimir N. Oleynik"2006-02-151-64/+45
|
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-023-8/+6
|
* add feature: support for running scripts through an interpreter. Thanks ↵"Vladimir N. Oleynik"2006-01-312-5/+51
| | | | Florian Schirmer <jolt@tuxbox.org>
* - add and use ATTRIBUTE_ALIGNED(num_bytes)Bernhard Reutner-Fischer2006-01-311-1/+1
| | | | - remove unused parameter pindex from fdisk.c, xbsd_initlabel()
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-303-7/+7
|
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-309-15/+17
|
* sort out yet more type issuesEric Andersen2006-01-305-8/+8
|
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-302-12/+8
| | | | - use shorter boilerplate while at it.
* for change previous log: close bug 186"Vladimir N. Oleynik"2006-01-261-1/+1
|
* close bug 190"Vladimir N. Oleynik"2006-01-261-4/+4
|
* added support /prefix for IPV4 form IPV6 code. Close bug 461"Vladimir N. Oleynik"2006-01-251-3/+20
|
* +#include <sys/socket.h>"Vladimir N. Oleynik"2006-01-251-237/+238
| | | | | remove unused 'int i' form main whitespacing only
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-253-0/+476
|
* just whitespaceTim Riker2006-01-2537-204/+204
|
* close bug 657"Vladimir N. Oleynik"2006-01-241-7/+7
|
* - add platform.h.Bernhard Reutner-Fischer2006-01-2210-53/+36
| | | | - use shorter boilerplate while at it.
* - missing bits of patch attached to bug #249 (constify).Bernhard Reutner-Fischer2006-01-191-2/+2
|
* setgid and setuid have changes effective id too"Vladimir N. Oleynik"2006-01-151-2/+0
|