summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf2.c
Commit message (Expand)AuthorAgeFilesLines
* 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