summaryrefslogtreecommitdiff
path: root/docs/new-applet-HOWTO.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs/new-applet-HOWTO.txt: tweak a bitDenys Vlasenko2014-03-171-18/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* docs: update new-applet-HOWTO.txtBartosz Golaszewski2014-03-161-35/+62
| | | | | | | | This patch adds some information about the gen_build_files.sh script and how it allows to keep the Kbuild, Config.in etc. declarations in .c files. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* scripts: remove bitrotted scripts/individualDenys Vlasenko2010-10-281-2/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* update docs/new-applet-HOWTO.txtHolger Blasum2010-10-281-9/+9
| | | | | Signed-off-by: Holger Blasum <hbl@sysgo.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
| | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Remove some more mentions of SubversionDan Fandrich2010-08-111-5/+6
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko2009-07-301-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
| | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything!
* docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete)Denis Vlasenko2007-11-041-1/+2
|
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* whitespace fixesDenis Vlasenko2007-05-301-6/+6
|
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+2
| | | | | *: s/include "busybox.h"/include "libbb.h"
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-22/+52
| | | | | (by Thomas Lundquist <lists@zelow.no>)
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* - it's a mistake to remove lib-specific prefixes from libraries; still the ↵Bernhard Reutner-Fischer2006-08-281-1/+1
| | | | removal should be complete.
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+3
| | | | and eventual platform specific includes in early.
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-17/+2
| | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it.
* touchup some grammar, formatting, and remove some outdated notesMike Frysinger2005-09-021-12/+17
|
* update example to use bb_ prefixed names and remove old note about config.h ↵Mike Frysinger2005-04-231-7/+2
| | | | (since the header is generated automatically now)
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-6/+6
|
* Thomas Lundquist, update for current structureGlenn L McGrath2003-10-011-11/+20
|
* Thomas LundquistMatt Kraai2002-03-181-6/+22
| | | | * docs/new-applet-HOWTO.txt: Update for new directory structure.
* Begin moving things to busybox.netEric Andersen2001-12-081-1/+1
| | | | -Erik
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
| | | | -Erik
* Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath2001-06-241-20/+15
|
* More spelling fixes from Larry Doolittle.Mark Whitley2000-12-191-2/+2
|
* Added a paragraph from Larry Dolittle, made some more section headers.Mark Whitley2000-12-191-3/+18
|
* New applet HOWTO. Written by Matt Kraai with some formating and additions by me.Mark Whitley2000-12-191-0/+128