Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | |
- include the correct headers: applets need busybox.h while lib* need libbb.h | |||
2006-04-02 | New version from Tito. | Rob Landley | |
2006-03-29 | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | |
http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox | |||
2006-03-29 | More extern removal from Robert P. Day. | Rob Landley | |
2006-03-29 | find ./ -name .cvsignore | xargs svn rm | Bernhard Reutner-Fischer | |
2006-03-28 | just whitespace fixes | Mike Frysinger | |
2006-03-26 | More dead code removal. | Rob Landley | |
2006-03-23 | Bug spotted by Stephane Billiart: losetup depends on loop.c. | Rob Landley | |
2006-03-23 | Very nice patch from Rich Felker to portably set the stream error indicator and | Rob Landley | |
thus remove a lot of nasty old code that didn't. | |||
2006-03-21 | Patch from Shaun Jackman to make loop.c build only when needed. | Rob Landley | |
2006-03-18 | - fix order of includes. | Bernhard Reutner-Fischer | |
2006-03-18 | Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so | Rob Landley | |
EPERM doesn't register as a successful read-only mount. | |||
2006-03-16 | Random in-passing tweak. | Rob Landley | |
2006-03-14 | More "extern" removals from Robert P. Day | Rob Landley | |
2006-03-14 | Attempt to make a warning go away without increasing size. | Rob Landley | |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer | |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2006-03-09 | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | Rob Landley | |
follow up in platform.h to set the #ifdef, but the workaround works for everybody, so... | |||
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | |
version of make (3.71.1). | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-02 | - remove unused lists *-m | Bernhard Reutner-Fischer | |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | |
Fixes make trying to include the very same file in an endless loop. | |||
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | |
- use less resources for the buildsystem itself | |||
2006-02-24 | A few changes falling out from the effort to make sed handle embedded NUL bytes. | Rob Landley | |
Checking in to reduce the diff between my tree and svn... | |||
2006-02-22 | document leading + option | Mike Frysinger | |
2006-02-21 | Forgot to check this in last night, part of the hash_fd breakup. | Rob Landley | |
2006-02-21 | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | |
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) | |||
2006-02-21 | a few more comment touchups | Mike Frysinger | |
2006-02-21 | translate Russian-English to just plain English | Mike Frysinger | |
2006-02-20 | sync with mainstream, but check more | "Vladimir N. Oleynik" | |
2006-02-20 | getdomainname() isn't guaranteed to null terminate the string if it was | Rob Landley | |
truncated for length. SVN 14135 made sure that the truncated version would always be null terminated. SVN 14144 broke this for no readily apparent reason, and I have no idea what it was even trying to accomplish. Reverted. | |||
2006-02-20 | remove #undef strlen, use #define strlen always but without ↵ | "Vladimir N. Oleynik" | |
xfunc/BB_STRLEN_IMPLEMENTATION | |||
2006-02-20 | correction get(host/domain)name usage, revert 742 bug | "Vladimir N. Oleynik" | |
2006-02-20 | svn 14077 was completely broken and apparently never tested. | Rob Landley | |
2006-02-19 | rfelker writes in Bug 742: make sure string is null terminated after calling ↵ | Mike Frysinger | |
gethostname | |||
2006-02-19 | rfelker writes in Bug 740: s/u_char/unsigned char/ | Mike Frysinger | |
2006-02-17 | type typo. Thanks, Devin Bayer | "Vladimir N. Oleynik" | |
2006-02-16 | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | |
removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h | |||
2006-02-16 | removed #undef strlen, use builtins and prototuped strlen from xfunc file ↵ | "Vladimir N. Oleynik" | |
(only\!) | |||
2006-02-14 | cleanups after changes by Denis Vlasenko. Size optimization | "Vladimir N. Oleynik" | |
2006-02-13 | Cleanups from Denis Vlasenko. | Rob Landley | |
2006-02-13 | Bug fix from Kim B. Heino, manifested via: | Rob Landley | |
echo > foo && zip foo.zip foo && ./busybox unzip foo.zip | |||
2006-02-05 | Save a few bytes in error message. | Rob Landley | |
2006-02-02 | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed ↵ | "Vladimir N. Oleynik" | |
two strdup | |||
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-31 | - bzero -> memset | Bernhard Reutner-Fischer | |
text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD | |||
2006-01-31 | more obscure | "Vladimir N. Oleynik" | |
2006-01-31 | avoid signed<->unsigned warning | "Vladimir N. Oleynik" | |
2006-01-31 | - fix typo i introduced yesterday. | Bernhard Reutner-Fischer | |