AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / kern / uipc_mbuf.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-05 Sepherosa Ziehaumbuf: Don't discount the objcache limits required by...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2008-11-20 Sepherosa ZiehauSince kmalloc's limit testing is not synchronized acros...
2008-10-26 Sepherosa Ziehau- Return the real cluster limit used by the objcache
2008-10-24 Sepherosa ZiehauUse atomic_fetchadd_int() to simplify the reference...
2008-10-19 Sepherosa ZiehauAdd m_devpad() to avoid code duplication in various...
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2007-08-12 Matthew DillonMake m_mclfree() MP safe by fixing a N->0 dereferencing...
2007-08-11 Joe TalbottMake mbuf allocator statistics SMP safe.
2007-08-09 Matthew DillonAdd the MBUF_DEBUG option. This is a fairly invasive...
2007-05-13 Matthew DillonMake the kern.ipc.nmbclusters and kern.ipc.nmbufs sysct...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-01-21 Matthew DillonSwitch the type and how argument declarations around...
2005-12-01 Matthew DillonThe primary mbuf cluster management code needs to be...
2005-11-25 Matthew DillonFix a mbuf statistics bug.
2005-06-17 Matthew DillonWhen cleaning an mbuf header for reinsertion into the...
2005-06-09 Matthew DillonFix a bug in the mbstats accounting. m_mbufs was being...
2005-06-09 Jeffrey HsuAlso preserve all the non-copied flags in the target...
2005-06-09 Jeffrey HsuPreserve the target M_EXT_CLUSTER flag when duplicating...
2005-06-09 Jeffrey HsuA packet header without any packet tags is still a...
2005-06-08 Jeffrey HsuOnly duplicate packet headers into mbuf packet headers.
2005-06-08 Jeffrey HsuOnly allow packet headers to be copied into a packet...
2005-06-08 Jeffrey HsuAllocate the right type of mbuf to begin with rather...
2005-06-08 Matthew DillonRollup mbuf/objcache fixes.
2005-06-08 Matthew DillonTemporary hack to fix interrupt race when decrementing...
2005-06-08 Matthew DillonReorder code in m_chtype() to properly decrement the...
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-29 Jeffrey HsuSimplify the interface to m_uiomove().
2005-05-29 Jeffrey HsuUse m_getl() to get the right sized mbuf.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-02-20 Joerg SonnenbergerAdd m_defrag_nofree, which works like m_defrag, but...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-04 Matthew DillonThe last commit was not sufficient. Rework the code...
2005-02-04 Matthew Dillonm_clalloc() was improperly assuming that an mcl malloc...
2004-11-18 Matthew DillonDo a cleanup pass on the mbuf allocator. Reorder the...
2004-09-19 Joerg SonnenbergerKernel part of PF
2004-09-17 Matthew DillonFix a type-o / syntax error in the last commit.
2004-09-17 Matthew DillonMake the freeing free mbuf assertion a bit more verbose.
2004-08-24 Matthew DillonM_EXT_CLUSTER was not being properly inherited in m_cop...
2004-07-31 Matthew DillonSince mbufs are no longer limited by an mb_map the...
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-29 Matthew DillonStage 1/many: mbuf/cluster accounting rewrite and mbuf...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-06-07 Matthew DillonRemove dtom() from comment.
2004-06-06 Hiten PandyaNow that we have clients that use m_getcl(9), set the...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-03-27 Jeffrey HsuPull out m_uiomove() functionality from sosend().
2003-12-28 Matthew DillonTry to catch mbuf cluster mclfree list corruption a...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-08-26 Robert Garrett__P() removal
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 1/2: Remove massive inline...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: