kernel: Remove some unneeded NULL checks after kmalloc() with M_WAITOK.
[dragonfly.git] / sys / opencrypto / crypto.c
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-02-05 Samuel J. Greearkern - Convert crypto from zalloc to objcache
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-24 Alex Hornungopencrypto - Only yield for cryptosoft
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-21 Alex Hornungcrypto - fix crypto_getfeat
2010-08-20 Matthew Dillonkernel - opencrypto - optimize chained synchronous...
2010-08-20 Thomas NikolajsenFix LINT build
2010-08-20 Matthew Dillonkernel - Add SMP support for software crypto driver
2009-10-02 Alex Hornungopencrypto - Finish porting
2009-10-02 Sascha WildnerWIP crypto/opencrypto update
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-10 Matthew DillonReplace SPLs with critical sections in the opencrypto...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: