aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/slcompress.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use the standard BSD copyright as per OpenBSD and /sys/net/slcompress*Brian Somers2005-01-101-17/+33
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-1/+1
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* Fix some printf-style argument bugsBrian Somers2000-03-141-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-17/+13
* $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-446/+449
* 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