| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a fairly subtle bug in mbuf_init() where the reference counter | bmilekic | 2002-10-16 | 1 | -1/+1 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -14/+7 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Make m_flags an int instead of a short, this is consistent with the | bmilekic | 2002-08-15 | 1 | -1/+1 |
* | Only my brain can fart while fixing a previous brain fart. | bmilekic | 2002-08-08 | 1 | -2/+1 |
* | YIKES, I take the pointy-hat for a really big braino here. I | bmilekic | 2002-08-08 | 1 | -4/+3 |
* | Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags' | rwatson | 2002-08-07 | 1 | -1/+1 |
* | Move the MAC label init/destroy stuff to more appropriate places so that | bmilekic | 2002-08-01 | 1 | -10/+20 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -1/+22 |
* | Make reference counting for mbuf clusters [only] work like in RELENG_4. | bmilekic | 2002-07-30 | 1 | -49/+37 |
* | Move m_freem() from uipc_mbuf.c to subr_mbuf.c so it can take advantage | bmilekic | 2002-07-24 | 1 | -0/+48 |
* | Introduce mb_free() to the MBP_PERSIST{,ENT} interface. What this means | bmilekic | 2002-07-23 | 1 | -17/+70 |
* | o Introduce new m_getcl() interface routine that allocates an mbuf | bmilekic | 2002-07-15 | 1 | -74/+395 |
* | m_extadd takes a void (*freef)(void *, void *) now, not a | alfred | 2002-06-29 | 1 | -1/+1 |
* | Set system_map for both mbuf_map and clust_map to 1, in mbuf_init(). | bmilekic | 2002-06-13 | 1 | -2/+4 |
* | Separate "seperate" from kernel source. | eric | 2002-05-16 | 1 | -1/+1 |
* | Remove a printf(3) argument with no corresponding format specifier. | des | 2002-05-14 | 1 | -1/+1 |
* | Change the mbuf exhaustion warning message to match the message | silby | 2002-05-09 | 1 | -1/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Fix bug in mb_alloc that made systems configured with | bmilekic | 2002-03-03 | 1 | -3/+1 |
* | On the first day of Christmas bde gave to me: | bmilekic | 2001-12-23 | 1 | -143/+132 |
* | Move prototype of _mext_free to mbuf.h, where it belongs, because it is | bmilekic | 2001-12-22 | 1 | -1/+0 |
* | vm/vm_kern.c: rate limit (to once per second) diagnostic printf when | luigi | 2001-12-01 | 1 | -1/+14 |
* | Context: | bmilekic | 2001-11-25 | 1 | -1/+2 |
* | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | bmilekic | 2001-09-30 | 1 | -13/+71 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), in | bmilekic | 2001-08-03 | 1 | -4/+4 |
* | Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will be | bmilekic | 2001-08-01 | 1 | -15/+4 |
* | Use the tunable maxusers rather than the compile-time one. Evaluate and | peter | 2001-07-26 | 1 | -12/+18 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 1 | -6/+23 |
* | Increase NMBCLUSTERS by 4x. | obrien | 2001-07-17 | 1 | -1/+1 |
* | Temporary fix at least- define NCPU_PRESENT which will be mp_npcus for | mjacob | 2001-06-22 | 1 | -2/+11 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -0/+1029 |