aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fbset.c
AgeCommit message (Expand)Author
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
2000-09-21Remove all the kernel headers so it will compile under libc5Eric Andersen
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-12Patch from Jon McClintock <jonm@bluemug.com>Eric Andersen
2000-07-06Turned some stuff into features that really are features, not apps.Eric Andersen
2000-07-06Added (fixed) the '-n' option to fbset. Renumbered the command parameters toEric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen