aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-24A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley
2006-02-22document leading + optionMike Frysinger
2006-02-21Forgot to check this in last night, part of the hash_fd breakup.Rob Landley
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley
2006-02-21a few more comment touchupsMike Frysinger
2006-02-21translate Russian-English to just plain EnglishMike Frysinger
2006-02-20sync with mainstream, but check more"Vladimir N. Oleynik"
2006-02-20getdomainname() isn't guaranteed to null terminate the string if it wasRob Landley
2006-02-20remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I..."Vladimir N. Oleynik"
2006-02-20correction get(host/domain)name usage, revert 742 bug"Vladimir N. Oleynik"
2006-02-20svn 14077 was completely broken and apparently never tested.Rob Landley
2006-02-19rfelker writes in Bug 742: make sure string is null terminated after calling ...Mike Frysinger
2006-02-19rfelker writes in Bug 740: s/u_char/unsigned char/Mike Frysinger
2006-02-17type typo. Thanks, Devin Bayer"Vladimir N. Oleynik"
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"
2006-02-16removed #undef strlen, use builtins and prototuped strlen from xfunc file (on..."Vladimir N. Oleynik"
2006-02-14cleanups after changes by Denis Vlasenko. Size optimization"Vladimir N. Oleynik"
2006-02-13Cleanups from Denis Vlasenko.Rob Landley
2006-02-13Bug fix from Kim B. Heino, manifested via:Rob Landley
2006-02-05Save a few bytes in error message.Rob Landley
2006-02-02destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t..."Vladimir N. Oleynik"
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-31- bzero -> memsetBernhard Reutner-Fischer
2006-01-31more obscure"Vladimir N. Oleynik"
2006-01-31avoid signed<->unsigned warning"Vladimir N. Oleynik"
2006-01-31- fix typo i introduced yesterday.Bernhard Reutner-Fischer
2006-01-30with 2.4 kernel headers, lo_file_name is char, but with 2.6Eric Andersen
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer
2006-01-30- make linking against libcrypt optional by looking if pw_encrypt() orBernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2006-01-22Close 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
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2006-01-13- correct definitions.Bernhard Reutner-Fischer
2006-01-12- shrink simple obscure stuff a tiny bit:Bernhard Reutner-Fischer
2006-01-09removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito"Vladimir N. Oleynik"
2006-01-09Minor cosmetic fix from Tito.Rob Landley
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley
2005-12-21Trying to losetup a device as a regular user shouldn't result in an endlessRob Landley
2005-12-12Flush input when prompting for a password (bug 373).Rob Landley
2005-12-02reduce signedness warning"Vladimir N. Oleynik"
2005-11-29Fix losetup so that it A) actually works again, B) has much better errorRob Landley
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"
2005-11-25more use libbb/bb_msg_read_error"Vladimir N. Oleynik"
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we workRob Landley
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return aRob Landley
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.Rob Landley