index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
console-tools
/
reset.c
Age
Commit message (
Expand
)
Author
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-13
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-08-04
make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-02-17
reset: before calling execvp(), reset needs to flush stdout
Glenn Matthews
2016-11-23
Convert all console-tools/* applets to "new style" applet definitions
Denys Vlasenko
2011-03-28
move help text from include/usage.src.h to console-tools/*.c
Pere Orga
2011-02-10
reset: "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-sighandler
Marek Polacek
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-05-16
consolidate ESC sequences
Denys 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-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-26
reset: call "stty sane". Closes bug 1414.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-10-12
correct strange *3 isatty(0) code
"Vladimir N. Oleynik"
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-20
Kill off the loadacm applet. It is unused, unmaintained
Eric Andersen
2003-10-22
Patch from Arthur Othieno for style-guide.txt conformance
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2002-09-17
Clear screen too.
Eric Andersen
2002-09-17
re-enable the cursor, in case it got disabled
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
0_49
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-08-21
Oops. Forgot to add in reset.c. Doh!
Eric Andersen