* Rich Felker [2012-09-15 04:12:27 -0400]: > website, http://www.musl-libc.org, which is hopefully a lot more i would http redirect the non 'www.' prefixed host to the 'www.' prefixed one with thttpd you can do it by using a musl-libc.org cgi script like #!/bin/sh U="http://www.musl-libc.org$PATH_INFO" cat <Moved moved to $U EOF > Post-release priorities are adding the last of the missing Linux > syscalls, md5 crypt, and the long-elusive scheduling priority i attached an md5 crypt implementation i set the key limit to 30000 but that can be lowered i'm not sure about the copyright notice in the middle as the code was rewritten from scratch so nothing was actually copied but the old bsd code is the specification itself and it is copyrighted: http://svnweb.FreeBSD.org/base/head/lib/libcrypt/crypt-md5.c?view=markup