summaryrefslogtreecommitdiff
path: root/console-tools/reset.c
Commit message (Expand)AuthorAgeFilesLines
* move help text from include/usage.src.h to console-tools/*.cPere Orga2011-03-281-0/+5
* reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko2011-02-101-2/+2
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-5/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* consolidate ESC sequencesDenys Vlasenko2010-05-161-5/+5
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* reset: call "stty sane". Closes bug 1414.Denis Vlasenko2008-02-261-4/+21
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* correct strange *3 isatty(0) code"Vladimir N. Oleynik"2005-10-121-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Kill off the loadacm applet. It is unused, unmaintainedEric Andersen2003-12-201-1/+11
* Patch from Arthur Othieno for style-guide.txt conformanceEric Andersen2003-10-221-2/+4
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Clear screen too.Eric Andersen2002-09-171-1/+1
* re-enable the cursor, in case it got disabledEric Andersen2002-09-171-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-4/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Oops. Forgot to add in reset.c. Doh!Eric Andersen2000-08-211-0/+34