aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fbset: apply modelines. Closes 3823Denys Vlasenko2011-06-061-1/+2
* fbset: abort on unknown options. closes 3121Denys Vlasenko2011-05-091-5/+9
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+15
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* randomconfig fixesDenys Vlasenko2010-01-241-4/+4
* fbset: add possibility to set timing and sync polarityMichael Grzeschik2010-01-231-97/+172
* *: three more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+2
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-1/+1
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-181-13/+25
* fbset: fix mode matching code: original code may trigger false positive.Denis Vlasenko2008-08-241-117/+132
* randomconfig fixesDenis Vlasenko2008-07-291-1/+1
* fbset: shrink code a bit moreDenis Vlasenko2008-07-271-20/+15
* fbset: code shrinkDenis Vlasenko2008-07-271-30/+14
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-4/+6
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-4/+6
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-7/+7
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-4/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-2/+2
* fbset: move variable from data to bssDenis Vlasenko2007-01-031-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-15/+15
* fbset: store short string in the structure itself instead of the pointerDenis Vlasenko2006-09-301-213/+203
* fbset: add support for -a (bug 1017)Denis Vlasenko2006-09-301-6/+14
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-15/+2
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-12/+16
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* remode warning: const static mix"Vladimir N. Oleynik"2006-02-011-1/+1
* just whitespaceTim Riker2006-01-251-68/+68
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-9/+9
* Oskar Liljeblad writes:Eric Andersen2003-11-141-1/+1
* Use standard typesEric Andersen2003-07-141-27/+27
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* Support setting depthEric Andersen2002-09-171-0/+3
* minor fixes for fbset bloatAaron Lehmann2002-08-131-16/+16
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-6/+6
* Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen2001-08-291-1/+1
* Update the documentation so examples are autoincluded in the output text.Eric Andersen2001-03-151-6/+0
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-2/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Do usage messages the same way all other apps fo them.Eric Andersen2001-02-161-23/+3
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-2/+2
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-46/+48