| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix integer truncation bug in malloc(9) | rstone | 2015-04-01 | 1 | -2/+2 |
* | Test for absence of M_NOFREE before attempting to purge the mbuf's tags. | np | 2014-09-30 | 1 | -1/+1 |
* | Improve reference counting of EXT_SFBUF pages attached to mbufs. | glebius | 2014-07-11 | 1 | -1/+0 |
* | Fix style bug: rename the refcount field of m_ext to ext_cnt, to match | glebius | 2014-07-11 | 1 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+1 |
* | Initialise m_pkthdr via bzero instead of explicitly zeroing each member | emaste | 2014-04-04 | 1 | -14/+1 |
* | Ignore attempts to set the nmbcluster sysctls to their current value | jhb | 2013-10-10 | 1 | -5/+5 |
* | Fixing a small typo. | hiren | 2013-09-05 | 1 | -1/+1 |
* | After r254779 "error" must always be present in mb_ctor_pack(), | andre | 2013-08-24 | 1 | -4/+1 |
* | Remove unused m_free_fast(). The difference to m_free() is only | andre | 2013-08-24 | 1 | -1/+1 |
* | Restructure the mbuf pkthdr to make it fit for upcoming capabilities and | andre | 2013-08-24 | 1 | -6/+10 |
* | dd a 24 bits wide ext_flags field to m_ext by reducing ext_type | andre | 2013-08-24 | 1 | -0/+1 |
* | Avoid code duplication for mbuf initialization and use m_init() instead | andre | 2013-08-24 | 1 | -56/+12 |
* | Revert r254520 and resurrect the M_NOFREE mbuf flag and functionality. | andre | 2013-08-21 | 1 | -0/+1 |
* | Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree users | andre | 2013-08-19 | 1 | -1/+0 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -3/+2 |
* | Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5. | glebius | 2013-07-15 | 1 | -21/+0 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -2/+0 |
* | Make use of the fact that uma_zone_set_max(9) already returns the | andre | 2013-07-11 | 1 | -10/+5 |
* | Fix style issues, a typo in "kern.ipc.nmbufs" and correctly plave and | andre | 2013-07-11 | 1 | -4/+9 |
* | Initialising the new fibnum field to a known value turns out to | julian | 2013-05-24 | 1 | -0/+3 |
* | Base the calculation of maxmbufmem in part on kmem_map size | andre | 2013-04-24 | 1 | -1/+1 |
* | Move the mbuf memory limit calculations from init_param2() to | andre | 2013-01-17 | 1 | -9/+18 |
* | Configure UMA warnings for the following zones: | pjd | 2012-12-07 | 1 | -0/+5 |
* | Make use of the fact that uma_zone_set_max(9) already returns actual limit set. | pjd | 2012-12-07 | 1 | -20/+10 |
* | More style cleanups. | pjd | 2012-12-07 | 1 | -3/+2 |
* | Style cleanups. | pjd | 2012-12-07 | 1 | -12/+10 |
* | Complete r243631 by applying the remainder of kern_mbuf.c that got | andre | 2012-11-27 | 1 | -16/+18 |
* | Base the mbuf related limits on the available physical memory or | andre | 2012-11-27 | 1 | -10/+52 |
* | Allow maxusers to scale on machines with large address space. | alfred | 2012-11-10 | 1 | -1/+10 |
* | Since the macro dtom() has been removed, fix comments about the dtom. | kevlo | 2012-10-29 | 1 | -1/+1 |
* | 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 |