| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: shrink sump.c | Denys Vlasenko | 2017-01-25 | 1 | -79/+80 |
* | xxd: new applet | Denys Vlasenko | 2017-01-25 | 1 | -7/+5 |
* | hexdump: fix numerous bugs in handling of backslashes | Denys Vlasenko | 2016-08-26 | 1 | -20/+31 |
* | hexdump: don't unconditionally limit the usable address range | Denys Vlasenko | 2013-03-27 | 1 | -1/+1 |
* | hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 | Denys Vlasenko | 2011-11-18 | 1 | -11/+14 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -5/+2 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -3/+3 |
* | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 | 1 | -3/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | hexdump: fix "hexdump nonexistent_file" handling | Denys Vlasenko | 2010-02-06 | 1 | -2/+2 |
* | libbb: robustify isXXXX(). +39 bytes | Denys Vlasenko | 2009-11-18 | 1 | -4/+4 |
* | *: code shrink via NOINLINE | Denys Vlasenko | 2009-10-08 | 1 | -1/+1 |
* | libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org)) | Denis Vlasenko | 2008-11-16 | 1 | -6/+6 |
* | hexdump: fix SEGV in hexdump -e "" | Denis Vlasenko | 2008-08-23 | 1 | -2/+3 |
* | libbb: dump: do not use uninitialized memory. close bug 4364. | Denis Vlasenko | 2008-07-29 | 1 | -4/+3 |
* | libbb: get rid of statics in dump.c; code shrinks a lot too | Denis Vlasenko | 2008-07-16 | 1 | -138/+160 |
* | od,hexdump: fix bug where xrealloc may move pointer, | Denis Vlasenko | 2008-07-16 | 1 | -62/+68 |
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -3/+3 |
* | clean up TODO file. No real code changes. | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | - spelling fixes | Bernhard Reutner-Fischer | 2008-02-11 | 1 | -1/+1 |
* | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko | 2007-11-06 | 1 | -2/+4 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -4/+4 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -5/+5 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -1/+1 |
* | random shrinkage of statics, -60 bytes saved | Denis Vlasenko | 2007-06-21 | 1 | -6/+10 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
* | leftover of e2fsck surgery | Denis Vlasenko | 2006-12-26 | 1 | -1/+3 |
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -2/+2 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -8/+8 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 1 | -4/+4 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -4/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -10/+10 |
* | Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its | Rob Landley | 2006-06-28 | 1 | -2/+3 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | 2006-06-18 | 1 | -18/+15 |
* | - convert xcalloc(1,x) to xzalloc | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -3/+3 |
* | 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 |
* | rfelker writes in Bug 740: s/u_char/unsigned char/ | Mike Frysinger | 2006-02-19 | 1 | -12/+12 |
* | - bzero -> memset | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -14/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' | Glenn L McGrath | 2004-07-23 | 1 | -1/+1 |
* | Add part of a patch from Vernon Sauder that i missed a while back | Glenn L McGrath | 2004-05-02 | 1 | -1/+1 |
* | Add missing include files | Eric Andersen | 2004-03-27 | 1 | -0/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |