aboutsummaryrefslogtreecommitdiff
path: root/libbb/restricted_shell.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-46/+0
| | | | | | | | | | | | | | | | | | function old new delta su_main 448 468 +20 buffer_fill_and_print 179 196 +17 scriptreplay_main 205 208 +3 localcmd 275 277 +2 hash_find 233 234 +1 devmem_main 469 463 -6 install_main 724 716 -8 setusershell 11 - -11 find_pair 187 169 -18 restricted_shell 49 - -49 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 5/3 up/down: 43/-92) Total: -49 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* su: make /etc/shells check configurableDenis Vlasenko2006-12-191-18/+7
| | | | ash: missing ';'
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+57
-Erik