Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pidfile.c: not used anymore | Denis Vlasenko | 2007-03-26 | 1 | -60/+0 | |
| | | | | BTW, previous change removed pidfile locking, -700 code (static compile) | |||||
* | Move udhcp to new NOMMU helpers. | Denis Vlasenko | 2007-03-26 | 5 | -66/+105 | |
| | | | | | | Fix server part to compile under NOMMU. Client is not compilable yet. On MMU everything compiles (and maybe even works :) | |||||
* | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko | 2007-03-26 | 6 | -28/+18 | |
| | ||||||
* | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko | 2007-03-25 | 1 | -0/+1 | |
| | ||||||
* | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | Denis Vlasenko | 2007-03-24 | 1 | -11/+13 | |
| | ||||||
* | random style fixes (extra spaces deleted) | Denis Vlasenko | 2007-03-24 | 2 | -3/+5 | |
| | ||||||
* | dc: use common_bufsiz1 for evaluation stack | Denis Vlasenko | 2007-03-24 | 1 | -1/+2 | |
| | | | | | msh: fix "underscore bug" (a_b=1111 didn't work) dnsd: openlog(), so that applet's name is logged | |||||
* | dnsd: last commit had a typo :( | Denis Vlasenko | 2007-03-24 | 1 | -2/+3 | |
| | ||||||
* | dnsd: fix several buglets, make smaller | Denis Vlasenko | 2007-03-24 | 1 | -63/+41 | |
| | ||||||
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | 2007-03-24 | 2 | -4/+4 | |
| | | | | | option for every affected applet (and dnsd, for example, don't have one). Thus rework re-exec support to not require it. Code got smaller too. | |||||
* | inetd: indent labels uniformly | Denis Vlasenko | 2007-03-24 | 1 | -5/+5 | |
| | ||||||
* | assorted fixes uncovered by randomconfig runs | Denis Vlasenko | 2007-03-22 | 1 | -1/+2 | |
| | ||||||
* | interface: revert part of commit 18120 (eth aliases work again) | Denis Vlasenko | 2007-03-22 | 1 | -2/+5 | |
| | ||||||
* | ifconfig: support (by ignoring it) "inet" before IP address or hostname | Denis Vlasenko | 2007-03-22 | 1 | -0/+2 | |
| | ||||||
* | - don't automatically select run-parts but point out that this is a ↵ | Bernhard Reutner-Fischer | 2007-03-19 | 1 | -2/+2 | |
| | | | | system-utility in the strict sense. | |||||
* | - very minor size tweak. | Bernhard Reutner-Fischer | 2007-03-19 | 1 | -4/+4 | |
| | | | | | | | TODO: mv to globals, config-out non-busybox dhcp client stuff, reduce string bloat, etc text data bss dec hex filename 7543 0 28 7571 1d93 networking/ifupdown.o.orig 7515 0 28 7543 1d77 networking/ifupdown.o | |||||
* | telnet: finish style cleanup bits | Denis Vlasenko | 2007-03-19 | 1 | -29/+10 | |
| | ||||||
* | telnet: someone tried to do data optimization before me. Complete it. | Denis Vlasenko | 2007-03-19 | 1 | -96/+83 | |
| | | | | | | | text data bss dec hex filename 2558 0 404 2962 b92 busybox.t2/networking/telnet.o 2542 0 0 2542 9ee busybox.t3/networking/telnet.o | |||||
* | networking/interface.c: was doing really strange caching of fd's | Denis Vlasenko | 2007-03-15 | 1 | -199/+112 | |
| | | | | open for getting ifconfig data - ??! Simplified all that. -200 bytes. | |||||
* | arp, networking/interface.c: eliminate statics | Denis Vlasenko | 2007-03-14 | 2 | -82/+87 | |
| | | | | | and unneeded on-stack buffers, disable (comment out) some apparently unused (and buggy) code paths. -700 bytes. | |||||
* | udhcp: use fdprintf for pidfile creation (smaller code) | Denis Vlasenko | 2007-03-14 | 1 | -7/+1 | |
| | ||||||
* | kill superfluous returns at the end of void functions | Denis Vlasenko | 2007-03-11 | 1 | -18/+16 | |
| | ||||||
* | ifupdown: do not complain if !/var/run/ifstate | Denis Vlasenko | 2007-03-09 | 1 | -1/+1 | |
| | ||||||
* | httpd: make httpd usable for NOMMU CPUs | Denis Vlasenko | 2007-03-07 | 1 | -0/+13 | |
| | ||||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 3 | -5/+6 | |
| | ||||||
* | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | 2007-03-06 | 1 | -4/+17 | |
| | | | | (patch by Gabriel L. Somlo <somlo@cmu.edu>) | |||||
* | httpd: run interpreter for configured file extensions in any dir, | Denis Vlasenko | 2007-03-05 | 1 | -0/+14 | |
| | | | | not only in /cgi-bin/ | |||||
* | httpd: fix breakage (introduced by me) | Denis Vlasenko | 2007-03-05 | 1 | -1/+1 | |
| | ||||||
* | ping: don't measure times if ping payload is less than 8 bytes; | Denis Vlasenko | 2007-03-03 | 1 | -105/+75 | |
| | | | | commonalize some ping code. | |||||
* | I *always* forget svn add :( | Denis Vlasenko | 2007-02-27 | 1 | -0/+205 | |
| | ||||||
* | udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) | Denis Vlasenko | 2007-02-27 | 6 | -21/+77 | |
| | ||||||
* | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | 2007-02-17 | 1 | -1/+1 | |
| | ||||||
* | zcip: revert my bogus change | Denis Vlasenko | 2007-02-14 | 1 | -11/+11 | |
| | ||||||
* | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | Denis Vlasenko | 2007-02-13 | 1 | -34/+50 | |
| | ||||||
* | httpd: fix for POSTDATA handling bugs: | Denis Vlasenko | 2007-02-11 | 1 | -24/+24 | |
| | | | | | erroneous close(0) full_read -> safe_read (with explanation) | |||||
* | remove unused #include,, improve code readability | Denis Vlasenko | 2007-02-09 | 2 | -3/+4 | |
| | ||||||
* | ping: reuse another bit of common code. -60 bytes | Denis Vlasenko | 2007-02-09 | 1 | -28/+16 | |
| | ||||||
* | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | 2007-02-09 | 1 | -42/+30 | |
| | ||||||
* | tftp: fix my bug | Denis Vlasenko | 2007-02-08 | 1 | -1/+1 | |
| | ||||||
* | tftp: fix IPv6 fallout | Denis Vlasenko | 2007-02-07 | 1 | -19/+22 | |
| | ||||||
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 2 | -2/+2 | |
| | ||||||
* | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | 2007-02-04 | 1 | -9/+8 | |
| | ||||||
* | ifconfig: use IPv6 infrastructure | Denis Vlasenko | 2007-02-04 | 2 | -28/+27 | |
| | ||||||
* | add x to IPv6 functions which can die | Denis Vlasenko | 2007-02-04 | 7 | -11/+11 | |
| | ||||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 35 | -6/+40 | |
| | | | | no preceding prototype | |||||
* | assorted fixes for bugs found with randomconfig | Denis Vlasenko | 2007-02-03 | 2 | -2/+3 | |
| | ||||||
* | - update helptext | Bernhard Reutner-Fischer | 2007-02-02 | 1 | -0/+1 | |
| | ||||||
* | add a comment so that people won't get confused | Denis Vlasenko | 2007-02-02 | 1 | -0/+1 | |
| | ||||||
* | httpd: directory indexer example doesn't need piping thru dd anymore | Denis Vlasenko | 2007-02-02 | 1 | -5/+0 | |
| | ||||||
* | trivial warning fix | Denis Vlasenko | 2007-02-02 | 1 | -1/+1 | |
| |