| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/kern: spelling fixes in comments. | pfg | 2016-04-29 | 1 | -1/+1 |
* | Plug leak in m_unshare. | np | 2016-03-26 | 1 | -0/+2 |
* | Space and style(9) corrections for recent mbuf changes. | glebius | 2016-03-24 | 1 | -2/+2 |
* | Add an mbuf provider to DTrace. | gnn | 2016-03-22 | 1 | -2/+9 |
* | Fix regression in r296242 affecting several drivers. For EXT_NET_DRV, | glebius | 2016-03-02 | 1 | -1/+5 |
* | New way to manage reference counting of mbuf external storage. | glebius | 2016-03-01 | 1 | -117/+68 |
* | o Gather all mbuf(9) allocation functions into kern_mbuf.c, and all | glebius | 2016-02-11 | 1 | -21/+320 |
* | Garbage collect unused arguments of m_init(). | glebius | 2016-02-10 | 1 | -2/+2 |
* | Redo r292484. Embed task(9) into zone, so that uz_maxaction is called | glebius | 2016-02-03 | 1 | -82/+10 |
* | Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allows | glebius | 2016-02-03 | 1 | -1/+0 |
* | Add a safety net to reclaim mbufs when one of the mbuf zones become | jtl | 2015-12-20 | 1 | -0/+78 |
* | 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 |