| Commit message (Expand) | Author | Age | Files | Lines |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -15/+15 |
* | Don't bother with acquiring/releasing Giant around kmem_malloc() and | jhb | 2001-02-08 | 1 | -40/+0 |
* | When short of mbufs or mbuf clusters, we sleep on appropriate "counters." | bmilekic | 2001-01-20 | 1 | -6/+5 |
* | Add some KASSERTs valid if WITNESS is defined to verify that the mbuf | bmilekic | 2001-01-16 | 1 | -4/+39 |
* | In m_mballoc_wait(), drop the mmbfree mutex lock prior to calling | bmilekic | 2001-01-09 | 1 | -12/+15 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -9/+9 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is the | bmilekic | 2000-10-15 | 1 | -1/+5 |
* | Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat | bmilekic | 2000-09-30 | 1 | -254/+207 |
* | m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interrupt | peter | 2000-08-25 | 1 | -0/+2 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -27/+57 |
* | mbstat should be a read-only sysctl. | alfred | 2000-07-31 | 1 | -1/+1 |
* | Make mbstat.m_mtypes seperate and viewable via sysctl, also | alfred | 2000-07-15 | 1 | -0/+4 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -0/+9 |
* | Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clusters | msmith | 1999-12-28 | 1 | -2/+22 |
* | Make m_print const correct (avoids a warning) | eivind | 1999-12-20 | 1 | -1/+1 |
* | Woops, I'm so sorry I forgot this! From the last mbuf.h change: | green | 1999-12-18 | 1 | -2/+2 |
* | Bug fix: | green | 1999-12-14 | 1 | -0/+2 |
* | This is Bosko Milekic's mbuf allocation waiting code. Basically, this | green | 1999-12-12 | 1 | -22/+138 |
* | The functions m_copym() and m_copypacket() return read-only copies, | archie | 1999-12-01 | 1 | -0/+78 |
* | Fix a warning. | peter | 1999-11-18 | 1 | -1/+1 |
* | New function: | phk | 1999-11-01 | 1 | -0/+16 |
* | change identical and "programming error" panic("mcopy*")'s into | alfred | 1999-10-13 | 1 | -12/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 1 | -1/+11 |
* | Slight reorganization of kernel thread/process creation. Instead of using | peter | 1999-07-01 | 1 | -2/+2 |
* | Typo in comment. | des | 1999-04-12 | 1 | -2/+2 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+2 |
* | Only call m_reclaim() if M_WAIT since calling it from an interrupt can | dg | 1998-07-27 | 1 | -3/+11 |
* | Update M_EXT support in m_copypacket(). | phk | 1998-07-03 | 1 | -3/+11 |
* | If we are out of mb_map space and we failed to m_reclaim() anything and | dg | 1998-06-05 | 1 | -7/+15 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 1 | -2/+2 |
* | Restored used include of <sys/malloc.h>. malloc() is not used | bde | 1997-12-28 | 1 | -21/+22 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -2/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+1 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -4/+1 |
* | Create a new branch of the kernel MIB, kern.ipc, to store | wollman | 1997-02-24 | 1 | -3/+19 |
* | uipc_mbuf.c: do a better job of counting how often we have to wait | wollman | 1997-02-18 | 1 | -6/+16 |
* | Provide an alternative mbuf cluster allocator which permits use of | wollman | 1997-02-13 | 1 | -1/+46 |
* | Fix bug related to map entry allocations where a sleep might be attempted | dg | 1997-01-15 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | fix handling of external objects referenced by mbufs | julian | 1996-08-19 | 1 | -3/+11 |
* | Ups, I removed NMB_INIT too. | phk | 1996-05-12 | 1 | -1/+3 |
* | Nail down NCL_INIT = 1, and put a comment there telling what it is. | phk | 1996-05-11 | 1 | -8/+4 |
* | Allocate mbufs from a separate submap so that NMBCLUSTERS works as | wollman | 1996-05-10 | 1 | -3/+3 |
* | Our new-old mbugf allocator. This is actually something of a blast from | wollman | 1996-05-08 | 1 | -1/+103 |
* | An old typo MCLBYTES/CLBYTES became more obvious bogus now. | phk | 1996-05-06 | 1 | -3/+3 |
* | removed: | phk | 1996-05-02 | 1 | -5/+5 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -4/+6 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |