Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-01-30 | with 2.4 kernel headers, lo_file_name is char, but with 2.6 | Eric Andersen | |
headers we get a u8 for lo_file_name, so always cast to (char *) when treating it as such. | |||
2006-01-30 | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-30 | - make linking against libcrypt optional by looking if pw_encrypt() or | Bernhard Reutner-Fischer | |
correct_password() is configured. Fixes allnoconfig pulling in -lcrypt. | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-22 | Close bug 644: loop incrementing twice, skipping ever other device. | Rob Landley | |
2006-01-17 | - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. | Bernhard Reutner-Fischer | |
- use shorter boilerplate. | |||
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2006-01-13 | - correct definitions. | Bernhard Reutner-Fischer | |
2006-01-12 | - shrink simple obscure stuff a tiny bit: | Bernhard Reutner-Fischer | |
text data bss dec hex filename 789 0 0 789 315 obscure.o.oorig 771 0 0 771 303 obscure.o - replace bzero by memset while at it. | |||
2006-01-09 | removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito | "Vladimir N. Oleynik" | |
2006-01-09 | Minor cosmetic fix from Tito. | Rob Landley | |
2006-01-06 | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | |
2005-12-21 | Trying to losetup a device as a regular user shouldn't result in an endless | Rob Landley | |
loop, and the error messages should display correctly now. | |||
2005-12-12 | Flush input when prompting for a password (bug 373). | Rob Landley | |
2005-12-02 | reduce signedness warning | "Vladimir N. Oleynik" | |
2005-11-29 | Fix losetup so that it A) actually works again, B) has much better error | Rob Landley | |
messages, C) can show the current association (if any) when called with only one argument. Update the documentation a lot too. Remind me to add a test suite for this thing. I think I've figured out how to handle root-only testsuites... | |||
2005-11-26 | change the interface of libbb/compare_string_array (unsigned short to int), ↵ | "Vladimir N. Oleynik" | |
usaging for e2fsprogs/fsck | |||
2005-11-26 | more use const for interface of libbb/compare_string_array, example usage ↵ | "Vladimir N. Oleynik" | |
for e2fsprogs/fsck | |||
2005-11-25 | more use libbb/bb_msg_read_error | "Vladimir N. Oleynik" | |
2005-11-22 | Move interface.c to networking directory since it's only used by ifconfig. | Rob Landley | |
2005-11-12 | My last change to this file broke tar x. Sigh. (Trying to make sure we work | Rob Landley | |
on file sizes between 2 and 4 gigs on 32 bit machines. For supporting >4 gigs, just use a 64 bit machine already...) |