- rerun gcse pass after reload, enable whole-program iff we are not building
[oweals/busybox.git] / libbb /
2006-04-25 Rob LandleyPortability tweak from Shaun Jackman, don't include...
2006-04-18 Rob LandleyRemove some #if 0 code.
2006-04-18 Bernhard Reutner... - BusyBox is under GPL.
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-04-16 Mike Frysingeruse memcmp() not bcmp()
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-04-02 Rob LandleyNew version from Tito.
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-03-29 Rob LandleyMore extern removal from Robert P. Day.
2006-03-29 Bernhard Reutner... find ./ -name .cvsignore | xargs svn rm
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-26 Rob LandleyMore dead code removal.
2006-03-23 Rob LandleyBug spotted by Stephane Billiart: losetup depends on...
2006-03-23 Rob LandleyVery nice patch from Rich Felker to portably set the...
2006-03-21 Rob LandleyPatch from Shaun Jackman to make loop.c build only...
2006-03-18 Bernhard Reutner... - fix order of includes.
2006-03-18 Rob LandleyWhitespace cleanup and minor tweak (return -ERRNO inste...
2006-03-16 Rob LandleyRandom in-passing tweak.
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-14 Rob LandleyAttempt to make a warning go away without increasing...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2006-02-22 Mike Frysingerdocument leading + option
2006-02-21 Rob LandleyForgot to check this in last night, part of the hash_fd...
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-21 Mike Frysingera few more comment touchups
2006-02-21 Mike Frysingertranslate Russian-English to just plain English
2006-02-20 "Vladimir N. Oleynik"sync with mainstream, but check more
2006-02-20 Rob Landleygetdomainname() isn't guaranteed to null terminate...
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-02-20 "Vladimir N. Oleynik"correction get(host/domain)name usage, revert 742 bug
2006-02-20 Rob Landleysvn 14077 was completely broken and apparently never...
2006-02-19 Mike Frysingerrfelker writes in Bug 742: make sure string is null...
2006-02-19 Mike Frysingerrfelker writes in Bug 740: s/u_char/unsigned char/
2006-02-17 "Vladimir N. Oleynik"type typo. Thanks, Devin Bayer
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-16 "Vladimir N. Oleynik"removed #undef strlen, use builtins and prototuped...
2006-02-14 "Vladimir N. Oleynik"cleanups after changes by Denis Vlasenko. Size optimization
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2006-02-13 Rob LandleyBug fix from Kim B. Heino, manifested via:
2006-02-05 Rob LandleySave a few bytes in error message.
2006-02-02 "Vladimir N. Oleynik"destroy bug 679, use getopt_ulflags with new feature...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-31 "Vladimir N. Oleynik"more obscure
2006-01-31 "Vladimir N. Oleynik"avoid signed<->unsigned warning
2006-01-31 Bernhard Reutner... - fix typo i introduced yesterday.
2006-01-30 Eric Andersenwith 2.4 kernel headers, lo_file_name is char, but...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-30 Bernhard Reutner... - make linking against libcrypt optional by looking...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Rob LandleyClose bug 644: loop incrementing twice, skipping ever...
2006-01-17 Bernhard Reutner... - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-13 Bernhard Reutner... - correct definitions.
2006-01-12 Bernhard Reutner... - shrink simple obscure stuff a tiny bit:
2006-01-09 "Vladimir N. Oleynik"removed a warning about an unused pargv in bb_getopt_ul...
2006-01-09 Rob LandleyMinor cosmetic fix from Tito.
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2005-12-21 Rob LandleyTrying to losetup a device as a regular user shouldn...
2005-12-12 Rob LandleyFlush input when prompting for a password (bug 373).
2005-12-02 "Vladimir N. Oleynik"reduce signedness warning
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2005-11-25 "Vladimir N. Oleynik"more use libbb/bb_msg_read_error
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...
2005-11-12 Rob LandleyMy last change to this file broke tar x. Sigh. (Tryin...
2005-11-04 Rob LandleyFix bug 424: doing full_read breaks things like cat...
2005-11-04 Rob LandleyWhen cp ran out of space it didn't return a nonzero...
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-10-27 Rob LandleySomebody suggested this, but I've forgotten who.
2005-10-25 Rob LandleyShaun Jackman noted that limits.h defines path_max...
2005-10-20 "Vladimir N. Oleynik"more const
2005-10-15 Bernhard Reutner... - don't update copyright years. He might release it...
2005-10-15 Bernhard Reutner... - an empty middle term in ?: violates ISO C
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"bb_dev_null
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-11 Rob LandleyThe check for EROFS was wrong. For example, if you...
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-07 Bernhard Reutner... - size reduction of pidof
next