| Commit message (Expand) | Author | Age | Files | Lines |
* | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley | 2006-05-16 | 1 | -87/+42 |
* | - patch from Robert P. J. Day to use filter instead of findstring. | Bernhard Reutner-Fischer | 2006-05-15 | 1 | -2/+2 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger | 2006-05-13 | 1 | -1/+1 |
* | Autodetect parts of a multipart file, from Robert P. Day's suggestion. | Rob Landley | 2006-05-12 | 1 | -19/+10 |
* | Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice | Rob Landley | 2006-05-11 | 1 | -2/+3 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 2 | -11/+22 |
* | Remove a link that leaked in from the pending llist_t changes. | Rob Landley | 2006-05-08 | 1 | -1/+1 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 3 | -12/+3 |
* | Migrate endianness macros. | Rob Landley | 2006-05-05 | 1 | -1/+1 |
* | Not quite compiler independent, but we've never tried to be gcc independent | Rob Landley | 2006-05-04 | 1 | -10/+4 |
* | Whitespace and documentation cleanup from Dennis Vlasenko. | Rob Landley | 2006-05-03 | 1 | -53/+60 |
* | Portability tweak from Shaun Jackman, don't include asm/page.h directly. | Rob Landley | 2006-04-25 | 1 | -1/+1 |
* | Remove some #if 0 code. | Rob Landley | 2006-04-18 | 1 | -9/+0 |
* | - BusyBox is under GPL. | Bernhard Reutner-Fischer | 2006-04-18 | 5 | -5/+5 |
* | use memmove() instead of bcopy() | Mike Frysinger | 2006-04-16 | 1 | -6/+6 |
* | use memcmp() not bcmp() | Mike Frysinger | 2006-04-16 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 2 | -4/+11 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 2 | -1/+18 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 3 | -1/+36 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 2 | -1/+18 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 3 | -1/+20 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 7 | -44/+53 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | 2006-04-10 | 2 | -1/+41 |
* | - include proper headers. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -1/+0 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 13 | -76/+25 |
* | New version from Tito. | Rob Landley | 2006-04-02 | 1 | -224/+144 |
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -3/+3 |
* | More extern removal from Robert P. Day. | Rob Landley | 2006-03-29 | 6 | -16/+4 |
* | find ./ -name .cvsignore | xargs svn rm | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -1/+0 |
* | just whitespace fixes | Mike Frysinger | 2006-03-28 | 1 | -7/+7 |
* | More dead code removal. | Rob Landley | 2006-03-26 | 1 | -27/+1 |
* | Bug spotted by Stephane Billiart: losetup depends on loop.c. | Rob Landley | 2006-03-23 | 1 | -0/+1 |
* | Very nice patch from Rich Felker to portably set the stream error indicator and | Rob Landley | 2006-03-23 | 1 | -104/+27 |
* | Patch from Shaun Jackman to make loop.c build only when needed. | Rob Landley | 2006-03-21 | 1 | -1/+2 |
* | - fix order of includes. | Bernhard Reutner-Fischer | 2006-03-18 | 1 | -1/+6 |
* | Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so | Rob Landley | 2006-03-18 | 1 | -13/+6 |
* | Random in-passing tweak. | Rob Landley | 2006-03-16 | 1 | -6/+2 |
* | More "extern" removals from Robert P. Day | Rob Landley | 2006-03-14 | 1 | -2/+4 |
* | Attempt to make a warning go away without increasing size. | Rob Landley | 2006-03-14 | 1 | -4/+3 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -56/+49 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 3 | -4/+13 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 3 | -3/+3 |
* | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | Rob Landley | 2006-03-09 | 1 | -0/+10 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+7 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 37 | -54/+54 |
* | - remove unused lists *-m | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -1/+1 |
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -50/+52 |
* | A few changes falling out from the effort to make sed handle embedded NUL bytes. | Rob Landley | 2006-02-24 | 1 | -46/+20 |
* | document leading + option | Mike Frysinger | 2006-02-22 | 1 | -0/+7 |