kern - Convert aio from zalloc to objcache
[dragonfly.git] / sys / kern / vfs_aio.c
2011-02-05 Samuel J. Greearkern - Convert aio from zalloc to objcache
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-08-28 Matthew Dillonkernel - Change lwp_fork() to not hold the mplock in...
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-01-03 Matthew Dillonkernel - kqueue - major refactoring
2009-12-23 Antonio Huete Jimenezsignal.h - Rename 'union sigval' members to fit require...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-07-15 Sascha WildnerFix LINT build.
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-02 Matthew Dillonfile descriptor enumeration - Fix races
2007-07-20 Matthew DillonRemove the requirement that calls to vn_strategy()...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-03-01 Sascha WildnerFix prototype.
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
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...
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-09 Sascha WildnerUnbreak LINT by including <sys/thread2.h> where proper...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2004-09-16 Matthew Dillontimeout/untimeout ==> callout_*
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2003-11-05 Matthew DillonAn additional ui*() API cleanup that I missed.
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: