kernel - Optimize the x86-64 lwbuf API
[dragonfly.git] / sys / kern / kern_sfbuf.c
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-11 Venkatesh Srinivaskernel -- kref: Add KREF_DEC macro to allow braced...
2010-12-21 Venkatesh Srinivaskernel -- Convert sfbuf to use kref.
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2004-08-24 Matthew DillonFix a SFBUF memory leak in sendfile(). We were not...
2004-07-30 Matthew DillonChange sendfile() to use the new m_ext callback scheme...
2004-06-05 Matthew DillonM_NOWAIT is just wrong in the init code. The allocatio...
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-13 Matthew Dillonsf_buf_ref() needs a critical section. Note that the...
2004-05-13 Matthew Dillonsf_buf_free() requires a critical section to safely...
2004-05-13 Hiten PandyaAdd a read-only sysctl for observing the maximum number of
2004-04-29 Matthew DillonMake SF_BUF_HASH() into an inline routine, sf_buf_hash...
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-03-29 Matthew DillonGenerally bring in additional sf_buf improvements from...
2003-12-10 Jeffrey HsuPull the sf_buf routines and structures out into its...