aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/slcompress.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: EverythingBrian Somers2002-09-011-2/+7
* MFC:Brian Somers2000-03-211-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-7/+7
* When uncompressing VJ-compressed frames, fix the ip_sum directlyBrian Somers1999-10-131-15/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Oops - add a missing cast.Brian Somers1999-07-101-2/+2
* Leap through one more hoop to avoid alignment problems.Brian Somers1999-07-101-2/+2
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-5/+3
* Oops - remove register keywordBrian Somers1999-03-311-2/+2
* Another alignment bogon.Brian Somers1999-03-311-3/+7
* Point at cs.slcs_u.csu_ip instead of the just-copied ``cp''Brian Somers1999-03-301-19/+9
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* Don't assume ``sizeof(u_long) == 4''Brian Somers1998-06-271-5/+5
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* o Pass our negotiated number of VJ slots intoBrian Somers1998-06-141-5/+8
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-63/+66
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-9/+9
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-2/+2
| * o Use __attribute__ (#ifdef __GNUC__) to type-checkBrian Somers1998-04-191-2/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-3/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-6/+6
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+7
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-44/+42
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-12/+12
| * o Move global/static IPCP data into IpcpInfo.Brian Somers1998-01-291-3/+3
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+587
* Cosmetic (style):Brian Somers1997-12-241-2/+2
* Fix prototypes.Brian Somers1997-11-221-3/+3
* Cosmetic (no functional changes):Brian Somers1997-10-261-22/+29
* Un-spam ip_sum (arrgh - I don't know how this madeBrian Somers1997-10-121-4/+3
* Support VJ maximum slot identifiers != 15.Brian Somers1997-10-071-11/+9
* Make the code format more in line with style(9).Brian Somers1997-08-251-412/+415
* Overhaul ppp:Brian Somers1997-06-091-30/+23
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Fix editing mistake in last commit...sorry.David Greenman1996-04-111-3/+3
* Bugfix based on a kernel fix:David Greenman1996-04-111-5/+12
* Final cleanup for now. -Wall is now silent. A couple of bogons found.Poul-Henning Kamp1996-01-111-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-11/+2
* (no commit message)Atsushi Murai1995-01-311-0/+589