Denis Vlasenko
|
defc1ea340
|
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
text data bss dec hex filename
808035 611 6868 815514 c719a busybox_old
804472 611 6868 811951 c63af busybox_unstripped
|
2008-06-27 02:52:20 +00:00 |
|
Paul Fox
|
599bbfbd9b
|
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
return full path in cases where path doesn't resolve to a link.
change name to better differentiate from xmalloc_readlink().
|
2007-11-08 20:00:36 +00:00 |
|
Paul Fox
|
53bd4015aa
|
follow symlinks to find the true passwd file before updating.
|
2007-11-08 01:12:38 +00:00 |
|
Denis Vlasenko
|
2edbc2ab85
|
ping: fix breakage from -I fix
passwd: SELinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>
|
2007-10-20 02:00:49 +00:00 |
|
Denis Vlasenko
|
557fb713e0
|
chpasswd: fixes and code shrink
update_passwd 732 734 +2
chpasswd_main 318 292 -26
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 2/-26) Total: -24 bytes
text data bss dec hex filename
781564 1168 11900 794632 c2008 busybox_old
781548 1168 11900 794616 c1ff8 busybox_unstripped
|
2007-07-21 13:25:28 +00:00 |
|
Denis Vlasenko
|
1ec5eaecba
|
chpasswd: now with svn add
|
2007-07-20 21:29:49 +00:00 |
|