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
/
dev
/
pci
/
ubsec.c
Age
Commit message (
Expand
)
Author
2009-11-26
Cleanup interrupt establish error messages. Do not mix
njoly
2009-05-12
use device_private().
cegger
2009-05-06
struct device * -> device_t, no functional changes intended.
cegger
2009-05-06
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2008-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2008-04-10
use aprint_*_dev and device_xname
cegger
2008-02-02
From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless
tls
2007-12-11
use __KERNEL_RCSID()
lukem
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-28
Use device_unit().
thorpej
2005-11-25
- De-couple the software crypto implementation from the rest of the
thorpej
2005-06-28
Use ANSI function decls and static.
thorpej
2005-05-30
- const poisoning
christos
2005-02-27
nuke trailing whitespace
perry
2003-08-28
* Make matching and chip info table-driven.
thorpej
2003-08-27
Fix some diagnotic printfs.
thorpej
2003-08-21
Remove #ifdef _OpenBSD__ code which sets the softc pointer `sc' by
jonathan
2003-08-01
Preliminary port of merged OpenBSD/FreeBSD ubsec driver for Bluesteel
jonathan