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
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