summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* staticise mbuftype()brian2000-10-301-1/+1
* Report the type of mbuf that couldn't be allocated beforebrian2000-10-271-13/+21
* Correct a bad bug in m_prepend()brian2000-05-071-3/+5
* Fix some printf-style argument bugsbrian2000-03-141-3/+3
* Ensure that there's a bit of extra space in our buffer when it'sbrian2000-01-031-1/+18
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Implement mbuf allocation internally by maintaining 8 buckets ofbrian1999-12-201-13/+73
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-93/+109
* Learn to do pointer arithmatic (doh!)brian1999-12-181-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Aligh mbufs to sizeof(long), not 4brian1999-08-261-2/+2
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-2/+2
* Change printf formats %q[du] -> %ll[du]brian1999-08-091-2/+2
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-22/+31
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-25/+29
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-13/+92
* Ensure that the thing we're casting to struct ipbrian1999-03-291-6/+32
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-7/+2
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+2
* Consolidate the two malloc()s that are done when allocatingbrian1998-08-211-10/+2
* Make ``show mem'' display the number of packets allocated as well as thebrian1998-08-211-11/+15
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-5/+5
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-2/+3
* Zero mbuf::pnext when Dequeue()ing.brian1998-06-161-1/+2
* o Don't dump core with ~m in term mode.brian1998-06-161-2/+1
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-1/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-34/+71
* Remove unused #includes.brian1998-01-211-3/+2
* Initialize mbuf::pnext.brian1997-12-281-1/+2
* Fix prototypes.brian1997-11-221-3/+3
* Cosmetic (no functional changes):brian1997-10-261-6/+13
* Make the code format more in line with style(9).brian1997-08-251-27/+18
* Add "set server" to control the server socket.brian1997-06-251-1/+4
* Overhaul ppp:brian1997-06-091-44/+22
* Tidy up the code - bounds checking, returnbrian1997-05-101-1/+11
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-2/+1
* (no commit message)amurai1995-01-311-0/+187
OpenPOWER on IntegriCloud