aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure that there's a bit of extra space in our buffer when it'sBrian Somers2000-01-031-0/+1
* Increase M_MAXLEN from 2048 - sizeof struct mbuf toBrian Somers1999-12-301-1/+1
* Implement mbuf allocation internally by maintaining 8 buckets ofBrian Somers1999-12-201-0/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-19/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-3/+3
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-13/+42
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-3/+6
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-7/+9
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-1/+2
* Consolidate the two malloc()s that are done when allocatingBrian Somers1998-08-211-6/+7
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-9/+10
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-13/+17
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-11/+11
| * Print mbuf type names in `show mem'.Brian Somers1998-04-071-4/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-1/+3
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-2/+3
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-2/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+60
* Remove unused #includes.Brian Somers1998-01-211-3/+1
* Abstract the CCP layer a level.Brian Somers1997-12-031-2/+1
* Fix prototypes.Brian Somers1997-11-221-2/+2
* Cosmetic:Brian Somers1997-10-261-3/+1
* Cosmetic (no functional changes):Brian Somers1997-10-261-17/+12
* Make the code format more in line with style(9).Brian Somers1997-08-251-15/+16
* Overhaul ppp:Brian Somers1997-06-091-10/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-9/+9
* (no commit message)Atsushi Murai1995-01-311-0/+67