Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply post-1.11.0 patches. Bump version to 1.11.1. | Denis Vlasenko | 2008-07-11 | 1 | -3/+1 |
| | |||||
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -1/+1 |
| | |||||
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | 2007-03-24 | 1 | -2/+1 |
| | | | | | option for every affected applet (and dnsd, for example, don't have one). Thus rework re-exec support to not require it. Code got smaller too. | ||||
* | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko | 2006-10-19 | 1 | -1/+1 |
| | |||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
| | |||||
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -1/+1 |
| | | | | Erik or I are primary copyright holders on. | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | scripts/individual now builds 171 applets. Some of them may even work. :) | Rob Landley | 2006-08-05 | 1 | -0/+1 |
| | |||||
* | Digging up my old "make standalone" stuff from a year ago: | Rob Landley | 2006-08-04 | 1 | -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. |