aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few changes falling out from the effort to make sed handle embedded NUL bytes.landley2006-02-241-46/+20
* document leading + optionvapier2006-02-221-0/+7
* Forgot to check this in last night, part of the hash_fd breakup.landley2006-02-211-3/+3
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-213-383/+264
* a few more comment touchupsvapier2006-02-211-4/+6
* translate Russian-English to just plain Englishvapier2006-02-211-4/+8
* sync with mainstream, but check morevodz2006-02-201-5/+5
* getdomainname() isn't guaranteed to null terminate the string if it waslandley2006-02-201-6/+6
* remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I...vodz2006-02-201-3/+7
* correction get(host/domain)name usage, revert 742 bugvodz2006-02-201-6/+6
* svn 14077 was completely broken and apparently never tested.landley2006-02-201-14/+4
* rfelker writes in Bug 742: make sure string is null terminated after calling ...vapier2006-02-191-1/+2
* rfelker writes in Bug 740: s/u_char/unsigned char/vapier2006-02-191-12/+12
* type typo. Thanks, Devin Bayervodz2006-02-171-1/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-161-1/+6
* removed #undef strlen, use builtins and prototuped strlen from xfunc file (on...vodz2006-02-161-1/+0
* cleanups after changes by Denis Vlasenko. Size optimizationvodz2006-02-141-6/+9
* Cleanups from Denis Vlasenko.landley2006-02-131-14/+23
* Bug fix from Kim B. Heino, manifested via:landley2006-02-131-0/+1
* Save a few bytes in error message.landley2006-02-051-1/+1
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t...vodz2006-02-021-0/+10
* make the build system puuuuuuuuuuurtyvapier2006-02-021-11/+9
* - bzero -> memsetaldot2006-01-311-14/+2
* more obscurevodz2006-01-311-1/+4
* avoid signed<->unsigned warningvodz2006-01-311-1/+1
* - fix typo i introduced yesterday.aldot2006-01-311-1/+1
* with 2.4 kernel headers, lo_file_name is char, but with 2.6andersen2006-01-301-3/+3
* - add some ATTRIBUTE_UNUSED.aldot2006-01-302-28/+6
* - make linking against libcrypt optional by looking if pw_encrypt() oraldot2006-01-301-2/+8
* just whitespacetimr2006-01-2515-24/+24
* Close bug 644: loop incrementing twice, skipping ever other device.landley2006-01-221-1/+1
* - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.aldot2006-01-171-13/+5
* - shared libbusybox.aldot2006-01-152-35/+65
* - correct definitions.aldot2006-01-131-2/+2
* - shrink simple obscure stuff a tiny bit:aldot2006-01-121-17/+22
* removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Titovodz2006-01-091-0/+2
* Minor cosmetic fix from Tito.landley2006-01-091-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()landley2006-01-062-1/+32
* Trying to losetup a device as a regular user shouldn't result in an endlesslandley2005-12-211-2/+3
* Flush input when prompting for a password (bug 373).landley2005-12-121-0/+1
* reduce signedness warningvodz2005-12-021-2/+2
* Fix losetup so that it A) actually works again, B) has much better errorlandley2005-11-291-14/+30
* change the interface of libbb/compare_string_array (unsigned short to int), u...vodz2005-11-261-4/+4
* more use const for interface of libbb/compare_string_array, example usage for...vodz2005-11-261-1/+2
* more use libbb/bb_msg_read_errorvodz2005-11-251-1/+1
* Move interface.c to networking directory since it's only used by ifconfig.landley2005-11-222-2094/+0
* My last change to this file broke tar x. Sigh. (Trying to make sure we worklandley2005-11-121-4/+5
* Fix bug 424: doing full_read breaks things like cat which should return alandley2005-11-041-1/+1
* When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.landley2005-11-041-57/+27
* Fix cp /dev/null filename, and a few in-passing cleanups.landley2005-11-011-59/+44