summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
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
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn2-5/+5
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski2-6/+4
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko11-58/+22
2013-07-08tail: code shrinkDenys Vlasenko1-16/+15
2013-07-02tail: track file size only in -f modeDenys Vlasenko1-11/+15
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko1-1/+1
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko5-27/+40
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-11-06busybox v1.19.3 updateTanguy Pruvot22-709/+755
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-09-16tail: fix -c +N. Closes 4111Denys Vlasenko2-3/+11
2011-07-04reduce diff with official busybox, do not use %s on defined stringsTanguy Pruvot10-10/+10
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-19tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.Denys Vlasenko1-15/+21
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-20tail: free tailbuf upon cleaning upAlexander Shishkin1-0/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-02*: better string sharingDenys Vlasenko10-26/+22
2010-03-12tailk: fix error detected by testsuiteDenys Vlasenko1-1/+2
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-08-10tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko1-16/+33
2009-08-09tail: fix "tail +N file_shorter_than_N"Denys Vlasenko2-6/+27
2009-07-21tail: implement -FEric Lammerts2-21/+66
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-27tail: fix tail +N syntax not working. Closes bug 221.Denis Vlasenko1-1/+1
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-03-23tail: fix fallout from tail -c optimizationDenis Vlasenko3-21/+17
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-02-19tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2-38/+43
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-05tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko1-2/+2
2007-10-02tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko1-7/+14
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-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-08tail: fix SEGV on "tail -N"Denis Vlasenko3-17/+37
2007-04-16style fixes, no code changesDenis Vlasenko13-17/+34
2007-04-04- minor shrinkageBernhard Reutner-Fischer1-26/+21
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
[next]