summaryrefslogtreecommitdiff
path: root/fbset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-6/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
* Make fbset compile with the readmode feature by pulling defs from fb.h.Matt Kraai2000-10-281-0/+9
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Remove all the kernel headers so it will compile under libc5Eric Andersen2000-09-211-12/+49
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-1/+1
* Patch from Jon McClintock <jonm@bluemug.com>Eric Andersen2000-07-121-1/+67
* Turned some stuff into features that really are features, not apps.Eric Andersen2000-07-061-1/+1
* Added (fixed) the '-n' option to fbset. Renumbered the command parameters toEric Andersen2000-07-061-20/+25
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+10
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-5/+4
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-3/+4
* My latest ramblings.Erik Andersen2000-03-231-8/+8
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-165/+195
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-1/+11
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-161-0/+289