Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wget: reduce likelihood of ETA overflow (especially with !LFS) | Denis Vlasenko | 2006-11-21 | 1 | -17/+19 |
| | |||||
* | httpd: slight reduction of #ifdef forest | Denis Vlasenko | 2006-11-21 | 6 | -67/+117 |
| | | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update | ||||
* | cpio: (allegedly) fix bug 0001095: | Denis Vlasenko | 2006-11-21 | 2 | -40/+55 |
| | | | | "cpio hardlink support and possible memory leak fix" | ||||
* | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | 2006-11-21 | 3 | -39/+111 |
| | | | | | stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3 | ||||
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | 2006-11-21 | 7 | -17/+19 |
| | |||||
* | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko | 2006-11-21 | 1 | -25/+29 |
| | |||||
* | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko | 2006-11-21 | 1 | -199/+197 |
| | | | | bring code under 80 columns) | ||||
* | httpd: More robust Content-length: parsing, | Denis Vlasenko | 2006-11-21 | 1 | -84/+86 |
| | | | | code reorganization (less indented) | ||||
* | dhcprelay: new applet | Denis Vlasenko | 2006-11-20 | 7 | -13/+386 |
| | |||||
* | add compile-time check for correct DHCP packet size | Denis Vlasenko | 2006-11-20 | 1 | -0/+4 |
| | |||||
* | login: use %s - we know that string is not too long there | Denis Vlasenko | 2006-11-20 | 3 | -115/+68 |
| | | | | | ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | ||||
* | mount: if FILE* is NULL, it's not wise to use it. | Denis Vlasenko | 2006-11-19 | 1 | -3/+5 |
| | |||||
* | svlogd: log full lines to stderr too, and also stop using stdio for that | Denis Vlasenko | 2006-11-19 | 1 | -6/+4 |
| | |||||
* | mkdir: style fix | Denis Vlasenko | 2006-11-19 | 1 | -5/+5 |
| | |||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 24 | -65/+65 |
| | |||||
* | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko | 2006-11-18 | 5 | -62/+63 |
| | | | | missed O_TRUNC, etc | ||||
* | udhcp: fix indentation and style. | Denis Vlasenko | 2006-11-18 | 33 | -642/+332 |
| | | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes | ||||
* | Add names of people historically linked to bbox project | Denis Vlasenko | 2006-11-18 | 1 | -18/+18 |
| | |||||
* | nc: fix --help text | Denis Vlasenko | 2006-11-18 | 1 | -6/+2 |
| | |||||
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 19 | -74/+71 |
| | |||||
* | forgot about avn add... :( | Denis Vlasenko | 2006-11-17 | 3 | -0/+1279 |
| | |||||
* | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko | 2006-11-17 | 6 | -17/+64 |
| | | | | It even seems to work. +11K. :( | ||||
* | httpd: make Bernhard happier | Denis Vlasenko | 2006-11-17 | 1 | -2/+4 |
| | |||||
* | - Set INSTALL_OPTS according to the config. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -0/+6 |
| | |||||
* | - fix generation of the busybox.links install script inputfile | Bernhard Reutner-Fischer | 2006-11-17 | 2 | -2/+2 |
| | |||||
* | - typo fix | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+2 |
| | |||||
* | - end may be used uninitialized. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | | | | - TODO: should eventually use skip_whitespace there | ||||
* | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | 2006-11-16 | 2 | -87/+77 |
| | |||||
* | httpd: | Denis Vlasenko | 2006-11-16 | 1 | -22/+17 |
| | | | | | | | | fix union aliasing bug symptom: wget of non-existent file gets redirected to /text/html/something on second and subsequend wget attempts fix double-free bug symptom: glibc caught double-free (we didn't NULL config->xxx ptrs after free) | ||||
* | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | 2006-11-16 | 3 | -90/+56 |
| | | | | | -i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | ||||
* | httpd: stop being silly with setenv | Denis Vlasenko | 2006-11-16 | 1 | -61/+28 |
| | |||||
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | 2006-11-16 | 11 | -18/+2342 |
| | |||||
* | remove duplicate flag decls | Mike Frysinger | 2006-11-15 | 1 | -3/+3 |
| | |||||
* | umount: umount -a shouldn't stop on first failure | Denis Vlasenko | 2006-11-12 | 1 | -5/+6 |
| | |||||
* | httpd: cosmetic fixes (the bug which was being hunted down | Denis Vlasenko | 2006-11-10 | 1 | -51/+45 |
| | | | | turned out to be nonexistent :) | ||||
* | wget: fix error message. | Denis Vlasenko | 2006-11-10 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :) | ||||
* | add && !defined(__UCLIBC__) to static link warning check | Denis Vlasenko | 2006-11-09 | 1 | -1/+2 |
| | |||||
* | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | 2006-11-07 | 3 | -4/+6 |
| | |||||
* | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko | 2006-11-07 | 1 | -101/+65 |
| | |||||
* | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | 2006-11-05 | 1 | -28/+20 |
| | | | | server socket and accepted socket | ||||
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 10 | -44/+50 |
| | | | | | introduce index_in_substr_array and use it in iproute2 | ||||
* | ps: add documentation on POSIX ps | Denis Vlasenko | 2006-11-05 | 2 | -1/+176 |
| | |||||
* | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | 2006-11-05 | 1 | -34/+13 |
| | |||||
* | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | 2006-11-05 | 2 | -0/+290 |
| | | | | (activated by CONFIG_DESKTOP) | ||||
* | smart_ulltoa5: make available in libbb | Denis Vlasenko | 2006-11-05 | 3 | -41/+56 |
| | |||||
* | replace /proc scanning code by more versatile one. | Denis Vlasenko | 2006-11-05 | 6 | -168/+325 |
| | | | | | | | Use it where appropriate. Stop scanning /etc/passwd *for every process*!!! (uid->username) top: reduce memory usage - we won't save unneeded fields from /proc info anymore. Downside: ~+250 bytes of code | ||||
* | top: improve CPU% calculation | Denis Vlasenko | 2006-11-05 | 5 | -59/+56 |
| | | | | style fixes | ||||
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | 2006-11-02 | 3 | -15/+14 |
| | |||||
* | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | 2006-11-01 | 5 | -14/+14 |
| | |||||
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 12 | -161/+156 |
| |