summaryrefslogtreecommitdiff
path: root/console-tools
Commit message (Expand)AuthorAgeFilesLines
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko2007-04-102-1/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-19/+10
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-1/+2
* resize: make it usable in in backticks; have a timeout (if displayDenis Vlasenko2007-03-121-8/+37
* more: do not mess with "/dev/console" (!);Denis Vlasenko2007-03-101-3/+5
* init: code readability enhancements; very small code changesDenis Vlasenko2007-02-171-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko2007-02-041-1/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-0311-8/+15
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-9/+6
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
* u_short, ulong exterminatedDenis Vlasenko2006-12-192-4/+4
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-161-1/+1
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-9/+9
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-253-0/+56
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* console-tools/resize.c is apparently leftover from a reverted patch.Eric Andersen2006-10-191-0/+0
* attempt to regularize atoi mess.Denis Vlasenko2006-10-085-40/+13
* build system overhaulDenis Vlasenko2006-10-054-74/+31
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-223-56/+0
* - add new applet resize.Bernhard Reutner-Fischer2006-09-223-0/+56
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* setkeycodes: something horrible happened hereDenis Vlasenko2006-09-091-24/+23
* xfunc: fix: && -> &. Also nuked two double semicolons...Denis Vlasenko2006-09-051-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-036-42/+7
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-8/+6
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-126-80/+6
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-5/+0
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer2006-05-271-1/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-262-0/+11
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-193-66/+3
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* kill pointless memory.h includesMike Frysinger2006-04-161-1/+0
* setlogcons, from Jan Kaszka.Rob Landley2006-03-273-0/+41
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-14/+19
* Cleanup patches from tito.Rob Landley2006-03-103-23/+14
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-104-11/+17
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-063-3/+3
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-18/+9
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-252-3/+3
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-13/+17
* trivial generate exit code"Vladimir N. Oleynik"2005-10-121-2/+1