summaryrefslogtreecommitdiffstats
path: root/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* Force our child libs to link vs libcEric Andersen2001-07-031-1/+1
* Fix a missing include in des.c and add configurability of loop unrollingManuel Novoa III2001-06-292-56/+220
* I missed an item when reentrantifying des.c, reuse a smallerEric Andersen2001-06-282-21/+12
* Replace the crypt implementation with one based on crypt(3) from minix,Eric Andersen2001-06-281-289/+327
* Optimized for size over speed to (substantially) reduce generated code size.Manuel Novoa III2001-06-281-112/+111
* Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen2001-06-151-5/+3
* I wasn't building the libdl shared lib anymore. Make each lib install aEric Andersen2001-05-181-0/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-3/+4
* Rework where libraries get installed to. Now thew will be compiled andEric Andersen2001-05-111-20/+14
* Don't hard code path to TARGET_CCEric Andersen2001-05-101-1/+1
* A few more compilation updatesEric Andersen2001-04-271-5/+14
* Keep major number in sync with the toplevel makefileEric Andersen2001-04-262-1/+2
* Some minor makefile fixupsEric Andersen2001-04-261-4/+4
* Add in a libcrypt implementation. About 8k.Eric Andersen2001-04-194-0/+916