summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2015-07-30fbset: fix rgba parsingLinus Walleij1-4/+4
2012-07-07fbset: respect rgba configuration lines in fb.modesLinus Walleij1-1/+25
2011-06-06fbset: apply modelines. Closes 3823Denys Vlasenko1-1/+2
2011-05-09fbset: abort on unknown options. closes 3121Denys Vlasenko1-5/+9
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-24randomconfig fixesDenys Vlasenko5-17/+13
2010-01-23fbset: add possibility to set timing and sync polarityMichael Grzeschik1-97/+172
2009-10-08*: three more NOINLINEsDenys Vlasenko2-3/+3
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko15-17/+22
2009-04-01more of pointless whitespace fixesDenis Vlasenko8-32/+31
2009-02-18- bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2-14/+28
2008-08-24fbset: fix mode matching code: original code may trigger false positive.Denis Vlasenko1-117/+132
2008-07-29randomconfig fixesDenis Vlasenko2-3/+7
2008-07-27fbset: shrink code a bit moreDenis Vlasenko1-20/+15
2008-07-27fbset: code shrinkDenis Vlasenko1-30/+14
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko14-57/+94
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2007-01-03fbset: move variable from data to bssDenis Vlasenko2-25/+25
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-09-30fbset: store short string in the structure itself instead of the pointerDenis Vlasenko1-213/+203
2006-09-30fbset: add support for -a (bug 1017)Denis Vlasenko1-6/+14
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer22-218/+99
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-01remode warning: const static mix"Vladimir N. Oleynik"1-1/+1
2006-01-25just whitespaceTim Riker254-2027/+2027
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-11-14Oskar Liljeblad writes:Eric Andersen2-1/+3
2003-07-14Use standard typesEric Andersen1-27/+27
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-09-17Support setting depthEric Andersen1-0/+3
2002-08-13minor fixes for fbset bloatAaron Lehmann1-16/+16
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-08-29Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen8-160/+128
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen9-982/+2708
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
[next]