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
/
common
/
lib
/
libc
/
hash
Age
Commit message (
Expand
)
Author
2017-11-30
Import SHA-3 code into libc and libkern.
riastradh
2015-04-21
Sort includes.
riastradh
2015-04-15
On big endian machines needs to include sys/endian.h for le32dec
justin
2013-10-26
murmurhash2: add an optimised path for the aligned pointer case.
rmind
2013-06-30
RUMP fix: ifdef weak alias. Pointed out by martin@.
rmind
2013-06-09
no need for the local defs of he enc functions; compat_defs.h provides them.
christos
2013-06-09
Use be{32,64}enc, suggested by joerg.
christos
2013-06-07
PR/47908: Gary Grebus: SHA256_Transform and SHA512_Transform are called
christos
2012-07-10
Fix kernel compilation: no namespace.h
christos
2012-07-09
Add weak symbol for murmurhash2.
rmind
2012-07-08
Shut up lint.
rmind
2012-07-08
Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby.
rmind
2010-01-24
Fix unaligned access in *_Final for SHA224/SHA256/SHA384.
joerg
2009-11-06
Fix unaligned access as reported in PR port-sparc/42273
joerg
2009-11-06
Improve portability and clarity by using uint8_t for the byte data
joerg
2009-08-21
Don't define weak aliases if _STANDALONE.
skrll
2009-06-25
Fix initialisation of SHA224.
joerg
2009-06-19
- move #include <sys/param.h> inside #if defined(_KERNEL) section
tsutsui
2009-06-18
Back out the addition of memset.c to the vax libkern, and instead do
he
2009-06-14
Fix copy&paste errors
martin
2009-06-11
Provide fallback definitions of be[32|64]toh and htobe[32|64] for
joerg
2009-06-11
use memcpy for bitcount writes to the buffer to avoid type punning issues.
christos
2009-06-11
- fix sha224 functions that used sha256 ctx, and add casts.
christos
2009-06-11
KNF
joerg
2009-06-11
De-uglify:
joerg
2009-06-11
Simplify by using sys/endian.h functions. Fixes Big Endian case for SHA2.
joerg
2009-05-26
Add SHA224 implementation to libc.
joerg
2009-03-16
ansify function definitions
cegger
2008-02-16
For all files under src/common, as well as related man pages under
apb
2008-02-16
C99 is no longer "very recent". Adjust a comment accordingly, and
apb
2007-07-18
cast to void* to avoid a fatal warning
drochner
2007-07-18
Fix SIGBUS issues on strict alignment issues. Use le32dec in RMD160
joerg
2007-02-18
Make SHA512_Last static since it is not part of the API. Suggested by
christos
2007-02-17
make SHA512_Last weak.
christos
2006-11-01
Add include of <sys/param.h>, to allow vax kernels to build again.
he
2006-10-27
restruct the include files to look like the other hash functions.
christos
2006-10-27
this is shared with the kernel now.
christos
2005-12-20
add files I forgot to commit.
christos