aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More usage.h cleanups, with collateral changes to httpd. Specifically,landley2006-04-282-30/+30
| | | | | | | | most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing. git-svn-id: svn://busybox.net/trunk/busybox@14952 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - improve wording in some help texts a little bit.aldot2006-04-181-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14912 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from P.J. Day to rely on the automatic indenting provided by depends.aldot2006-04-181-62/+60
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14910 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - simplify config options of the ip applet.aldot2006-04-181-76/+58
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14906 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill off pointless malloc.h includevapier2006-04-161-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14895 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill pointless memory.h includesvapier2006-04-161-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove code for protocols we don't properly support. (Most of this couldlandley2006-04-142-383/+1
| | | | | | | | never be selected via menuconfig anyway.) If somebody wants one of these protocols, ask on the list for us to support it _properly_. git-svn-id: svn://busybox.net/trunk/busybox@14868 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert P Day to remove standalone code from httpd. (Busybox haslandley2006-04-141-64/+0
| | | | | | | | its own make standalone planned as a general solution to this for all applets.) git-svn-id: svn://busybox.net/trunk/busybox@14866 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Hard wiring configuration symbol values into the code defeats the purposelandley2006-04-141-22/+4
| | | | | | | | | | of _having_ configuration symbol values. Also, changing #ifdef CONFIG to #if ENABLE isn't nearly as useful as changing them to if (ENABLE) or USE()/SKIP()... git-svn-id: svn://busybox.net/trunk/busybox@14852 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14847 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-126-27/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14836 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-124-10/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14834 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-1212-163/+65
| | | | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. git-svn-id: svn://busybox.net/trunk/busybox@14833 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page'aldot2006-04-111-5/+5
| | | | | | | Closes #827 git-svn-id: svn://busybox.net/trunk/busybox@14820 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - put udhcp back in (Rob, you removed this in r14787 by accident..).aldot2006-04-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Second verse, same as the first.landley2006-04-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14788 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Missing dependency spotted by Robert P Day.landley2006-04-101-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix typo introduced in the last commit.aldot2006-04-101-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14782 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typo: s/biltin/builtin/galdot2006-04-102-48/+48
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14781 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - this applet should peruse USE_FEATURE_TFTP_...aldot2006-04-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14758 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include proper headers.aldot2006-04-052-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14756 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move buffer allocation schemes to libbb.haldot2006-04-032-2/+2
| | | | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h git-svn-id: svn://busybox.net/trunk/busybox@14739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - coalesce printf calls.aldot2006-04-031-11/+12
| | | | | | | | | text data bss dec hex filename 3474 4 96 3574 df6 networking/arping.o.orig 3424 4 96 3524 dc4 networking/arping.o git-svn-id: svn://busybox.net/trunk/busybox@14737 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)aldot2006-04-031-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14736 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - set flags in a more reasonable manner. Thanks, vodz.aldot2006-04-031-16/+5
| | | | | | | | | text data bss dec hex filename 3520 4 96 3620 e24 networking/arping.o.oorig 3488 4 96 3588 e04 networking/arping.o git-svn-id: svn://busybox.net/trunk/busybox@14734 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - janitorial: include proper prototypes in libiproute.aldot2006-04-024-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14731 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84landley2006-04-012-4/+4
| | | | | | | | | | mismatch inthe following example: # ping -c 1 172.16.2.1 PING 172.16.2.1 (172.16.2.1): 56 data bytes 84 bytes from 172.16.2.1: icmp_seq=0 ttl=64 time=0.2 ms git-svn-id: svn://busybox.net/trunk/busybox@14722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use RESERVE_CONFIG_BUFFER. For defconfig this gives:aldot2006-03-311-3/+5
| | | | | | | | | | text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o.r14710 3520 4 96 3620 e24 networking/arping.o git-svn-id: svn://busybox.net/trunk/busybox@14712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink it a bit further.aldot2006-03-311-76/+65
| | | | | | | | | text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o git-svn-id: svn://busybox.net/trunk/busybox@14710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shrink patch from Bernhard Fischer.landley2006-03-301-81/+69
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix paste'o which i overlooked when applying dalias' fmt stuff.aldot2006-03-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix from David Daney, on busybox mailing list:pgf2006-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | > The problem is that if the zcip protocol times out at about the same > time another ARP packet is being received, the newly calculated timeout > may be set to wait forever. This prevents the protocol from progressing > through its various states. > > The Fix is to set the timeout to zero if it used to be a positive > number, but it has already expired. This causes the next protocol state > to be entered immediately instead of never. > > If OK please commit. > > Also note that if you may have to apply the patch on this page: > > http://www.science.uva.nl/research/air/wiki/LinkLocalARPMeasurements > > To the linux kernel to get proper zcip behavior. > git-svn-id: svn://busybox.net/trunk/busybox@14698 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Rich Felker writes: fix invalid printf format stringsaldot2006-03-291-16/+16
| | | | | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox git-svn-id: svn://busybox.net/trunk/busybox@14697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove in place of external linkvapier2006-03-2348-5062/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14634 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make the makefile a little more flexible so we can store in either locationvapier2006-03-232-35/+40
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14621 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync busybox and udhcp treesvapier2006-03-237-14/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Glenn McGrath.landley2006-03-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵vapier2006-03-223-3/+3
| | | | | | sys/signal.h. git-svn-id: svn://busybox.net/trunk/busybox@14595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Roy Walker writes: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. git-svn-id: svn://busybox.net/trunk/busybox@14581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update comments as to what caused the defines to changevapier2006-03-131-10/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14534 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - revert back to r14406aldot2006-03-133-129/+105
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix building with glibc-2.4vapier2006-03-101-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14519 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-106-40/+48
| | | | | | | the busybox binary) into enums (which don't). git-svn-id: svn://busybox.net/trunk/busybox@14513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix typoaldot2006-03-091-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14488 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - backout using features which are not available with the previous stablealdot2006-03-093-7/+18
| | | | | | | version of make (3.71.1). git-svn-id: svn://busybox.net/trunk/busybox@14477 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-065-8/+8
| | | | | | | definitions. (That should only be on prototypes.) git-svn-id: svn://busybox.net/trunk/busybox@14457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kill off some unused code that was wasting several k, as noticed byandersen2006-03-034-216/+0
| | | | | | | Denis Vlasenko when building with -ffunction-sections -fdata-sections git-svn-id: svn://busybox.net/trunk/busybox@14437 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused lists *-maldot2006-03-021-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-023-0/+12
| | | | | | | Fixes make trying to include the very same file in an endless loop. git-svn-id: svn://busybox.net/trunk/busybox@14429 69ca8d6d-28ef-0310-b511-8ec308f3f277