kernel - Introduce lightweight buffers
[dragonfly.git] / sys / kern / kern_xio.c
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-02-25 Samuel J. Greearkernel - Initialize xio->xio_bytes properly in xio_init...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2007-08-13 Matthew DillonAdd xio_init_pages(), which builds an XIO based on...
2007-06-29 Matthew DillonAdd a new flag, XIOF_VMLINEAR, which requires that...
2007-06-29 Matthew DillonGet out-of-band DMA buffers working for user<->user...
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2006-05-07 Matthew DillonWe have to use pmap_extract() here. pmap_kextract...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-06-05 Matthew DillonAdd the MSFBUF API. MSFBUFs are like SFBUFs but they...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-04-03 Matthew DillonFix bugs in xio_copy_*(). We were not using the masked...
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-03-31 Matthew DillonAdd missing sf_buf_free()'s.
2004-03-31 Matthew DillonInitial XIO implementation. XIOs represent data throug...