index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
md
/
md5c.c
Age
Commit message (
Expand
)
Author
2003-11-14
s/modifed/modified/
keihan
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2002-03-31
Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their
bjh21
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-17
Partially revert previous change: the assertions made in utility functions
kleink
1999-09-16
Resynch with libkern
sommerfeld
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-09-10
don't __weak_alias for _STANDALONE code
drochner
1999-05-03
Mark const castaways for lint.
christos
1999-02-09
sync with libkern. Again.
explorer
1999-02-04
sync this with changes made in libkern.
explorer
1998-11-13
delint
christos
1998-10-20
Need internal names for MD[45]{Init,Final,Update}().
kleink
1998-08-10
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-07-26
constify some tables.
mycroft
1998-03-26
when deciding whether to use standard system include files or libkern.h,
cgd
1997-04-30
- Liberal application of suggestions in /usr/share/misc/style.
thorpej
1997-01-30
Add MD4/MD5 routines to the C library, taken directly from FreeBSD's
thorpej