| Commit message (Expand) | Author | Age | Files | Lines |
* | m_pulldown(): Change an if () panic() into a KASSERT(). | Bjoern A. Zeeb | 2019-11-06 | 1 | -2/+2 |
* | In m_pulldown(), before trying to prepend bytes to the subsequent mbuf, | Jonathan T. Looney | 2019-08-09 | 1 | -1/+1 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Remove writability requirement for single-mbuf, contiguous-range | Ravi Pokala | 2017-01-12 | 1 | -1/+1 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | sys/kern: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | Add const-qualifiers for source mbuf argument in m_dup(), m_copym(), | Alexander V. Chernikov | 2015-08-08 | 1 | -1/+1 |
* | Remove a 'This is dumb' comment that has been incorrect for at least a | Robert Watson | 2015-01-09 | 1 | -4/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -3/+3 |
* | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -2/+2 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -2/+0 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -3/+3 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
* | Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, which | Robert Watson | 2005-07-17 | 1 | -1/+2 |
* | Make a bunch of malloc types static. | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -2/+2 |
* | Rename _m_tag_free() to m_tag_free_default() and make it non-static. | Gleb Smirnoff | 2004-10-11 | 1 | -3/+3 |
* | Revert last commit since it breaks API. | Gleb Smirnoff | 2004-10-10 | 1 | -10/+5 |
* | Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free() | Gleb Smirnoff | 2004-10-09 | 1 | -6/+11 |
* | Make sure we don't call mbuf allocation functions with mutexes held. | Alfred Perlstein | 2004-07-21 | 1 | -0/+4 |
* | Bring in mbuma to replace mballoc. | Bosko Milekic | 2004-05-31 | 1 | -23/+17 |
* | set m_len to reflect mbuf contents on return from m_dup1; fixes an obscure | Sam Leffler | 2004-05-09 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | m_tag fixups in preparation for heavier use: | Sam Leffler | 2004-01-02 | 1 | -51/+13 |
* | Introduce the notion of "persistent mbuf tags"; these are tags that stay | Sam Leffler | 2003-10-29 | 1 | -0/+17 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson | 2003-04-14 | 1 | -1/+22 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
* | preserve the order of tags copied by m_tag_copy_chain | Sam Leffler | 2003-01-21 | 1 | -3/+2 |
* | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -6/+8 |
* | correct function names in KASSERT's for 2 m_tag routines | Sam Leffler | 2002-11-26 | 1 | -2/+2 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -75/+127 |
* | In m_aux_delete, no need to chase beyond victim. | Hajimu UMEMOTO | 2002-05-23 | 1 | -0/+1 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
* | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -42/+104 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+2 |
* | Long awaited style fixup in mbuf code. Get rid of K&R style prototyping | Bosko Milekic | 2001-02-11 | 1 | -13/+4 |
* | * Have m_pulldown() use the new M_WRITABLE() macro in order to determine | Bosko Milekic | 2000-11-11 | 1 | -14/+31 |
* | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
* | Replace the mbuf external reference counting code with something | David Malone | 2000-08-19 | 1 | -1/+1 |
* | remove m_pulldown statistics, which is highly experimental and does not | Jun-ichiro itojun Hagino | 2000-07-12 | 1 | -87/+0 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -0/+419 |