index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
console-tools
/
setconsole.c
Age
Commit message (
Expand
)
Author
2018-12-28
config: update size information
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-07
setconsole: much better help text
Denys Vlasenko
2017-08-06
setconsole: make it NOEXEC
Denys Vlasenko
2017-08-06
setconsole: since SUSE version has no -r, nuke our --reset longopt
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-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Convert all console-tools/* applets to "new style" applet definitions
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-29
setconsole: open console for writing rather than reading
Peter Korsgaard
2011-03-28
move help text from include/usage.src.h to console-tools/*.c
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
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-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
Denis Vlasenko
2007-02-17
init: code readability enhancements; very small code changes
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-05-26
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2005-09-11
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2005-09-08
Tito sent more size tweaks.
Rob Landley
2005-08-01
applying patch for bug 72:
Paul Fox