aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_mbuf2.c
Commit message (Expand)AuthorAgeFilesLines
* m_pulldown(): Change an if () panic() into a KASSERT().Bjoern A. Zeeb2019-11-061-2/+2
* In m_pulldown(), before trying to prepend bytes to the subsequent mbuf,Jonathan T. Looney2019-08-091-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove writability requirement for single-mbuf, contiguous-rangeRavi Pokala2017-01-121-1/+1
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Add const-qualifiers for source mbuf argument in m_dup(), m_copym(),Alexander V. Chernikov2015-08-081-1/+1
* Remove a 'This is dumb' comment that has been incorrect for at least aRobert Watson2015-01-091-4/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-2/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-2/+0
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-3/+3
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, whichRobert Watson2005-07-171-1/+2
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Rename _m_tag_free() to m_tag_free_default() and make it non-static.Gleb Smirnoff2004-10-111-3/+3
* Revert last commit since it breaks API.Gleb Smirnoff2004-10-101-10/+5
* Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()Gleb Smirnoff2004-10-091-6/+11
* Make sure we don't call mbuf allocation functions with mutexes held.Alfred Perlstein2004-07-211-0/+4
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-23/+17
* set m_len to reflect mbuf contents on return from m_dup1; fixes an obscureSam Leffler2004-05-091-0/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* m_tag fixups in preparation for heavier use:Sam Leffler2004-01-021-51/+13
* Introduce the notion of "persistent mbuf tags"; these are tags that staySam Leffler2003-10-291-0/+17
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,Robert Watson2003-04-141-1/+22
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* preserve the order of tags copied by m_tag_copy_chainSam Leffler2003-01-211-3/+2
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-6/+8
* correct function names in KASSERT's for 2 m_tag routinesSam Leffler2002-11-261-2/+2
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-75/+127
* In m_aux_delete, no need to chase beyond victim.Hajimu UMEMOTO2002-05-231-0/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+1
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-42/+104
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Long awaited style fixup in mbuf code. Get rid of K&R style prototypingBosko Milekic2001-02-111-13/+4
* * Have m_pulldown() use the new M_WRITABLE() macro in order to determineBosko Milekic2000-11-111-14/+31
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+1
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-121-87/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-0/+419