aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of MT_RTABLE; multicast routing no longer uses it.Bill Fenner1999-01-181-2/+2
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send aDavid Greenman1998-11-051-1/+2
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-1/+5
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-7/+7
* Cast pointers to [u]intptr_t instead of to [unsigned] long.Bruce Evans1998-07-151-4/+5
* Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn'tBruce Evans1997-12-281-8/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-23/+2
* Remove a bunch of unused malloc types.Poul-Henning Kamp1997-10-101-3/+3
* Make malloc more extensible. The malloc type is now a pointer toPoul-Henning Kamp1997-10-101-3/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-16/+13
* Add new kern.ipc MIB branch constants and mbuf stats.Garrett Wollman1997-02-241-1/+8
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a protocol-specific mbuf flag.Garrett Wollman1996-08-191-2/+3
* fix handling of external objects referenced by mbufsJulian Elischer1996-08-191-25/+11
* Allocate mbufs from a separate submap so that NMBCLUSTERS works asGarrett Wollman1996-05-101-1/+2
* Our new-old mbugf allocator. This is actually something of a blast fromGarrett Wollman1996-05-081-28/+64
* Merge in Lite2: clean up casts for architectures where the size of addressesJeffrey Hsu1996-03-111-24/+23
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-2/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-2/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-11/+11
* Declare a complete prototype for the function pointer *ext_free and theBruce Evans1994-11-141-5/+6
* Backed out mbuf performance improvement. mbufs are allocated with variousDavid Greenman1994-11-041-32/+4
* Add back and correct declaration of m_copyback()David Greenman1994-10-021-1/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-11/+18
* Another typo by mePaul Richards1994-08-211-3/+3
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Implemented "fast" mbuf macros. a small number of mbufs are cached inDavid Greenman1994-08-061-4/+32
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+402