| Commit message (Expand) | Author | Age | Files | Lines |
* | Style fixes: don't indent variable names. | silby | 2004-02-05 | 1 | -6/+6 |
* | Style fixes | silby | 2004-02-04 | 1 | -6/+0 |
* | Rewrite sendfile's header support so that headers are now sent in the first | silby | 2004-02-01 | 1 | -0/+56 |
* | Fix another 0 / NULL mixup. | silby | 2003-12-25 | 1 | -1/+1 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 1 | -1/+1 |
* | style(9) pass and type fixups. | bms | 2003-12-16 | 1 | -14/+8 |
* | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | bms | 2003-12-15 | 1 | -0/+67 |
* | Implement MBUF_STRESS_TEST mark II. | silby | 2003-09-01 | 1 | -0/+84 |
* | Three fixes: | silby | 2003-07-19 | 1 | -2/+10 |
* | Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seems | silby | 2003-06-17 | 1 | -2/+8 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Add another MBUF_STRESS_TEST feature, m_defragrandomfailures. | silby | 2003-04-15 | 1 | -0/+15 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | rwatson | 2003-04-14 | 1 | -15/+8 |
* | Use MBTOM() to convert mbuf allocator flags to malloc() flags, rather | rwatson | 2003-04-14 | 1 | -2/+1 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -4/+3 |
* | Add the m_defrag routine, as discussed on committers@. This | silby | 2003-03-29 | 1 | -0/+83 |
* | Allow m_dup_pkthdr to accept mbufs with attached clusters as | silby | 2003-03-28 | 1 | -3/+3 |
* | In m_dup_pkthdr(), convert the supplied `how' argument into malloc | iedowse | 2003-03-13 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -14/+54 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | While well intentionned the check to see it there is a packet | julian | 2002-09-19 | 1 | -3/+0 |
* | fix style.. Return in the kernel always has () around the arguments. | julian | 2002-09-19 | 1 | -1/+1 |
* | Compiler was correct: | julian | 2002-09-19 | 1 | -1/+1 |
* | If M_PKTHDR is set then we don't need to do a loop to find the total length. | darrenr | 2002-09-19 | 1 | -0/+3 |
* | style nit: unsigned -> u_int in the kernel, particularly to | bmilekic | 2002-09-18 | 1 | -11/+11 |
* | Make m_length() and m_fixhdr() return unsigned. | phk | 2002-09-18 | 1 | -4/+4 |
* | Introduce the m_length() function which will return the accumulated | phk | 2002-09-18 | 1 | -6/+19 |
* | Move m_fixhdr() from "mbchain" to "mbuf" where it belongs. | phk | 2002-09-18 | 1 | -0/+14 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | rwatson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+14 |
* | Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr() | rwatson | 2002-07-30 | 1 | -0/+19 |
* | Move m_freem() from uipc_mbuf.c to subr_mbuf.c so it can take advantage | bmilekic | 2002-07-24 | 1 | -8/+0 |
* | o Introduce new m_getcl() interface routine that allocates an mbuf | bmilekic | 2002-07-15 | 1 | -66/+0 |
* | Fix a bug in m_split(): the "m->m_ext.ext_size" field of an mbuf was being | archie | 2002-05-31 | 1 | -1/+5 |
* | Fix corner case where m_len was not being initialized. | hsu | 2002-04-12 | 1 | -1/+3 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -8/+3 |
* | Update to C99, s/__FUNCTION__/__func__/. | obrien | 2001-12-10 | 1 | -2/+2 |
* | Forgot to remove this un-needed test. (M_WAITOK won't fail) | julian | 2001-08-19 | 1 | -1/+1 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -461/+8 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -30/+25 |
* | Patch up a blunder I made a few days ago. nmbcnt was being initialized | peter | 2001-06-13 | 1 | -6/+15 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -9/+0 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -3/+3 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -3/+3 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -9/+15 |
* | Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile. | obrien | 2001-06-01 | 1 | -0/+5 |
* | Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c | jesper | 2001-05-31 | 1 | -5/+0 |
* | Increment mbstat.m_mpfail, not mbstat.m_mcfail, when m_pullup() fails. | bmilekic | 2001-05-23 | 1 | -1/+1 |