summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko1-20/+31
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2-2/+7
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko1-11/+14
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko9-27/+11
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-06hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko1-2/+2
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
2009-10-08*: code shrink via NOINLINEDenys Vlasenko10-10/+41
2008-11-16libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko1-6/+6
2008-08-23hexdump: fix SEGV in hexdump -e ""Denis Vlasenko1-2/+3
2008-07-29libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko1-4/+3
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko4-200/+222
2008-07-16od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko2-69/+75
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko7-23/+8
2008-02-11- spelling fixesBernhard Reutner-Fischer10-17/+17
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko14-57/+94
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko6-18/+24
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-12-26leftover of e2fsck surgeryDenis Vlasenko7-101/+61
2006-12-19remove casts from xmalloc()Denis Vlasenko15-27/+25
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko12-88/+88
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko39-366/+296
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"14-252/+247
2006-06-28Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itsRob Landley1-2/+3
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley12-192/+64
2006-05-31- convert xcalloc(1,x) to xzallocBernhard Reutner-Fischer1-3/+3
2006-04-16use memmove() instead of bcopy()Mike Frysinger2-12/+12
2006-04-16use memcmp() not bcmp()Mike Frysinger1-2/+2
2006-02-19rfelker writes in Bug 740: s/u_char/unsigned char/Mike Frysinger2-29/+29
2006-01-31- bzero -> memsetBernhard Reutner-Fischer4-41/+29
2006-01-25just whitespaceTim Riker254-2027/+2027
2004-07-23Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'Glenn L McGrath1-1/+1
2004-05-02Add part of a patch from Vernon Sauder that i missed a while backGlenn L McGrath1-1/+1
2004-03-27Add missing include filesEric Andersen3-0/+3
[next]