Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | pivot_root: make it NOFORK | Denys Vlasenko | 2017-08-05 | 1 | -2/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -6/+6 |
| | | | | | | Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+16 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+7 |
| | | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -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> | ||||
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | correct "pivot_root: pivot_root: <msg>" | Denis Vlasenko | 2007-02-06 | 1 | -2/+4 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -4/+1 |
| | | | | Erik or I are primary copyright holders on. | ||||
* | ipcs: silly trick with strings. saves ~200 bytes. | Denis Vlasenko | 2006-09-10 | 1 | -4/+3 |
| | |||||
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -9/+2 |
| | | | | - use shorter boilerplate while at it | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | 2001-04-05 | 1 | -22/+1 |
| | | | | | | shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | ||||
* | Stub out the syscall, not the whole application. The stubbed | Eric Andersen | 2001-02-24 | 1 | -8/+18 |
| | | | | | | out syscall sets errno properly and whines about missing kernel support. -Erik | ||||
* | Stub out pivot_root so it won't fail to compile. | Eric Andersen | 2001-02-23 | 1 | -2/+9 |
| | | | | -Erik | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | 2001-02-13 | 1 | -0/+39 |
-Erik |