busybox/libpwdgrp
Denis Vlasenko 2c91efb7c2 libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss
function                                             old     new   delta
get_S                                                  -      31     +31
bb_internal_getpwnam                                  38      44      +6
bb_internal_getgrnam                                  38      44      +6
bb_internal_getgrgid                                  38      44      +6
ptr_to_statics                                         -       4      +4
static.resultbuf                                      88       -     -88
static.buffer                                       1024       -   -1024
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 3/0 up/down: 53/-1112)        Total: -1059 bytes
2007-06-18 10:08:27 +00:00
..
Kbuild we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), 2007-05-18 00:02:37 +00:00
pwd_grp_internal.c fixdep.c: avoit doing memcmp in most cases 2006-12-30 21:11:57 +00:00
pwd_grp.c libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss 2007-06-18 10:08:27 +00:00
uidgid_get.c usage.c: remove reference to busybox.h 2007-05-26 19:00:18 +00:00