summaryrefslogtreecommitdiff
path: root/sys/net/slcompress.c
AgeCommit message (Expand)Author
2019-04-06KNF. No functional change.msaitoh
2016-08-05Actually commit the changes for making this into a loadable module. Thepgoyette
2015-08-24sprinkle _KERNEL_OPTpooka
2009-04-18Use memcmp(9) and memcpy(9) directly rather than viatsutsui
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bcmp -> memcmpcegger
2008-06-15remove unnecessary casts.christos
2008-02-20s/u_\(int[0-9]*_t\)/u\1/gmatt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-19Perry reports that buf can be NULL, so deal with it.christos
2006-04-15Coverity CID 756: Remove bogus NULL checks.christos
2006-04-15Coverity CID 755: Protect against NULL deref.christos
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2004-12-06Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-02KNFitojun
2001-11-12add RCSIDslukem
2001-07-18bzero -> memsetthorpej
2000-03-30Kill some more register declarations.augustss
1999-03-13make this compile againdrochner
1999-03-12exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145perry
1998-12-12Synchronize with the Ultrix version of the ppp release.christos
1997-05-17Update to ppp-2.3b5christos
1997-03-12Update to ppp-2.3b4; from Paul Mackerraschristos
1996-03-15Added packet filtering, support for "PPP Deflate" packet compression,paulus
1996-02-13Net prototypeschristos
1995-11-20fix casts; should cast pointers to longs, not ints.cgd
1995-07-04Latest version of PPP stuff, with packet compression and otherpaulus
1995-03-28KERNEL -> _KERNELjtc
1995-03-08fixed sized types, where appropriate. when casting pointers tocgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-05-08Version from ppp-2.1 release.paulus
1994-01-21got rid of a warning reported by Bill Sommerfeldglass
1993-12-18Canonicalize all #includes.mycroft
1993-08-14ppp from paul mackerrasderaadt
1993-05-20add rcs ids to everything, and clean up headerscgd
1993-03-25added BPF support, as provided by David Greenman (davidg@implode.rain.com)cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd