| Commit message (Expand) | Author | Age | Files | Lines |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -1/+1 |
* | Fix mb_ctor_clust and mb_dtor_clust to reference the appropriate zone, | kmacy | 2007-04-04 | 1 | -29/+37 |
* | Fix for problems that occur when all mbuf clusters migrate to the mbuf packet | mohans | 2007-01-25 | 1 | -0/+8 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Remove VLAN mtag UMA zones and initialize ether_vtag and tso_segsz packet | andre | 2006-09-17 | 1 | -25/+4 |
* | Move some functions and definitions from uipc_socket2.c to uipc_socket.c: | rwatson | 2006-06-10 | 1 | -1/+0 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | ps | 2006-04-21 | 1 | -1/+19 |
* | Properly handle the case when the packet secondary zone can't allocate | andre | 2006-03-08 | 1 | -2/+2 |
* | One more grammar nit. | glebius | 2006-02-27 | 1 | -1/+1 |
* | Fix several typos and trim spaces at eol. | glebius | 2006-02-26 | 1 | -7/+7 |
* | Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sized | andre | 2006-02-17 | 1 | -11/+11 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | glebius | 2006-01-30 | 1 | -0/+25 |
* | In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg(). | andre | 2006-01-23 | 1 | -1/+1 |
* | Hide the 4k mbuf clusters if the normal clusters are defined to be | andre | 2005-12-10 | 1 | -0/+2 |
* | Add an API for jumbo mbuf cluster allocation and also provide | andre | 2005-12-08 | 1 | -1/+19 |
* | Fix panic string in last revision. | glebius | 2005-11-06 | 1 | -1/+1 |
* | Free only those mbuf+clusters back to the packet zone that were allocated | andre | 2005-11-05 | 1 | -1/+2 |
* | Fix a logic error introduced with mandatory mbuf cluster refcounting and | andre | 2005-11-04 | 1 | -4/+3 |
* | Mandatory mbuf cluster reference counting and groundwork for UMA | andre | 2005-11-02 | 1 | -42/+151 |
* | No longer maintain mbstat statistics for the mbuf allocator, UMA | rwatson | 2005-09-27 | 1 | -11/+0 |
* | Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, which | rwatson | 2005-07-17 | 1 | -4/+6 |
* | Fix the false memory modified after free messages some users have been | silby | 2005-06-29 | 1 | -0/+3 |
* | Change the mbuf, mbuf cluster, and mbuf packet allocation routines so that | silby | 2005-06-23 | 1 | -0/+34 |
* | Well, it seems that I pre-maturely removed the "All rights reserved" | bmilekic | 2005-02-16 | 1 | -2/+2 |
* | Optimize the way reference counting is performed with Mbufs. We | bmilekic | 2005-02-10 | 1 | -4/+2 |
* | Update copyright, remove "all rights reserved" (since they are not | bmilekic | 2005-02-01 | 1 | -5/+1 |
* | CTASSERT that MSZIE is a power of 2 (otherwise dtom() breaks) | brian | 2004-09-20 | 1 | -1/+4 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 1 | -35/+32 |
* | Fix a couple of bugs in the mbuf and packet ctors. In the latter case, | bmilekic | 2004-06-01 | 1 | -5/+3 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -0/+385 |