Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-16 | compile sparc64 version of sha1.go with -O0, too. OK jason@ | Marco S Hyman | |
2001-09-25 | Also build the .so version of sha1 without optimization. | Dale Rahn | |
ok jason@ | |||
2001-09-24 | get previous right... | Jason Wright | |
2001-09-24 | add hack for sha1.po on sparc64, too | Jason Wright | |
2001-09-02 | gcc hangs when compiling sha1 on sparc64, workaround. | Artur Grabowski | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1997-07-17 | Manpage for RMD*(3) | Todd C. Miller | |
1997-07-17 | mdX(3)-like interface to RIPEMD-160 hash function. Code by | Todd C. Miller | |
Antoon Bosselaers and massaged by me to fit the mdX(3) API. | |||
1997-07-12 | Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3). | Todd C. Miller | |
1997-07-11 | Install sha1(3) and links. | Todd C. Miller | |
1996-09-29 | added sha1 (secure hash function). | Todd C. Miller | |