aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.c
AgeCommit message (Expand)Author
2010-01-24randomconfig fixesDenys Vlasenko
2010-01-23fbset: add possibility to set timing and sync polarityMichael Grzeschik
2009-10-08*: three more NOINLINEsDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2009-02-18- bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer
2008-08-24fbset: fix mode matching code: original code may trigger false positive.Denis Vlasenko
2008-07-29randomconfig fixesDenis Vlasenko
2008-07-27fbset: shrink code a bit moreDenis Vlasenko
2008-07-27fbset: code shrinkDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-03fbset: move variable from data to bssDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-09-30fbset: store short string in the structure itself instead of the pointerDenis Vlasenko
2006-09-30fbset: add support for -a (bug 1017)Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-02-01remode warning: const static mix"Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-14Oskar Liljeblad writes:Eric Andersen
2003-07-14Use standard typesEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-09-17Support setting depthEric Andersen
2002-08-13minor fixes for fbset bloatAaron Lehmann
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-29Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-16Do usage messages the same way all other apps fo them.Eric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-10-28Make fbset compile with the readmode feature by pulling defs from fb.h.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen