remove echo_main -> bb_echo indirection
[oweals/busybox.git] / console-tools /
2007-10-29 Denis Vlasenkominor fix in comment, no code changes
2007-10-20 Denis Vlasenkokbd_mode: new applet by Loïc Grenié <loic.grenie@gmail...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-12 Denis Vlasenkoresize: make it usable in in backticks; have a timeout...
2007-03-10 Denis Vlasenkomore: do not mess with "/dev/console" (!);
2007-02-17 Denis Vlasenkoinit: code readability enhancements; very small code...
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-11-16 Denis Vlasenkosvlogd: new applet. +9k. Still too big, but it was...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-25 Bernhard Reutner... - revert r16191; re-add resize() applet.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-19 Eric Andersenconsole-tools/resize.c is apparently leftover from...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Rob Landley"I'll think about it" != "apply it now". It means...
2006-09-22 Bernhard Reutner... - add new applet resize.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-09 Denis Vlasenkosetkeycodes: something horrible happened here
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-04-16 Mike Frysingerkill pointless memory.h includes
2006-03-27 Rob Landleysetlogcons, from Jan Kaszka.
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyCleanup patches from tito.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-10-12 "Vladimir N. Oleynik"trivial generate exit code
2005-10-12 "Vladimir N. Oleynik"correct strange *3 isatty(0) code
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-08 Rob LandleyTito sent more size tweaks.
2005-08-01 Paul Foxapplying patch for bug 72:
2005-07-31 Mike Frysingeruse defines instead of const integers
2005-07-31 Mike Frysingershrink the flag setting by reversing the operation
2005-07-31 Mike Frysingerreplace for loops with one function call
2005-07-30 Mike Frysingercleanup the error message so we dont use glibcism of...
2005-07-30 Mike Frysingercleanup syntax
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2004-10-08 Eric Andersenegor duda writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-15 Glenn L McGrathPatch by Tito, reduce size of deallocvt, also make...
2004-01-14 Glenn L McGrathPatch by Tito, use bb_xgetlarg, reduce size
2004-01-13 Glenn L McGrathPatch by Tito, remove some unneeded variables to save...
2003-12-20 Eric AndersenKill off the loadacm applet. It is unused, unmaintained
2003-12-20 Glenn L McGrathUse bb_xopen
2003-11-21 Glenn L McGrathMake use of libbb functions bb_xopen, bb_full_read...
2003-10-22 Eric AndersenPatch from Arthur Othieno for style-guide.txt conformance
2003-10-22 Eric AndersenPatch from Arthur Othieno for docs/style-guide.txt...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-03 Eric AndersenPatch from Kent Robotti adding a bunch of menuconfig...
2003-05-13 Glenn L McGrathRe-use existing variables, patch from Tito
2003-04-27 Eric AndersenA couple of patches from Tito <farmatito@tiscali.it>
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-08 Glenn L McGrathFix compile warning
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-09-17 Eric AndersenClear screen too.
2002-09-17 Eric Andersenre-enable the cursor, in case it got disabled
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-09-16 Glenn L McGrathPut in GPL v2 or later copyright notice
2002-09-16 Glenn L McGrathopenvt applet by Quy Tonthat
next