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
/
sys
/
crypto
/
blowfish
Age
Commit message (
Expand
)
Author
2022-04-16
fix various typos in comments and log messages.
andvar
2021-10-15
fix typos in comments.
andvar
2019-02-04
add fallthru comments. i considered patching makefiles to ignore
mrg
2014-01-01
Create modules for software crypto components.
pgoyette
2009-06-30
Apply const where necessary (XXX: where is bf_locl.org?)
pooka
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2007-12-11
use __KERNEL_RCSID()
lukem
2005-12-11
merge ktrace-lwp.
christos
2005-06-03
Constify, to make it compile (at least).
martin
2005-05-30
sprinkle const
christos
2005-02-26
nuke trailing whitespace
perry
2003-11-28
s/netbsd.org/NetBSD.org/g
keihan
2003-08-27
Add missing RCS ID.
thorpej
2003-08-27
Fix build problem caused by adding "const", remove "register" usage.
tron
2003-08-26
* Const poison, ANSI'ify, like newer OpenSSL Blowfish code.
thorpej
2002-11-12
add non-ELF .align
itohy
2002-10-11
* Move config defns for the crypto algorithms into their own files.
thorpej
2002-09-08
Modified to avoid compiler warnings. The specific warning related
elric
2002-09-07
Include <sys/types.h> to allow compilation to occur.
elric
2002-09-07
repoint include file for kernel use.
elric
2002-02-27
sync blowfish function prototype between i386 assembly and C.
itojun
2001-11-13
add RCSIDs
lukem
2001-09-09
Add asm versions of blowfish and des transforms for i386.
tls
2001-09-09
Add asm versions of blowfish and des transforms for i386.
tls
2001-05-27
remove files we no longer need/maintain. sync with kame
itojun
2001-02-21
make some more constant arrays 'const'
jdolecek
2000-11-06
sync with kame.
itojun
2000-08-31
make the code friendly with LP64 machines.
itojun
2000-06-14
Import the IPsec crypto code from netbsd-cryptosrc-intl.
thorpej