summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Properly handle the case when the packet secondary zone can't allocateandre2006-03-081-2/+2
* One more grammar nit.glebius2006-02-271-1/+1
* Fix several typos and trim spaces at eol.glebius2006-02-261-7/+7
* Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sizedandre2006-02-171-11/+11
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-0/+25
* In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg().andre2006-01-231-1/+1
* Hide the 4k mbuf clusters if the normal clusters are defined to beandre2005-12-101-0/+2
* Add an API for jumbo mbuf cluster allocation and also provideandre2005-12-081-1/+19
* Fix panic string in last revision.glebius2005-11-061-1/+1
* Free only those mbuf+clusters back to the packet zone that were allocatedandre2005-11-051-1/+2
* Fix a logic error introduced with mandatory mbuf cluster refcounting andandre2005-11-041-4/+3
* Mandatory mbuf cluster reference counting and groundwork for UMAandre2005-11-021-42/+151
* No longer maintain mbstat statistics for the mbuf allocator, UMArwatson2005-09-271-11/+0
* Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, whichrwatson2005-07-171-4/+6
* Fix the false memory modified after free messages some users have beensilby2005-06-291-0/+3
* Change the mbuf, mbuf cluster, and mbuf packet allocation routines so thatsilby2005-06-231-0/+34
* Well, it seems that I pre-maturely removed the "All rights reserved"bmilekic2005-02-161-2/+2
* Optimize the way reference counting is performed with Mbufs. Webmilekic2005-02-101-4/+2
* Update copyright, remove "all rights reserved" (since they are notbmilekic2005-02-011-5/+1
* CTASSERT that MSZIE is a power of 2 (otherwise dtom() breaks)brian2004-09-201-1/+4
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-35/+32
* Fix a couple of bugs in the mbuf and packet ctors. In the latter case,bmilekic2004-06-011-5/+3
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-0/+385
OpenPOWER on IntegriCloud