summaryrefslogtreecommitdiff
path: root/chvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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