summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf2.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-2/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-3/+3
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, whichrwatson2005-07-171-1/+2
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* Rename _m_tag_free() to m_tag_free_default() and make it non-static.glebius2004-10-111-3/+3
* Revert last commit since it breaks API.glebius2004-10-101-10/+5
* Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()glebius2004-10-091-6/+11
* Make sure we don't call mbuf allocation functions with mutexes held.alfred2004-07-211-0/+4
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-23/+17
* set m_len to reflect mbuf contents on return from m_dup1; fixes an obscuresam2004-05-091-0/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* m_tag fixups in preparation for heavier use:sam2004-01-021-51/+13
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-291-0/+17
* Use __FBSDID().obrien2003-06-111-2/+3
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-141-1/+22
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* preserve the order of tags copied by m_tag_copy_chainsam2003-01-211-3/+2
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-6/+8
* correct function names in KASSERT's for 2 m_tag routinessam2002-11-261-2/+2
* Replace aux mbufs with packet tags:sam2002-10-161-75/+127
* In m_aux_delete, no need to chase beyond victim.ume2002-05-231-0/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* Remove __P.alfred2002-03-191-1/+1
* Sync with recent KAME.ume2001-06-111-42/+104
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Long awaited style fixup in mbuf code. Get rid of K&R style prototypingbmilekic2001-02-111-13/+4
* * Have m_pulldown() use the new M_WRITABLE() macro in order to determinebmilekic2000-11-111-14/+31
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+1
* remove m_pulldown statistics, which is highly experimental and does notitojun2000-07-121-87/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+419
OpenPOWER on IntegriCloud