aboutsummaryrefslogtreecommitdiff
path: root/console-tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* delete tons of extra #includesvda2007-05-313-8/+1
* usage.c: remove reference to busybox.hvda2007-05-2612-12/+12
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda2007-04-102-1/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-2/+2
* Attempt to get more applets compile for NOMMU.vda2007-03-261-19/+10
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-1/+2
* resize: make it usable in in backticks; have a timeout (if displayvda2007-03-121-8/+37
* more: do not mess with "/dev/console" (!);vda2007-03-101-3/+5
* init: code readability enhancements; very small code changesvda2007-02-171-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* udhcp: use improved gethostbyname replacement from IPv6 codevda2007-02-041-1/+2
* suppress warnings about easch <applet>_main() havingvda2007-02-0311-8/+15
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-9/+6
* remove casts from xmalloc()vda2006-12-191-1/+1
* u_short, ulong exterminatedvda2006-12-192-4/+4
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-161-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-9/+9
* - revert r16191; re-add resize() applet.aldot2006-10-253-0/+56
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* console-tools/resize.c is apparently leftover from a reverted patch.andersen2006-10-191-0/+0
* attempt to regularize atoi mess.vda2006-10-085-40/+13
* build system overhaulvda2006-10-054-74/+31
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-223-56/+0
* - add new applet resize.aldot2006-09-223-0/+56
* whitespace cleanupvda2006-09-171-1/+1
* setkeycodes: something horrible happened herevda2006-09-091-24/+23
* xfunc: fix: && -> &. Also nuked two double semicolons...vda2006-09-051-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-036-42/+7
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-8/+6
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-126-80/+6
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* More removal of "#if 0" content.rpjday2006-07-011-5/+0
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:aldot2006-05-271-1/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-262-0/+11
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-193-66/+3
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* kill pointless memory.h includesvapier2006-04-161-1/+0
* setlogcons, from Jan Kaszka.landley2006-03-273-0/+41
* - revert back to r14406aldot2006-03-131-14/+19
* Cleanup patches from tito.landley2006-03-103-23/+14
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-104-11/+17
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-063-3/+3
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-18/+9
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-2/+2