Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |