aboutsummaryrefslogtreecommitdiff
path: root/console-tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-193-66/+3
| | | | - use shorter boilerplate while at it
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵Mike Frysinger2006-05-131-1/+1
| | | | mailing list
* 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
| | | | the busybox binary) into enums (which don't).
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
| | | | version of make (3.71.1).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-063-3/+3
| | | | definitions. (That should only be on prototypes.)
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
| | | | Fixes make trying to include the very same file in an endless loop.
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-18/+9
| | | | - use less resources for the buildsystem itself
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
| | | | Cherry-picked from Devin Bayer's big MacOS X patch.
* 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
| | | | yet more incorrect types
* just whitespaceTim Riker2006-01-252-3/+3
|
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-13/+17
| | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
* trivial generate exit code"Vladimir N. Oleynik"2005-10-121-2/+1
|
* correct strange *3 isatty(0) code"Vladimir N. Oleynik"2005-10-121-2/+2
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-7/+7
|
* use the shorter license headerMike Frysinger2005-09-241-15/+2
|
* use brief license lineMike Frysinger2005-09-241-15/+2
|
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
| | | | getopt.h, whitespace changes, typos, etc.
* Tito sent more size tweaks.Rob Landley2005-09-084-19/+11
|
* applying patch for bug 72:Paul Fox2005-08-013-0/+82
| | | | | | 0000072: Add applet to redirect console output via ioctl(..., TIOCCONS) applet name changed to setconsole, since suse has a very similar utility. better to treat differences as bugs than invent a new command.
* use defines instead of const integersMike Frysinger2005-07-311-3/+3
|
* shrink the flag setting by reversing the operationMike Frysinger2005-07-311-10/+4
|
* replace for loops with one function callMike Frysinger2005-07-311-4/+2
|
* cleanup the error message so we dont use glibcism of %m and cast a pointer ↵Mike Frysinger2005-07-301-2/+2
| | | | to an int (bad on 64bit arches)
* cleanup syntaxMike Frysinger2005-07-301-22/+23
|
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
|
* egor duda writes:Eric Andersen2004-10-082-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1510-18/+18
|
* Patch by Tito, reduce size of deallocvt, also make the usage messageGlenn L McGrath2004-01-151-24/+14
| | | | | clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-)
* Patch by Tito, use bb_xgetlarg, reduce sizeGlenn L McGrath2004-01-141-2/+2
|
* Patch by Tito, remove some unneeded variables to save some space.Glenn L McGrath2004-01-131-13/+4
|
* Kill off the loadacm applet. It is unused, unmaintainedEric Andersen2003-12-204-362/+11
| | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
* Use bb_xopenGlenn L McGrath2003-12-204-19/+6
|
* Make use of libbb functions bb_xopen, bb_full_read, used #define'sGlenn L McGrath2003-11-211-20/+13
| | | | instead of static consts, avoid xmalloc.
* Patch from Arthur Othieno for style-guide.txt conformanceEric Andersen2003-10-223-12/+36
|
* Patch from Arthur Othieno for docs/style-guide.txt conformance.Eric Andersen2003-10-221-6/+24
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-145-7/+5
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-16/+16
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-10/+16
|
* Re-use existing variables, patch from TitoGlenn L McGrath2003-05-131-7/+5
|
* A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2003-04-271-17/+20
|
* Major coreutils update.Manuel Novoa III2003-03-198-58/+58
|
* Fix compile warningGlenn L McGrath2002-12-081-0/+2
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-052-19/+68
| | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik
* last_patch61 from vodz:Eric Andersen2002-10-101-1/+1
| | | | | | | | | New complex patch for decrease size devel version. Requires previous patch. Also removed small problems from dutmp and tar applets. Also includes vodz' last_patch61_2: Last patch correcting comment for #endif and more integrated with libbb (very reduce size if used "cat" applet also). Requires last_patch61 for modutils/config.in.
* Clear screen too.Eric Andersen2002-09-171-1/+1
|