summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-19od: get rid of (almost all) staticsDenys Vlasenko1-108/+122
2015-03-12od: fix printing of high-bit charsRon Yorston1-8/+6
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko11-58/+22
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-06-19tweak help textDenys Vlasenko2-7/+7
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-05-21od: code shrinkDenys Vlasenko1-14/+10
2011-05-21od: another fix for --stringsDenys Vlasenko1-1/+4
2011-05-21od: fix -S NUM to not print chars >0x80Denys Vlasenko1-38/+19
2011-05-21od: code shrinkDenys Vlasenko1-82/+78
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko3-121/+121
2010-06-02*: better string sharingDenys Vlasenko10-26/+22
2010-06-01deinline two big functionsDenys Vlasenko2-2/+2
2009-11-22od: fix -tx without length specDenys Vlasenko1-1/+2
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-04-14od: fix "od -b"Denis Vlasenko2-12/+27
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17brctl: eliminate stray data objectDenis Vlasenko6-58/+85
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-02actually add bb_qsort.cDenis Vlasenko21-20/+40
2008-02-11- spelling fixesBernhard Reutner-Fischer10-17/+17
2008-02-08README: doccument the need of CONFIG_DESKTOPDenis Vlasenko4-16/+15
2007-12-24od: reduce data/bss usage (code size went down too)Denis Vlasenko1-41/+30
2007-11-16- use standard-imposed constants some moreBernhard Reutner-Fischer4-5/+5
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-20runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko7-509/+392
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko11-25/+25
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-24od: shrink a bitDenis Vlasenko1-30/+21
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko10-55/+53
2007-03-07clean up accumulated whitespace damageDenis Vlasenko19-30/+31
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko8-10/+26
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
[next]