cryptodev(4): Fix a bug where the wrong key was bzero()'d before kfree().
[dragonfly.git] / sys / opencrypto / cryptodev.c
2011-12-06 Sascha Wildnercryptodev(4): Fix a bug where the wrong key was bzero...
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-07-02 Alex Hornungopencrypto - Add serpent & twofish XTS modes
2011-07-02 Alex Hornungopencrypto - add serpent support to cryptosoft/dev
2011-07-02 Alex Hornungopencrypto - add twofish support to cryptosoft/dev
2011-07-01 Alex Hornungopencrypto - (minor) sync with OpenBSD
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-21 Alex Hornungcryptodev - Allow software crypto
2010-08-21 Alex Hornungcrypto - Update crypto for AES XTS and CTR
2010-08-20 Matthew Dillonkernel - Add SMP support for software crypto driver
2010-07-11 Samuel J. Greearkernel - Tear out descriptor polling
2009-12-21 Alex Hornungcrypto - Mark cryptodev ioctl as MPSAFE
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
2009-10-02 Alex Hornungopencrypto - Finish porting
2009-10-02 Sascha WildnerWIP crypto/opencrypto update
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-05-26 Matthew DillonAdd #include <sys/lock.h> where needed to support get_m...
2006-05-26 Matthew DillonMore MP work.
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-06-10 Matthew DillonReplace SPLs with critical sections in the opencrypto...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: