summaryrefslogtreecommitdiff
path: root/console-tools/chvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-6/+1
|
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-24/+1
| | | | - use shorter boilerplate while at it
* Cleanup patches from tito.Rob Landley2006-03-101-2/+2
|
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-2/+4
| | | | the busybox binary) into enums (which don't).
* Tito sent more size tweaks.Rob Landley2005-09-081-5/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Patch by Tito, use bb_xgetlarg, reduce sizeGlenn L McGrath2004-01-141-2/+2
|
* Patch from Arthur Othieno for docs/style-guide.txt conformance.Eric Andersen2003-10-221-6/+24
|
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
|
* Apply vodz' last_patch52Eric Andersen2002-09-161-1/+1
|
* Added some more '/* getopt not needed */' lines.Mark Whitley2001-03-091-0/+3
|
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-2/+2
|
* Simplify error handling.Matt Kraai2000-12-141-8/+4
|
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-3/+3
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
|
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-7/+8
| | | | for their extraction to a separate file.
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-3/+7
| | | | -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
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-2/+0
| | | | | compatability. -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-2/+5
|
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+9
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-18/+18
| | | | -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
| | | | -Erik
* StufEric Andersen1999-10-251-0/+36