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
/
hash
Age
Commit message (
Expand
)
Author
2002-02-07
generate & symbolically
ross
2002-02-07
Generate <>& symbolically.
ross
2001-09-16
Standardize and sort sections, remove some whitespace.
wiz
2001-03-29
Fix printf format used in example; from Jim Bernard in PR lib/12496.
kleink
2001-03-19
Don't use a u_char array for a workspace that will be cast then accessed
simonb
2001-01-04
sprinkle _DIAGASSERT() around
lukem
2001-01-02
Note that sha1 has been there since 1.4.
wiz
2000-12-11
Argh. Use __weak_alias on the RMD160 functions.
ad
2000-12-11
The second argument to xxData() is a size_t.
ad
2000-09-21
Use .{B,Bs,F,N,O}x and fix miscellaneous errors.
ad
2000-09-17
Prevent the compiler from blowing up on sparc64. From mrg.
eeh
2000-07-06
fix non-portable shift.
christos
2000-07-06
explicitly cast to u_char
christos
2000-07-05
fix typo: rmd160l.c -> rmd160hl.c
cyber
2000-07-05
- Need to #include <sys/endian.h>.
ad
2000-07-05
- No need to include <sys/uio.h>.
ad
2000-07-05
Pull in RIPEMD-160 functions from OpenBSD - this has the same API as our MD4,
ad
2000-07-05
Insert newline after RCS ID line.
ad
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-05-03
Avoid non portable shifts.
christos
1999-05-03
fix unaligned access lint warning.
christos
1999-02-28
Urk, .Nx doesn't DTRT either.
ross
1999-02-27
Don't .Xr sha1(1) until we get such a thing, but do .Xr md5(1).
ross
1999-02-24
use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate
drochner
1999-02-04
add sha1 functions, like md5/4
explorer