aboutsummaryrefslogtreecommitdiff
path: root/applets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
| | | | Erik or I are primary copyright holders on.
* The Software Freedom Law Center wants us to add a copyright notice to theRob Landley2006-09-201-12/+4
| | | | | | | | | | | | | | | generated binaries, to make copyright enforcement easier. Our liason with them (Bradley Kuhn) suggested the following text: > Copyright (C) YEAR-2006  Erik Andersen, Rob Landley, and others. > Licensed under GPLv2.  See source distribution for full notice. And the busybox help message seems the least offensive place to put it. (At some point in the future, I need to strip 128 bytes from the binary to feel good about this, though. :) Minor header file cleanup while I was there, since libbb.h already #includes most of that stuff...
* whitespace cleanupDenis Vlasenko2006-09-172-2/+2
|
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-092-18/+1
|
* scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley2006-08-051-0/+1
|
* Digging up my old "make standalone" stuff from a year ago:Rob Landley2006-08-041-0/+26
| | | | | | | | | | | | | | http://busybox.net/lists/busybox/2005-September/015766.html I renamed it "individual" to not confuse it with the standalone shell. (Which it isn't compatible with for obvious reasons.) Configure busybox (I did make defconfig), then run scripts/individual and it'll build an individual version of each applet in the "build" subdirectory. Currently it builds 146 and fails to build 104 applets out of "make defconfig". I haven't taught it about multi-file applets yet (like tar), or the ones where two applets get built from the same source (for example, zcat is a trivial variant of gunzip so there is no zcat.c). But here's a start.
* Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, IRob Landley2006-07-261-1/+1
| | | | already have that one, but it moves up the list...)
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-33/+24
| | | | xlseek and fdlength() for the new mkswap.
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-6/+3
| | | | that and callers wind up typecasting it back.
* add a --noclobber flagMike Frysinger2006-06-071-2/+8
|
* add support for cleaning out previous busybox installMike Frysinger2006-06-071-0/+18
|
* dont install emtpy libdirsMike Frysinger2006-06-071-1/+1
|
* dont mix tabs and spaces, kthxMike Frysinger2006-06-071-13/+13
|
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-023-2/+11
| | | | and eventual platform specific includes in early.
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+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
* Dennis Vlasenko pointed out that run_applet_by_name sets bb_applet_name already.Rob Landley2006-05-071-1/+1
|
* Rich Felker writes:Rob Landley2006-05-031-1/+1
| | | | mistake in a macro caused statement before declaration.
* Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from theRob Landley2006-05-011-24/+3
| | | | compressed usage messages patch).
* Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley2006-04-271-23/+61
|
* - add option to suppress the terse usage messages. Saves 6.8k for defconfig:Bernhard Reutner-Fischer2006-03-311-0/+4
| | | | | | | text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse
* When cross-compiling, the install directory for shared libraries has to comeRob Landley2006-03-241-5/+6
| | | | from gcc (target machine), not uname (host machine).
* - correct typoBernhard Reutner-Fischer2006-03-231-3/+3
|
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-9/+15
|
* - 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-061-1/+1
| | | | 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-012-16/+7
| | | | - use less resources for the buildsystem itself
* add s390x to the listMike Frysinger2006-02-201-1/+1
|
* forgoten new file for 14080 revison"Vladimir N. Oleynik"2006-02-161-0/+10
|
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-1/+1
| | | | removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
| | | | - use shorter boilerplate while at it.
* Update readme and install.sh usage message.Rob Landley2006-01-191-1/+1
|
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-154-6/+24
| | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
* - use HOSTCC instead of a hardcoded ccBernhard Reutner-Fischer2005-12-291-1/+1
|
* Stephane Billiart said:Rob Landley2005-12-161-1/+1
| | | | | | | the attached patch makes applet list in busybox.links correctly include tr and watchdog. Currently, they don't appear because they are prefixed with ENABLE_ in include/applets.h
* The rest of Yann E. Morin's install revamp.Rob Landley2005-12-151-5/+6
|
* Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares aboutRob Landley2005-12-071-1/+1
| | | | matching up macro arguments even when the macro substitutes to nothing...
* - remove warning about "'static' is not at beginning of declaration".Bernhard Reutner-Fischer2005-10-281-2/+2
|
* show_usage should use bb_default_error_retval.Rob Landley2005-10-121-1/+1
|
* - remove explicit dependency of busybox.o and applets.o and usage.h from theBernhard Reutner-Fischer2005-10-051-1/+1
| | | | Makefile. Instead fix the invocation of bb_mkdep.
* - busybox.o and applets.o depend on usage.hBernhard Reutner-Fischer2005-10-051-1/+1
|
* busybox.c: ENABLE_LOCALE logic correct."Vladimir N. Oleynik"2005-09-291-1/+1
|
* use the shorter license headerMike Frysinger2005-09-241-15/+2
|
* use brief license lineMike Frysinger2005-09-241-15/+2
|
* remove infinity loop ./busybox --help busybox"Vladimir N. Oleynik"2005-09-051-2/+3
|
* Fixes so "make allnoconfig" works again.Rob Landley2005-09-052-145/+133
| | | | | | | | | | | | | | | | | | | | | | The configure system's save function edited out sub-menus that wouldn't be displayed in the current configuration, meaning config.h wouldn't have #udef entries for those symbols, meaning bb_config.h would have the relevant ENABLE_ missing instead of defined to 0. This broke the build. So I fixed it, and then reorganized the applets.c and busybox.c to take away the warnings this revealed (code that would be optimized out was making calls to functions that hadn't been prototyped. So I added an #else case to those #ifdefs to #define the relevant functions to empty macros to placate the warnings. I also reorganized the applets.c code to make adding such an #else case less of a pain (and make the need for prototyping go away by moving the functions up before they were used, and generally wind up with fewer #ifdefs in the code by putting all the logic in one place). This resulted in a huge seeming patch, when most if it just moves code from one place to another without touching it... Upside: make allyesconfig and make allnoconfig should both work now.
* General cleanup of command line parsing to allow "busybox" to work as a prefix.Rob Landley2005-09-042-123/+58
| | | | | | | | | | | | | | | | | | | | | | | | | (I.E. any argv[0] that starts with "busybox" winds up in busybox_main().) Added testing/busybox.tests which tests the following permutations: ./busybox ./busybox-suffix ./busybox cat ./busybox-suffix cat ./busybox --help ./busybox-suffix --help ./busybox --help cat ./busybox-suffix --help cat ./busybox --help unknown ./busybox-suffix --help unknown ./unknown Also repair the test suite so ./runtest calls the ".tests" scripts properly. Note: you can now go "busybox busybox busbox ls -l" and it'll take it. The new code is pretty generic. I can block that if anybody can come up with a good reason to...