busybox/loginutils
Denis Vlasenko a2f61012b6 setup_environment: code shrink
run_shell: mark as NORETURN
setup_environment, run_shell: add usage comments
login: add FIXME :(

function                                             old     new   delta
UNSPEC_print                                          64      66      +2
sulogin_main                                         509     506      -3
mkfs_minix_main                                     3070    3067      -3
login_main                                          1615    1612      -3
su_main                                              461     448     -13
setup_environment                                    261     206     -55
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/5 up/down: 2/-77)             Total: -75 bytes
   text    data     bss     dec     hex filename
 772578    1051   10724  784353   bf7e1 busybox_old
 772502    1051   10724  784277   bf795 busybox_unstripped
2007-09-10 13:15:28 +00:00
..
addgroup.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
adduser.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
chpasswd.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
Config.in login: optional support for PAM 2007-08-21 10:58:18 +00:00
cryptpw.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
deluser.c whitespace fixes 2007-05-30 00:29:55 +00:00
getty.c libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) 2007-08-19 13:42:08 +00:00
Kbuild chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> 2007-07-20 21:28:41 +00:00
login.c setup_environment: code shrink 2007-09-10 13:15:28 +00:00
passwd.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
su.c setup_environment: code shrink 2007-09-10 13:15:28 +00:00
sulogin.c setup_environment: code shrink 2007-09-10 13:15:28 +00:00
vlock.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00