aboutsummaryrefslogtreecommitdiff
path: root/console-tools/reset.c
AgeCommit message (Expand)Author
2018-12-28config: update size informationDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-17reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga
2011-02-10reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-26reset: call "stty sane". Closes bug 1414.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-10-12correct strange *3 isatty(0) code"Vladimir N. Oleynik"
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-20Kill off the loadacm applet. It is unused, unmaintainedEric Andersen
2003-10-22Patch from Arthur Othieno for style-guide.txt conformanceEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2002-09-17Clear screen too.Eric Andersen
2002-09-17re-enable the cursor, in case it got disabledEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-08-21Oops. Forgot to add in reset.c. Doh!Eric Andersen