| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | fix m_append for case where additional mbufs are required | Sam Leffler | 2004-12-15 | 1 | -2/+2 |
* | add m_append utility function to be used in forthcoming changes | Sam Leffler | 2004-12-08 | 1 | -0/+46 |
* | improve the mbuf m_print function.. Only pull length from pkthdr if there | John-Mark Gurney | 2004-09-28 | 1 | -5/+20 |
* | Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK | Bosko Milekic | 2004-07-21 | 1 | -2/+0 |
* | Make sure we don't call mbuf allocation functions with mutexes held. | Alfred Perlstein | 2004-07-21 | 1 | -0/+8 |
* | Gah! Plug a mbuf leak I introduced in the last commit. | Bosko Milekic | 2004-06-11 | 1 | -2/+3 |
* | Plug a race where upon free this scenario could occur: | Bosko Milekic | 2004-06-10 | 1 | -15/+30 |
* | Fix a panic happening when m_getm() is called with len < MCLBYTES. | Maxime Henrion | 2004-06-09 | 1 | -1/+1 |
* | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 1 | -38/+197 |
* | constify the last argument of m_copyback. | Luigi Rizzo | 2004-04-18 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Style fixes: don't indent variable names. | Mike Silbersack | 2004-02-05 | 1 | -6/+6 |
* | Style fixes | Mike Silbersack | 2004-02-04 | 1 | -6/+0 |
* | Rewrite sendfile's header support so that headers are now sent in the first | Mike Silbersack | 2004-02-01 | 1 | -0/+56 |
* | Fix another 0 / NULL mixup. | Mike Silbersack | 2003-12-25 | 1 | -1/+1 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -1/+1 |
* | style(9) pass and type fixups. | Bruce M Simpson | 2003-12-16 | 1 | -14/+8 |
* | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | Bruce M Simpson | 2003-12-15 | 1 | -0/+67 |
* | Implement MBUF_STRESS_TEST mark II. | Mike Silbersack | 2003-09-01 | 1 | -0/+84 |
* | Three fixes: | Mike Silbersack | 2003-07-19 | 1 | -2/+10 |
* | Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seems | Mike Silbersack | 2003-06-17 | 1 | -2/+8 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Add another MBUF_STRESS_TEST feature, m_defragrandomfailures. | Mike Silbersack | 2003-04-15 | 1 | -0/+15 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson | 2003-04-14 | 1 | -15/+8 |
* | Use MBTOM() to convert mbuf allocator flags to malloc() flags, rather | Robert Watson | 2003-04-14 | 1 | -2/+1 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -4/+3 |
* | Add the m_defrag routine, as discussed on committers@. This | Mike Silbersack | 2003-03-29 | 1 | -0/+83 |
* | Allow m_dup_pkthdr to accept mbufs with attached clusters as | Mike Silbersack | 2003-03-28 | 1 | -3/+3 |
* | In m_dup_pkthdr(), convert the supplied `how' argument into malloc | Ian Dowse | 2003-03-13 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
* | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -14/+54 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -1/+1 |
* | While well intentionned the check to see it there is a packet | Julian Elischer | 2002-09-19 | 1 | -3/+0 |
* | fix style.. Return in the kernel always has () around the arguments. | Julian Elischer | 2002-09-19 | 1 | -1/+1 |
* | Compiler was correct: | Julian Elischer | 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. | Darren Reed | 2002-09-19 | 1 | -0/+3 |
* | style nit: unsigned -> u_int in the kernel, particularly to | Bosko Milekic | 2002-09-18 | 1 | -11/+11 |
* | Make m_length() and m_fixhdr() return unsigned. | Poul-Henning Kamp | 2002-09-18 | 1 | -4/+4 |
* | Introduce the m_length() function which will return the accumulated | Poul-Henning Kamp | 2002-09-18 | 1 | -6/+19 |
* | Move m_fixhdr() from "mbchain" to "mbuf" where it belongs. | Poul-Henning Kamp | 2002-09-18 | 1 | -0/+14 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | Robert Watson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+14 |
* | Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr() | Robert Watson | 2002-07-30 | 1 | -0/+19 |
* | Move m_freem() from uipc_mbuf.c to subr_mbuf.c so it can take advantage | Bosko Milekic | 2002-07-24 | 1 | -8/+0 |
* | o Introduce new m_getcl() interface routine that allocates an mbuf | Bosko Milekic | 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 Cobbs | 2002-05-31 | 1 | -1/+5 |
* | Fix corner case where m_len was not being initialized. | Jeffrey Hsu | 2002-04-12 | 1 | -1/+3 |
* | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 1 | -8/+3 |