aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-6/+6
* Add a missing memcpy (*blush*!)Brian Somers2004-04-171-4/+8
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-3/+3
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-7/+7
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-17/+25
* staticise mbuftype()Brian Somers2000-10-301-1/+1
* Report the type of mbuf that couldn't be allocated beforeBrian Somers2000-10-271-13/+21
* Correct a bad bug in m_prepend()Brian Somers2000-05-071-3/+5
* Fix some printf-style argument bugsBrian Somers2000-03-141-3/+3
* Ensure that there's a bit of extra space in our buffer when it'sBrian Somers2000-01-031-1/+18
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* Implement mbuf allocation internally by maintaining 8 buckets ofBrian Somers1999-12-201-13/+73
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-93/+109
* Learn to do pointer arithmatic (doh!)Brian Somers1999-12-181-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Aligh mbufs to sizeof(long), not 4Brian Somers1999-08-261-2/+2
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-2/+2
* Change printf formats %q[du] -> %ll[du]Brian Somers1999-08-091-2/+2
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-22/+31
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-25/+29
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-13/+92
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-6/+32
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-7/+2
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+2
* Consolidate the two malloc()s that are done when allocatingBrian Somers1998-08-211-10/+2
* Make ``show mem'' display the number of packets allocated as well as theBrian Somers1998-08-211-11/+15
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-5/+5
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-2/+3
* Zero mbuf::pnext when Dequeue()ing.Brian Somers1998-06-161-1/+2
* o Don't dump core with ~m in term mode.Brian Somers1998-06-161-2/+1
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-34/+71
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-24/+24
| * Print mbuf type names in `show mem'.Brian Somers1998-04-071-4/+13
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-5/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-2/+2
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+2
| * Create struct datalink.Brian Somers1998-02-161-5/+5
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-5/+5
| * Make the server descriptor into a `sort' of struct descriptor.Brian Somers1998-02-091-3/+2
| * Move pppVars.physical into the bundle (for the moment).Brian Somers1998-02-061-2/+2
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-1/+33
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+175
* Remove unused #includes.Brian Somers1998-01-211-3/+2
* Initialize mbuf::pnext.Brian Somers1997-12-281-1/+2
* Fix prototypes.Brian Somers1997-11-221-3/+3
* Cosmetic (no functional changes):Brian Somers1997-10-261-6/+13
* Make the code format more in line with style(9).Brian Somers1997-08-251-27/+18