Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-28 | *: move getopt reset code to better place(s) | Denis Vlasenko | |
2007-12-24 | defconfig: update | Denis Vlasenko | |
appletli.c: add vda's (C) top: fixlet for incorrect display of "0" Makefile: reduce stack size from 20k to 16k | |||
2007-11-29 | Further optimize applet tables; prettify build output | Denis Vlasenko | |
text data bss dec hex filename 775923 929 9100 785952 bfe20 busybox_old 775565 929 9100 785594 bfcba busybox_unstripped | |||
2007-11-28 | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko | |
Should be a big win for libbusybox. busybox wins too: text data bss dec hex filename 776524 929 9100 786553 c0079 busybox_old 775903 929 9100 785932 bfe0c busybox_unstripped | |||
2007-10-29 | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko | |
adduser: implement -S and code shrink / fix uid selection *: sanitize getspnam_r use text data bss dec hex filename 777042 974 9676 787692 c04ec busybox_old 776883 974 9676 787533 c044d busybox_unstripped | |||
2007-10-11 | fix a problem with two different applet_name's | Denis Vlasenko | |
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-10 | Move applets/applet.c into libbb, allows to get rid of --whole-archive | Denis Vlasenko | |
(smaller code). Tested in static and shared mode. | |||
2007-10-10 | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko | |
2007-10-08 | whitespace fix | Denis Vlasenko | |
2007-10-08 | add libbb/appletlib.c | Denis Vlasenko | |