aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* - rewrite the ip applet to be less bloatyaldot2007-04-102-23/+49
* style fixes. No code changes.vda2007-04-102-3/+2
* - add libbb function str_tolower to convert a string to lowercase.aldot2007-04-101-56/+49
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-1/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.vda2007-04-0711-319/+247
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.vda2007-04-079-156/+169
* random small shrinkage and elimination of staticsvda2007-04-071-3/+4
* nc: code shrinkage, bugfixes. -50 bytes code sizevda2007-04-061-106/+142
* nc: missed exit() in signal handlervda2007-04-051-0/+1
* nc: port nc 1.10 to busyboxvda2007-04-053-1/+805
* - add -s|--spider which only checks if the file exists but does not download ...aldot2007-04-051-9/+16
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-048-16/+16
* Copyright, help text, whitespace cleanupsvda2007-04-011-2/+2
* tcpsvd: new appletvda2007-04-012-2/+2
* traceroute: move data off bss. small code optimizations.vda2007-03-291-94/+109
* dumpleases: getopt32()-izationvda2007-03-291-34/+27
* - fix formatting of help textaldot2007-03-281-2/+1
* make pidfile writing configurable.vda2007-03-272-37/+18
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-261-73/+73
* Attempt to get more applets compile for NOMMU.vda2007-03-261-8/+6
* pidfile.c: not used anymorevda2007-03-261-60/+0
* Move udhcp to new NOMMU helpers.vda2007-03-265-66/+105
* move everything to new NOMMU helpers, except udhcpvda2007-03-266-28/+18
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-0/+1
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)vda2007-03-241-11/+13
* random style fixes (extra spaces deleted)vda2007-03-242-3/+5
* dc: use common_bufsiz1 for evaluation stackvda2007-03-241-1/+2
* dnsd: last commit had a typo :(vda2007-03-241-2/+3
* dnsd: fix several buglets, make smallervda2007-03-241-63/+41
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-242-4/+4
* inetd: indent labels uniformlyvda2007-03-241-5/+5
* assorted fixes uncovered by randomconfig runsvda2007-03-221-1/+2
* interface: revert part of commit 18120 (eth aliases work again)vda2007-03-221-2/+5
* ifconfig: support (by ignoring it) "inet" before IP address or hostnamevda2007-03-221-0/+2
* - don't automatically select run-parts but point out that this is a system-ut...aldot2007-03-191-2/+2
* - very minor size tweak.aldot2007-03-191-4/+4
* telnet: finish style cleanup bitsvda2007-03-191-29/+10
* telnet: someone tried to do data optimization before me. Complete it.vda2007-03-191-96/+83
* networking/interface.c: was doing really strange caching of fd'svda2007-03-151-199/+112
* arp, networking/interface.c: eliminate staticsvda2007-03-142-82/+87
* udhcp: use fdprintf for pidfile creation (smaller code)vda2007-03-141-7/+1
* kill superfluous returns at the end of void functionsvda2007-03-111-18/+16
* ifupdown: do not complain if !/var/run/ifstatevda2007-03-091-1/+1
* httpd: make httpd usable for NOMMU CPUsvda2007-03-071-0/+13
* clean up accumulated whitespace damagevda2007-03-073-5/+6
* ifupdown: code to deconstruct the state_list gracefullyvda2007-03-061-4/+17
* httpd: run interpreter for configured file extensions in any dir,vda2007-03-051-0/+14
* httpd: fix breakage (introduced by me)vda2007-03-051-1/+1
* ping: don't measure times if ping payload is less than 8 bytes;vda2007-03-031-105/+75
* I *always* forget svn add :(vda2007-02-271-0/+205