busybox/loginutils
Denis Vlasenko 4cf1d08fc2 nc: remove a bit of bloat
inetd: more NOMMU fixes
rx: shrink
devfsd: minor shrink
vlock: shrink
tcpudp: narrow down window where we have no wildcard socket

parse_one_line                                      1015    1102     +87
init_ring                                              -      53     +53
xzalloc_lsa                                            -      48     +48
read_byte                                             51      50      -1
rearm_alarm                                           28      25      -3
nc_main                                             1028    1000     -28
initring                                              53       -     -53
vlock_main                                           583     496     -87
reread_config_file                                  1089     991     -98
rx_main                                             1046     912    -134
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 1/6 up/down: 188/-404)         Total: -216 bytes
   text    data     bss     dec     hex filename
 800120     661    7428  808209   c5511 busybox_old
 799796     661    7428  807885   c53cd busybox_unstripped
2008-03-12 23:13:50 +00:00
..
addgroup.c appletlib.c: make it actally follow _BB_SUID_ALWAYS rules 2007-10-29 19:25:45 +00:00
adduser.c adduser: optional support for long options. +110 bytes. 2008-02-15 15:17:23 +00:00
chpasswd.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
Config.in adduser: optional support for long options. +110 bytes. 2008-02-15 15:17:23 +00:00
cryptpw.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
deluser.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
getty.c getty: don't try to detect parity on local lines 2008-02-02 19:05:36 +00:00
Kbuild chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> 2007-07-20 21:28:41 +00:00
login.c less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) 2008-02-24 13:36:01 +00:00
passwd.c libbb: introduce bb_signals and bb_signals_recursive, 2008-02-16 22:58:56 +00:00
su.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
sulogin.c mount: recognize "dirsync" (closes bug 835) 2008-02-18 11:08:33 +00:00
vlock.c nc: remove a bit of bloat 2008-03-12 23:13:50 +00:00