Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | su: move restricted_shell into su.c (the only user) | Denys Vlasenko | 2010-02-26 | 1 | -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-on | Denis Vlasenko | 2008-06-27 | 1 | -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 configurable | Denis Vlasenko | 2006-12-19 | 1 | -18/+7 |
| | | | | ash: missing ';' | ||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -0/+57 |
-Erik |