aboutsummaryrefslogtreecommitdiff
path: root/sys/net/slcompress.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Don't use ovbcopy(); use void * instead of char *.Dag-Erling Smørgrav2003-04-041-6/+3
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Add some more comments to the sl_compress_tcp() function.Archie Cobbs1999-11-151-2/+9
* Add a comment before sl_compress_tcp() regarding mbuf assumptions.Archie Cobbs1999-10-291-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-4/+4
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thePeter Wemm1997-08-191-24/+30
* Fix this damn mbuf with a negative m_len. It turnsBrian Somers1997-06-221-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* When cslip gets an uncompressed packet, it attempts to save off the TCP/IPDavid Greenman1996-04-111-4/+11
* slcompress: split one of the functions into two parts, to allow use by bothPeter Wemm1995-10-311-33/+81
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Cosmetics: to silence gcc -wall.Poul-Henning Kamp1994-10-081-4/+7
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+2
* Added $Id$David Greenman1994-08-021-2/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+535