kernel - Adjust UFS and HAMMER to use uiomovebp()
[dragonfly.git] / sys / sys / uio.h
2012-08-21 Matthew Dillonkernel - Adjust UFS and HAMMER to use uiomovebp()
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-08-24 Matthew DillonKernel - Fix issues with vnode_pager_setsize() (effects...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-02-16 Sascha Wildneruio.h: Move definition of struct iovec to <sys/_iovec.h>.
2006-05-27 Matthew DillonMark various forms of read() and write() MPSAFE. Note...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2004-07-27 Hiten PandyaRemove UIO_USERISPACE, we do not support any split...
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2003-10-08 Matthew DillonAdd _KERNEL_STRUCTURES support for userland use of...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
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: