Home | History | Annotate | Download | only in net
History log of /src/sys/net/slcompress.h
RevisionDateAuthorComments
 1.20  05-Mar-2020  riastradh Need opt_inet.h for #ifdef INET, INET6.
 1.19  12-Dec-2016  maya branches: 1.19.16; 1.19.20;
acknowleg -> acknowledg, proceedure -> procedure.
only comments were changed.

from miod
 1.18  20-Feb-2008  matt branches: 1.18.54; 1.18.74; 1.18.78;
s/u_\(int[0-9]*_t\)/u\1/g
(change u_int*_t to uint*_t)
 1.17  11-Dec-2005  thorpej branches: 1.17.46;
ANSI function decls and application of static.
 1.16  10-Dec-2005  elad Multiple inclusion protection, as suggested by christos@ on tech-kern@
few days ago.
 1.15  26-Feb-2005  perry branches: 1.15.4;
nuke trailing whitespace
 1.14  06-Dec-2004  christos branches: 1.14.4; 1.14.6;
Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.
 1.13  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.12  09-Feb-1998  perry branches: 1.12.48;
add multiple inclusion protection (and cleanup).
 1.11  17-May-1997  christos Update to ppp-2.3b5
 1.10  12-Mar-1997  christos Update to ppp-2.3b4; from Paul Mackerras
 1.9  04-Jul-1995  paulus Latest version of PPP stuff, with packet compression and other
improvements. The PPP kernel code is now split into if_ppp.c,
containing generic PPP support, and ppp_tty.c, which specifically
supports PPP on async tty devices (as a line discipline). This is
so that other devices can be supported without making them look
like ttys.
 1.8  29-Jun-1994  cgd New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
 1.7  13-May-1994  mycroft Update to 4.4-Lite networking code, with a few local changes.
 1.6  08-May-1994  paulus Version from ppp-2.1 release.
 1.5  15-Jan-1994  deraadt multiple inclusion protection
 1.4  14-Aug-1993  deraadt ppp from paul mackerras
 1.3  20-May-1993  cgd add rcs ids to everything, and clean up headers
 1.2  19-Apr-1993  mycroft Add consistent multiple-inclusion protection.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  01-Mar-1998  fvdl Import 4.4BSD-Lite for reference
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.12.48.6  11-Dec-2005  christos Sync with head.
 1.12.48.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.12.48.4  18-Dec-2004  skrll Sync with HEAD.
 1.12.48.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.48.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.48.1  03-Aug-2004  skrll Sync with HEAD
 1.14.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.14.4.1  29-Apr-2005  kent sync with -current
 1.15.4.2  27-Feb-2008  yamt sync with head.
 1.15.4.1  21-Jun-2006  yamt sync with head.
 1.17.46.1  23-Mar-2008  matt sync with HEAD
 1.18.78.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.18.74.1  05-Feb-2017  skrll Sync with HEAD
 1.18.54.1  03-Dec-2017  jdolecek update from HEAD
 1.19.20.1  19-Mar-2020  martin Pull up following revision(s) (requested by riastradh in ticket #787):

sys/altq/altq_flowvalve.h: revision 1.4
sys/net/zlib.h: revision 1.15
sys/dist/pf/net/pfvar.h: revision 1.23
sys/external/bsd/drm2/dist/include/drm/drmP.h: revision 1.38
sys/external/bsd/drm2/dist/drm/drm_drv.c: revision 1.13
sys/net/slcompress.h: revision 1.20

Need opt_inet.h for #ifdef INET, INET6.

Avoid duplicate definition of internal_state struct.

Avoid struct inode.

This is an fs-independent structure in Linux. We don't actually use
it as such; it's just a dummy struct tag. But we do have an actual
struct inode in ufs and in lfs, and using the same struct tag here
confuses ctf leading to four copies of pretty much every drm data
structure.
 1.19.16.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed