| Commit message (Expand) | Author | Age | Files | Lines |
* | - backout using features which are not available with the previous stable | aldot | 2006-03-09 | 1 | -2/+7 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 37 | -54/+54 |
* | - remove unused lists *-m | aldot | 2006-03-02 | 1 | -1/+1 |
* | - use absolute path for top_builddir and top_srcdir. | aldot | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | aldot | 2006-03-01 | 1 | -50/+52 |
* | A few changes falling out from the effort to make sed handle embedded NUL bytes. | landley | 2006-02-24 | 1 | -46/+20 |
* | document leading + option | vapier | 2006-02-22 | 1 | -0/+7 |
* | Forgot to check this in last night, part of the hash_fd breakup. | landley | 2006-02-21 | 1 | -3/+3 |
* | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | landley | 2006-02-21 | 3 | -383/+264 |
* | a few more comment touchups | vapier | 2006-02-21 | 1 | -4/+6 |
* | translate Russian-English to just plain English | vapier | 2006-02-21 | 1 | -4/+8 |
* | sync with mainstream, but check more | vodz | 2006-02-20 | 1 | -5/+5 |
* | getdomainname() isn't guaranteed to null terminate the string if it was | landley | 2006-02-20 | 1 | -6/+6 |
* | remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I... | vodz | 2006-02-20 | 1 | -3/+7 |
* | correction get(host/domain)name usage, revert 742 bug | vodz | 2006-02-20 | 1 | -6/+6 |
* | svn 14077 was completely broken and apparently never tested. | landley | 2006-02-20 | 1 | -14/+4 |
* | rfelker writes in Bug 742: make sure string is null terminated after calling ... | vapier | 2006-02-19 | 1 | -1/+2 |
* | rfelker writes in Bug 740: s/u_char/unsigned char/ | vapier | 2006-02-19 | 1 | -12/+12 |
* | type typo. Thanks, Devin Bayer | vodz | 2006-02-17 | 1 | -1/+1 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | vodz | 2006-02-16 | 1 | -1/+6 |
* | removed #undef strlen, use builtins and prototuped strlen from xfunc file (on... | vodz | 2006-02-16 | 1 | -1/+0 |
* | cleanups after changes by Denis Vlasenko. Size optimization | vodz | 2006-02-14 | 1 | -6/+9 |
* | Cleanups from Denis Vlasenko. | landley | 2006-02-13 | 1 | -14/+23 |
* | Bug fix from Kim B. Heino, manifested via: | landley | 2006-02-13 | 1 | -0/+1 |
* | Save a few bytes in error message. | landley | 2006-02-05 | 1 | -1/+1 |
* | destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t... | vodz | 2006-02-02 | 1 | -0/+10 |
* | make the build system puuuuuuuuuuurty | vapier | 2006-02-02 | 1 | -11/+9 |
* | - bzero -> memset | aldot | 2006-01-31 | 1 | -14/+2 |
* | more obscure | vodz | 2006-01-31 | 1 | -1/+4 |
* | avoid signed<->unsigned warning | vodz | 2006-01-31 | 1 | -1/+1 |
* | - fix typo i introduced yesterday. | aldot | 2006-01-31 | 1 | -1/+1 |
* | with 2.4 kernel headers, lo_file_name is char, but with 2.6 | andersen | 2006-01-30 | 1 | -3/+3 |
* | - add some ATTRIBUTE_UNUSED. | aldot | 2006-01-30 | 2 | -28/+6 |
* | - make linking against libcrypt optional by looking if pw_encrypt() or | aldot | 2006-01-30 | 1 | -2/+8 |
* | just whitespace | timr | 2006-01-25 | 15 | -24/+24 |
* | Close bug 644: loop incrementing twice, skipping ever other device. | landley | 2006-01-22 | 1 | -1/+1 |
* | - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. | aldot | 2006-01-17 | 1 | -13/+5 |
* | - shared libbusybox. | aldot | 2006-01-15 | 2 | -35/+65 |
* | - correct definitions. | aldot | 2006-01-13 | 1 | -2/+2 |
* | - shrink simple obscure stuff a tiny bit: | aldot | 2006-01-12 | 1 | -17/+22 |
* | removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito | vodz | 2006-01-09 | 1 | -0/+2 |
* | Minor cosmetic fix from Tito. | landley | 2006-01-09 | 1 | -1/+1 |
* | patch from tito: consolidate delay functions as bb_do_delay() | landley | 2006-01-06 | 2 | -1/+32 |
* | Trying to losetup a device as a regular user shouldn't result in an endless | landley | 2005-12-21 | 1 | -2/+3 |
* | Flush input when prompting for a password (bug 373). | landley | 2005-12-12 | 1 | -0/+1 |
* | reduce signedness warning | vodz | 2005-12-02 | 1 | -2/+2 |
* | Fix losetup so that it A) actually works again, B) has much better error | landley | 2005-11-29 | 1 | -14/+30 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | vodz | 2005-11-26 | 1 | -4/+4 |
* | more use const for interface of libbb/compare_string_array, example usage for... | vodz | 2005-11-26 | 1 | -1/+2 |
* | more use libbb/bb_msg_read_error | vodz | 2005-11-25 | 1 | -1/+1 |