summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pidfile.c: not used anymoreDenis Vlasenko2007-03-261-60/+0
* Move udhcp to new NOMMU helpers.Denis Vlasenko2007-03-265-66/+105
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-266-28/+18
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-0/+1
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-241-11/+13
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-242-3/+5
* dc: use common_bufsiz1 for evaluation stackDenis Vlasenko2007-03-241-1/+2
* dnsd: last commit had a typo :(Denis Vlasenko2007-03-241-2/+3
* dnsd: fix several buglets, make smallerDenis Vlasenko2007-03-241-63/+41
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-242-4/+4
* inetd: indent labels uniformlyDenis Vlasenko2007-03-241-5/+5
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-221-1/+2
* interface: revert part of commit 18120 (eth aliases work again)Denis Vlasenko2007-03-221-2/+5
* ifconfig: support (by ignoring it) "inet" before IP address or hostnameDenis Vlasenko2007-03-221-0/+2
* - don't automatically select run-parts but point out that this is a system-ut...Bernhard Reutner-Fischer2007-03-191-2/+2
* - very minor size tweak.Bernhard Reutner-Fischer2007-03-191-4/+4
* telnet: finish style cleanup bitsDenis Vlasenko2007-03-191-29/+10
* telnet: someone tried to do data optimization before me. Complete it.Denis Vlasenko2007-03-191-96/+83
* networking/interface.c: was doing really strange caching of fd'sDenis Vlasenko2007-03-151-199/+112
* arp, networking/interface.c: eliminate staticsDenis Vlasenko2007-03-142-82/+87
* udhcp: use fdprintf for pidfile creation (smaller code)Denis Vlasenko2007-03-141-7/+1
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-18/+16
* ifupdown: do not complain if !/var/run/ifstateDenis Vlasenko2007-03-091-1/+1
* httpd: make httpd usable for NOMMU CPUsDenis Vlasenko2007-03-071-0/+13
* clean up accumulated whitespace damageDenis Vlasenko2007-03-073-5/+6
* ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko2007-03-061-4/+17
* httpd: run interpreter for configured file extensions in any dir,Denis Vlasenko2007-03-051-0/+14
* httpd: fix breakage (introduced by me)Denis Vlasenko2007-03-051-1/+1
* ping: don't measure times if ping payload is less than 8 bytes;Denis Vlasenko2007-03-031-105/+75
* I *always* forget svn add :(Denis Vlasenko2007-02-271-0/+205
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)Denis Vlasenko2007-02-276-21/+77
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-1/+1
* zcip: revert my bogus changeDenis Vlasenko2007-02-141-11/+11
* httpd: a little bit more correct handling of CGI "HTTP/xxx" outputDenis Vlasenko2007-02-131-34/+50
* httpd: fix for POSTDATA handling bugs:Denis Vlasenko2007-02-111-24/+24
* remove unused #include,, improve code readabilityDenis Vlasenko2007-02-092-3/+4
* ping: reuse another bit of common code. -60 bytesDenis Vlasenko2007-02-091-28/+16
* ping: support -I addr in family neutral manner; reuse a bit of common codeDenis Vlasenko2007-02-091-42/+30
* tftp: fix my bugDenis Vlasenko2007-02-081-1/+1
* tftp: fix IPv6 falloutDenis Vlasenko2007-02-071-19/+22
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-062-2/+2
* udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko2007-02-041-9/+8
* ifconfig: use IPv6 infrastructureDenis Vlasenko2007-02-042-28/+27
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-047-11/+11
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-0335-6/+40
* assorted fixes for bugs found with randomconfigDenis Vlasenko2007-02-032-2/+3
* - update helptextBernhard Reutner-Fischer2007-02-021-0/+1
* add a comment so that people won't get confusedDenis Vlasenko2007-02-021-0/+1
* httpd: directory indexer example doesn't need piping thru dd anymoreDenis Vlasenko2007-02-021-5/+0
* trivial warning fixDenis Vlasenko2007-02-021-1/+1