summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs1-1/+1
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-04-06zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2014-02-02zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-10-17fbsplash: fix regression from e4fa7b7Timo Teräs1-3/+2
2012-09-06fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij1-5/+22
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
2012-02-29fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai1-8/+8
2011-10-17fbsplash: support 8bit modePeter Korsgaard1-5/+64
2011-10-17fbsplash: limit progress bar flickerPeter Korsgaard1-11/+19
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-28fbsplash: Add support for 24 and 32 bit color depthNuno Lucas1-44/+73
2011-02-05Let fbsplash display images even when a second buffer is activeDan Fandrich1-1/+4
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-05-16consolidate ESC sequencesDenys Vlasenko8-27/+29
2010-03-14fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko1-37/+35
2010-02-08compat and warning fixesDenys Vlasenko2-1/+4
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-11-07fbsplash: allow compressed image filesVladimir Dronnikov1-1/+8
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko5-14/+6
2009-02-18- bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2-14/+28
2009-02-18- document ppm header and skip whitespaceBernhard Reutner-Fischer1-2/+14
2009-02-16- PPMs can have comments in the header.Bernhard Reutner-Fischer1-24/+21
2009-02-14- misc untested shrinkage:Bernhard Reutner-Fischer1-11/+15
2009-01-27- update Michele addressBernhard Reutner-Fischer1-2/+1
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-24*: conversion to config parserDenis Vlasenko5-106/+57
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-04-22whitespace fixes. no code changesDenis Vlasenko9-30/+30
2008-04-04fbsplash: more compact support for named pipes + EOF scenarioDenis Vlasenko1-47/+34
2008-03-28fbsplash: move to /sbin; small shrinkDenis Vlasenko2-28/+27
2008-03-27fbsplash: support this usage:Denis Vlasenko3-13/+32
2008-03-26fbsplash: fix broken handling of buffered case:Denis Vlasenko1-37/+24
2008-03-26fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfgDenis Vlasenko3-26/+15
2008-03-26fbsplash: shrink, better help text; inifile cannot specify image now;Denis Vlasenko3-4/+470