svn commit: trunk/busybox: include libbb loginutils networking

Bernhard Fischer rep.dot.nop at gmail.com
Sat Jun 14 19:44:59 UTC 2008


On Thu, Jun 12, 2008 at 09:56:00AM -0700, vda at busybox.net wrote:
>Author: vda
>Date: 2008-06-12 09:55:59 -0700 (Thu, 12 Jun 2008)
>New Revision: 22307
>
>Log:
>uclibc insists on having 70k static buffer for crypt.
>For bbox it's not acceptable. Roll our own des and md5 crypt
>implementation. Against older uclibc:
>
>   text    data     bss     dec     hex filename
> 759945     604    6684  767233   bb501 busybox_old
> 759766     604    6684  767054   bb44e busybox_unstripped
>
>so, we still save on code size.

Please provide at least means so one can turn this off and use the
crypt() from libcrypt. I do not want to sacrifice 5k diskspace to having
two crypt implementations lying around.



More information about the busybox-cvs mailing list