Denis Vlasenko
|
9b49a5ed85
|
add -fvisibility=hidden to CC flags, mark XXX_main functions
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
|
2007-10-11 10:05:36 +00:00 |
|
Denis Vlasenko
|
b6adbf1be2
|
usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
|
2007-05-26 19:00:18 +00:00 |
|
Denis Vlasenko
|
f885c543da
|
correct "pivot_root: pivot_root: <msg>"
|
2007-02-06 00:35:36 +00:00 |
|
Denis Vlasenko
|
06af216528
|
suppress warnings about easch <applet>_main() having
no preceding prototype
|
2007-02-03 17:28:39 +00:00 |
|
Rob Landley
|
e9a7a6212b
|
Change license statements (and clean up headers) on some of the files that
Erik or I are primary copyright holders on.
|
2006-09-22 02:52:41 +00:00 |
|
Denis Vlasenko
|
5983914c1b
|
ipcs: silly trick with strings. saves ~200 bytes.
|
2006-09-10 18:26:51 +00:00 |
|
Bernhard Reutner-Fischer
|
b1629b1b2a
|
- remove emacs layout block as suggested by Robert P.J. Day
- use shorter boilerplate while at it
|
2006-05-19 19:29:19 +00:00 |
|
Tim Riker
|
c1ef7bdd8d
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
|
Eric Andersen
|
c7bda1ce65
|
Remove trailing whitespace. Update copyright to include 2004.
|
2004-03-15 08:29:22 +00:00 |
|
Manuel Novoa III
|
cad5364599
|
Major coreutils update.
|
2003-03-19 09:13:01 +00:00 |
|
Eric Andersen
|
e76c3b08e1
|
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can
handle them sanely and all at once.
-Erik
|
2001-04-05 03:14:39 +00:00 |
|
Eric Andersen
|
d160a27ec1
|
Stub out the syscall, not the whole application. The stubbed
out syscall sets errno properly and whines about missing kernel
support.
-Erik
|
2001-02-24 19:17:07 +00:00 |
|
Eric Andersen
|
0ed9923887
|
Stub out pivot_root so it won't fail to compile.
-Erik
|
2001-02-23 02:31:03 +00:00 |
|
Eric Andersen
|
cbe31dace5
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
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-20 06:14:08 +00:00 |
|
Eric Andersen
|
67991cf824
|
This patch, put together by Manuel Novoa III, is a merge of work
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-14 21:23:06 +00:00 |
|
Eric Andersen
|
6fd8c664c1
|
Apply a patch from Evin Robertson -- new pivot_root applet.
-Erik
|
2001-02-13 20:04:30 +00:00 |
|