index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
setarch.c
Age
Commit message (
Collapse
)
Author
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
263 bytes saved.
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
(add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
*: s/include "busybox.h"/include "libbb.h"
2007-02-06
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
no preceding prototype
2006-03-20
Patch from tito, acked by Bernhard Fischer.
Rob Landley
2006-02-28
more security: don't start shell code from argv
"Vladimir N. Oleynik"
2006-02-25
remove duplicate license notice
Mike Frysinger
2006-02-21
add setarch/linux32/linux64 applet
Mike Frysinger