aboutsummaryrefslogtreecommitdiff
path: root/libbb/change_identity.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: 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
* inetd: use change_identity().Denis Vlasenko2008-03-201-1/+1
| | | | | | | | | | | | | libbb: shrink our internal initgroups(). httpd: remove stray 'else' and 'index_page = "index.html"' function old new delta httpd_main 750 743 -7 inetd_main 2033 2011 -22 bb_internal_initgroups 251 228 -23 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-52) Total: -52 bytes
* crond: make it NOMMU-capableDenis Vlasenko2008-03-121-12/+2
| | | | | | | | | | | | | | | | | | | | | | | function old new delta safe_setenv4 - 62 +62 ForkJob 472 511 +39 change_identity 21 57 +36 ParseField 564 571 +7 SynchronizeDir 178 176 -2 LogLevel 4 - -4 LogFile 4 - -4 FileBase 4 - -4 DebugOpt 4 - -4 CDir 4 - -4 DeleteFile 141 132 -9 packed_usage 24248 24228 -20 crondlog 157 113 -44 change_identity_e2str 54 - -54 SynchronizeFile 729 671 -58 crond_main 1555 1404 -151 ------------------------------------------------------------------------------ (add/remove: 1/6 grow/shrink: 3/6 up/down: 144/-358) Total: -214 bytes
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
| | | | | 263 bytes saved.
* login: re-enable Ctrl-^C before execing shell.Denis Vlasenko2006-10-311-11/+2
|
* login: style fixesDenis Vlasenko2006-09-081-6/+6
|
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-4/+2
| | | | xlseek and fdlength() for the new mkswap.
* more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath2003-09-031-4/+12
| | | | | patch from Thomas Gleixner to init. Viodz last_patch_108
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
|
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+54
-Erik