| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow nmbjumbop, nmbjumbo9, and nmbjumbo16 to be set directly via loader | np | 2012-08-23 | 1 | -4/+13 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -2/+2 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -1/+1 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -1/+1 |
* | define helper routines for deferred mbuf initialization | kmacy | 2009-06-19 | 1 | -0/+26 |
* | Utilize the new function kmem_alloc_contig() to implement the UMA back-end | alc | 2009-06-18 | 1 | -17/+4 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Temporary workaround for the limitations of the mbuf flowid field: zero | rwatson | 2009-01-01 | 1 | -0/+2 |
* | Removed a comment made obsolete by revisions 157927 and 174292. | ru | 2008-12-18 | 1 | -1/+0 |
* | Make sure nmbclusters are initialized before maxsockets | bz | 2008-12-10 | 1 | -1/+6 |
* | make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al. | kmacy | 2008-11-09 | 1 | -3/+4 |
* | Reintroduce UMA_SLAB_KMAP; however, change its spelling to | alc | 2008-04-04 | 1 | -1/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -2/+4 |
* | - fix tab to space issue, hmm maybe I should use vi. | rrs | 2007-12-15 | 1 | -1/+1 |
* | - Puts default limits on 4k/9k and 16k zones for mbufs all based | rrs | 2007-12-05 | 1 | -6/+67 |
* | Introduce an UMA backend page allocator for the jumbo frame zones that | alc | 2007-12-04 | 1 | -0/+33 |
* | style(9) | obrien | 2007-10-26 | 1 | -11/+13 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | This patch adds an M_NOFREE flag which allows one to mark an mbuf as | kmacy | 2007-10-06 | 1 | -0/+1 |
* | Allow drivers to free an mbuf without having the mbuf be touched if | kmacy | 2007-10-06 | 1 | -2/+5 |
* | 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 |