summaryrefslogtreecommitdiff
path: root/fbset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Remove all the kernel headers so it will compile under libc5Eric Andersen2000-09-211-12/+49
| | | | -Erik
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-1/+1
|
* Patch from Jon McClintock <jonm@bluemug.com>Eric Andersen2000-07-121-1/+67
| | | | | | | | | | | >The attached patch adds the ability to parse the actual mode specifier in >fbset. So now > > fbset -n 640x480-72 > >Will actually work. I don't know if I've reinvented the wheel though... -Erik
* Turned some stuff into features that really are features, not apps.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* Added (fixed) the '-n' option to fbset. Renumbered the command parameters toEric Andersen2000-07-061-20/+25
| | | | | | put a gap between the normal commands and the fancy commands. This makes it cleaner to add normal commands. Patch from Jon McClintock <jonm@bluemug.com>. -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+10
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-5/+4
| | | | | while trying to write docs . :-) -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-3/+4
| | | | -Erik
* My latest ramblings.Erik Andersen2000-03-231-8/+8
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-165/+195
| | | | -Erik
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-1/+11
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-161-0/+289
-Erik