summaryrefslogtreecommitdiff
path: root/lib/libc/hash
AgeCommit message (Expand)Author
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-05-03Avoid non portable shifts.christos
1999-05-03fix unaligned access lint warning.christos
1999-02-28Urk, .Nx doesn't DTRT either.ross
1999-02-27Don't .Xr sha1(1) until we get such a thing, but do .Xr md5(1).ross
1999-02-24use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriatedrochner
1999-02-04add sha1 functions, like md5/4explorer