Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-24 | Stub out the syscall, not the whole application. The stubbed | Eric Andersen | |
out syscall sets errno properly and whines about missing kernel support. -Erik | |||
2001-02-23 | Stub out pivot_root so it won't fail to compile. | Eric Andersen | |
-Erik | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
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 | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | |
-Erik |