Age | Commit message (Expand) | Author |
2011-06-06 | fbset: apply modelines. Closes 3823 | Denys Vlasenko |
2011-05-09 | fbset: abort on unknown options. closes 3121 | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-01-24 | randomconfig fixes | Denys Vlasenko |
2010-01-23 | fbset: add possibility to set timing and sync polarity | Michael Grzeschik |
2009-10-08 | *: three more NOINLINEs | Denys Vlasenko |
2009-09-06 | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-04-01 | more of pointless whitespace fixes | Denis Vlasenko |
2009-02-18 | - bail out if screen resolution does not match PPM dimensions. | Bernhard Reutner-Fischer |
2008-08-24 | fbset: fix mode matching code: original code may trigger false positive. | Denis Vlasenko |
2008-07-29 | randomconfig fixes | Denis Vlasenko |
2008-07-27 | fbset: shrink code a bit more | Denis Vlasenko |
2008-07-27 | fbset: code shrink | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2007-11-06 | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2007-01-03 | fbset: move variable from data to bss | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-30 | fbset: store short string in the structure itself instead of the pointer | Denis Vlasenko |
2006-09-30 | fbset: add support for -a (bug 1017) | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-02-01 | remode warning: const static mix | "Vladimir N. Oleynik" |
2006-01-25 | just whitespace | Tim Riker |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-11-14 | Oskar Liljeblad writes: | Eric Andersen |
2003-07-14 | Use standard types | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-09-17 | Support setting depth | Eric Andersen |
2002-08-13 | minor fixes for fbset bloat | Aaron Lehmann |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-29 | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen |
2001-03-15 | Update the documentation so examples are autoincluded in the output text. | Eric Andersen |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-16 | Do usage messages the same way all other apps fo them. | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |