kernel - Optimize the x86-64 lwbuf API
[dragonfly.git] / sys / kern / kern_subr.c
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2009-12-20 Matthew Dillonkernel - add hashinit_ext() and phashinit_ext()
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 WildnerUnbreak kernel build and fix some warnings.
2007-01-29 Thomas E. SpanjaardFix iovec checks to match properly. iovec == MAXIOV...
2007-01-06 Matthew DillonMove uiomove_fromphyhs() source from MD to MI.
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-27 Matthew DillonMark various forms of read() and write() MPSAFE. Note...
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2004-11-09 Joerg SonnenbergerDefine IOV_MAX for userland too and make it available...
2004-10-25 Matthew DillonRemove the vfs page replacement optimization and its...
2004-07-27 Hiten PandyaRemove VAX conditionalized code.
2004-07-27 Hiten PandyaRemove UIO_USERISPACE, we do not support any split...
2004-05-02 Matthew Dillon(non bug) The hash routines are never called with a...
2004-04-29 Matthew DillonMake hash tables one power of 2 larger so they don...
2003-10-15 Matthew DillonFix an inherited bug in ptrace's PT_IO. The wrong...
2003-10-15 David P. Reese, Jr.I wasn't properly checking for rollover in iovec_copyin...
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-03 Hiten PandyaMove the backtrace() function from kern_subr.c to ...
2003-07-28 Hiten PandyaDDB updates:
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage3: make time accounting threads based...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: