Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko | 2007-11-28 | 1 | -44/+43 | |
| | | | | | | | | | 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 | |||||
* | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko | 2007-10-29 | 1 | -6/+3 | |
| | | | | | | | | | | 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 | |||||
* | fix a problem with two different applet_name's | Denis Vlasenko | 2007-10-11 | 1 | -2/+3 | |
| | ||||||
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -3/+3 | |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | |||||
* | Move applets/applet.c into libbb, allows to get rid of --whole-archive | Denis Vlasenko | 2007-10-10 | 1 | -4/+549 | |
| | | | | | (smaller code). Tested in static and shared mode. | |||||
* | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko | 2007-10-10 | 1 | -1/+4 | |
| | ||||||
* | whitespace fix | Denis Vlasenko | 2007-10-08 | 1 | -1/+1 | |
| | ||||||
* | add libbb/appletlib.c | Denis Vlasenko | 2007-10-08 | 1 | -0/+139 | |