Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | |
2006-11-21 | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko | |
2006-11-21 | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko | |
bring code under 80 columns) | |||
2006-11-21 | httpd: More robust Content-length: parsing, | Denis Vlasenko | |
code reorganization (less indented) | |||
2006-11-20 | dhcprelay: new applet | Denis Vlasenko | |
2006-11-20 | add compile-time check for correct DHCP packet size | Denis Vlasenko | |
2006-11-20 | login: use %s - we know that string is not too long there | Denis Vlasenko | |
ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | |||
2006-11-19 | mount: if FILE* is NULL, it's not wise to use it. | Denis Vlasenko | |
2006-11-19 | svlogd: log full lines to stderr too, and also stop using stdio for that | Denis Vlasenko | |
2006-11-19 | mkdir: style fix | Denis Vlasenko | |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-18 | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko | |
missed O_TRUNC, etc | |||
2006-11-18 | udhcp: fix indentation and style. | Denis Vlasenko | |
Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes | |||
2006-11-18 | Add names of people historically linked to bbox project | Denis Vlasenko | |
2006-11-18 | nc: fix --help text | Denis Vlasenko | |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko | |
2006-11-17 | forgot about avn add... :( | Denis Vlasenko | |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko | |
It even seems to work. +11K. :( | |||
2006-11-17 | httpd: make Bernhard happier | Denis Vlasenko | |
2006-11-17 | - Set INSTALL_OPTS according to the config. | Bernhard Reutner-Fischer | |
2006-11-17 | - fix generation of the busybox.links install script inputfile | Bernhard Reutner-Fischer | |
2006-11-17 | - typo fix | Bernhard Reutner-Fischer | |
2006-11-17 | - end may be used uninitialized. | Bernhard Reutner-Fischer | |
- TODO: should eventually use skip_whitespace there | |||
2006-11-16 | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | |
2006-11-16 | httpd: | Denis Vlasenko | |
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) | |||
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | |
-i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||
2006-11-16 | httpd: stop being silly with setenv | Denis Vlasenko | |
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | |
2006-11-15 | remove duplicate flag decls | Mike Frysinger | |
2006-11-12 | umount: umount -a shouldn't stop on first failure | Denis Vlasenko | |
2006-11-10 | httpd: cosmetic fixes (the bug which was being hunted down | Denis Vlasenko | |
turned out to be nonexistent :) | |||
2006-11-10 | wget: fix error message. | Denis Vlasenko | |
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 :) | |||
2006-11-09 | add && !defined(__UCLIBC__) to static link warning check | Denis Vlasenko | |
2006-11-07 | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | |
2006-11-07 | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko | |
2006-11-05 | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | |
server socket and accepted socket | |||
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-11-05 | ps: add documentation on POSIX ps | Denis Vlasenko | |
2006-11-05 | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | |
2006-11-05 | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | |
(activated by CONFIG_DESKTOP) | |||
2006-11-05 | smart_ulltoa5: make available in libbb | Denis Vlasenko | |
2006-11-05 | replace /proc scanning code by more versatile one. | Denis Vlasenko | |
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 | |||
2006-11-05 | top: improve CPU% calculation | Denis Vlasenko | |
style fixes | |||
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | |
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-11-01 | pidof: reduce #ifdef forest | Denis Vlasenko | |
2006-11-01 | PID should be stored in pid_t, not int or long. | Denis Vlasenko | |
find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead. | |||
2006-11-01 | ps: reduce #ifdef forest | Denis Vlasenko | |
2006-11-01 | #if CONFIG_xxx -> #if ENABLE_xxx | Denis Vlasenko | |