| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - check if the compiler supports -fwhole-program -- 4.0 does not | aldot | 2007-02-12 | 1 | -2/+2 |
* | httpd: fix for POSTDATA handling bugs: | vda | 2007-02-11 | 1 | -24/+24 |
* | diff: fix access past end of array | vda | 2007-02-11 | 1 | -36/+13 |
* | syslogd: fix "readpath bug" by using readlink instead | vda | 2007-02-11 | 15 | -38/+46 |
* | Add CGI docs | vda | 2007-02-11 | 6 | -0/+3057 |
* | remove unused #include,, improve code readability | vda | 2007-02-09 | 2 | -3/+4 |
* | ping: reuse another bit of common code. -60 bytes | vda | 2007-02-09 | 1 | -28/+16 |
* | ping: support -I addr in family neutral manner; reuse a bit of common code | vda | 2007-02-09 | 4 | -52/+43 |
* | msh: fix my buglet | vda | 2007-02-09 | 1 | -5/+8 |
* | tftp: fix my bug | vda | 2007-02-08 | 1 | -1/+1 |
* | make sure ps/top output what they claim: vsz, not rss ... down the line we sh... | vapier | 2007-02-08 | 5 | -43/+41 |
* | update ignores | vapier | 2007-02-08 | 0 | -0/+0 |
* | /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul... | vapier | 2007-02-08 | 1 | -4/+8 |
* | touchup style; no functional changes | vapier | 2007-02-08 | 1 | -23/+12 |
* | tftp: fix IPv6 fallout | vda | 2007-02-07 | 3 | -22/+25 |
* | selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp> | vda | 2007-02-07 | 5 | -9/+11 |
* | fix #ifdef ENABLE_xxx -> #if | vda | 2007-02-07 | 2 | -2/+2 |
* | fix warning coming from printing size_t with %u | vda | 2007-02-06 | 1 | -1/+1 |
* | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | vda | 2007-02-06 | 14 | -10/+361 |
* | find: fix -not support | vda | 2007-02-06 | 1 | -3/+3 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 22 | -28/+39 |
* | minix utils: de-inline bit ops (saves ~130 bytes) | vda | 2007-02-06 | 2 | -18/+40 |
* | minix utils: make a message easier to understand; small tweaks | vda | 2007-02-06 | 2 | -20/+25 |
* | correct "pivot_root: pivot_root: <msg>" | vda | 2007-02-06 | 1 | -2/+4 |
* | fix tar t segfault (closes 1183) | vda | 2007-02-04 | 1 | -18/+25 |
* | - indent | aldot | 2007-02-04 | 1 | -9/+20 |
* | - improve wording | aldot | 2007-02-04 | 1 | -2/+2 |
* | - remove duplicate menu entry | aldot | 2007-02-04 | 1 | -9/+0 |
* | find: support for ! | vda | 2007-02-04 | 3 | -9/+56 |
* | - strip 12 bytes off by using a smaller type for need_print. | aldot | 2007-02-04 | 1 | -8/+9 |
* | - fix buglet introduced in r17351 in find_param(). Closes #1193 | aldot | 2007-02-04 | 1 | -4/+5 |
* | udhcp: use improved gethostbyname replacement from IPv6 code | vda | 2007-02-04 | 4 | -12/+21 |
* | ifconfig: use IPv6 infrastructure | vda | 2007-02-04 | 3 | -29/+28 |
* | mount: (try to) support cifs with IPv6 | vda | 2007-02-04 | 3 | -15/+33 |
* | add x to IPv6 functions which can die | vda | 2007-02-04 | 10 | -36/+37 |
* | mkconfigs: remove echo "`...`" contortion | vda | 2007-02-04 | 1 | -11/+10 |
* | BB_EXECLP should call execlp, not execvp | vda | 2007-02-04 | 1 | -1/+1 |
* | s/PREFIX/CONFIG_PREFIX/ | vda | 2007-02-03 | 7 | -15/+15 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 245 | -25/+268 |
* | do not put all <applet>_main() declarations | vda | 2007-02-03 | 3 | -14/+9 |
* | - include busybox.h before looking at an eventual #if ENABLE_DESKTOP | aldot | 2007-02-03 | 1 | -2/+2 |
* | add TODO | vda | 2007-02-03 | 1 | -1/+3 |
* | usage_compressed: be more permissive in which od flavors we support | vda | 2007-02-03 | 1 | -1/+1 |
* | assorted fixes for bugs found with randomconfig | vda | 2007-02-03 | 5 | -8/+12 |
* | lineedit: add missing #if/#endif | vda | 2007-02-03 | 2 | -5/+6 |
* | Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS | vda | 2007-02-03 | 3 | -19/+14 |
* | sigset_t blocked_sigset is too big for static (128 bytes) | vda | 2007-02-03 | 1 | -9/+11 |
* | svlogd: fix performance problems: excessive write, | vda | 2007-02-03 | 1 | -26/+46 |
* | svlogd: do not set O_NONBLOCK on stdin permanently - that can | vda | 2007-02-03 | 1 | -28/+44 |
* | - minor tweak | aldot | 2007-02-02 | 1 | -2/+3 |