DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / opencrypto / cryptodev.c
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: