Home | History | Annotate | Download | only in net
History log of /src/sys/net/if_llc.h
RevisionDateAuthorComments
 1.23  03-Feb-2021  roy CTASSERT -> __CTASSERT to unbreak userland build.

While here move __packed in tcp_debug.h back to where it was and
note removal warrants more investigation.
 1.22  03-Feb-2021  roy if_llc.h: Replace __packed with CTASSERT
 1.21  05-Sep-2014  matt branches: 1.21.32;
Don't use class as a structure member.
 1.20  08-Sep-2008  gmcgarry branches: 1.20.38;
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
preprocessor macros.
 1.19  20-Feb-2008  matt branches: 1.19.6; 1.19.10; 1.19.12; 1.19.16;
s/u_\(int[0-9]*_t\)/u\1/g
(change u_int*_t to uint*_t)
 1.18  25-Dec-2007  perry Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h
 1.17  10-Dec-2006  is branches: 1.17.20; 1.17.26; 1.17.28; 1.17.32;
define some more magic LLC constants
 1.16  14-May-2006  christos branches: 1.16.8; 1.16.10; 1.16.12;
Comment out packed attributes that gcc 4 does not like.
 1.15  10-Dec-2005  elad branches: 1.15.4; 1.15.6; 1.15.8; 1.15.12;
Multiple inclusion protection, as suggested by christos@ on tech-kern@
few days ago.
 1.14  07-Aug-2003  agc branches: 1.14.16;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.13  10-Apr-2001  thorpej branches: 1.13.22;
Add 802.1D (Spanning Tree) LSAP code.
 1.12  19-Nov-1999  thorpej branches: 1.12.6;
Add the `packed' attribute to structures which describe wire protocol
data formats.
 1.11  22-Mar-1999  bad branches: 1.11.8; 1.11.14;
Add LLC_SNAPFRAMELEN.
 1.10  09-Feb-1998  perry add multiple inclusion protection (and cleanup).
 1.9  02-May-1997  christos Rename a the pdu fields and don't add the bogus cast on the frmrinfo define.
 1.8  01-May-1997  christos Bring back to life struct frmrinfo and llc_frmrinfo; these are used in netccitt
 1.7  01-May-1997  christos PR/3462: William Studenmund: sizeof(struct llc) returns 10 on m68k instead
of 8. Since structure padding on the m68k is 16 and on the arm is 32, we
rearrange the frmrinfo portion of the union not to contain a second structure.
 1.6  08-Mar-1995  cgd fixed sized types, where appropriate. when casting pointers to
integers to do math on them, cast to long. ioctl commands are
u_longs.
 1.5  29-Jun-1994  cgd New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
 1.4  13-May-1994  mycroft Update to 4.4-Lite networking code, with a few local changes.
 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.11.14.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.11.8.2  21-Apr-2001  bouyer Sync with HEAD
 1.11.8.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.12.6.1  21-Jun-2001  nathanw Catch up to -current.
 1.13.22.4  11-Dec-2005  christos Sync with head.
 1.13.22.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.13.22.2  18-Sep-2004  skrll Sync with HEAD.
 1.13.22.1  03-Aug-2004  skrll Sync with HEAD
 1.14.16.4  27-Feb-2008  yamt sync with head.
 1.14.16.3  21-Jan-2008  yamt sync with head
 1.14.16.2  30-Dec-2006  yamt sync with head.
 1.14.16.1  21-Jun-2006  yamt sync with head.
 1.15.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.15.8.1  24-May-2006  yamt sync with head.
 1.15.6.1  01-Jun-2006  kardel Sync with head.
 1.15.4.1  09-Sep-2006  rpaulo sync with head
 1.16.12.1  18-Dec-2006  tron Pull up following revision(s) (requested by is in ticket #280):
sys/net/if_llc.h: revision 1.17
define some more magic LLC constants
 1.16.10.1  18-Dec-2006  yamt sync with head.
 1.16.8.1  12-Jan-2007  ad Sync with head.
 1.17.32.1  02-Jan-2008  bouyer Sync with HEAD
 1.17.28.1  26-Dec-2007  ad Sync with head.
 1.17.26.1  18-Feb-2008  mjf Sync with HEAD.
 1.17.20.2  23-Mar-2008  matt sync with HEAD
 1.17.20.1  09-Jan-2008  matt sync with HEAD
 1.19.16.1  19-Oct-2008  haad Sync with HEAD.
 1.19.12.1  24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.19.10.1  04-May-2009  yamt sync with head.
 1.19.6.1  28-Sep-2008  mjf Sync with HEAD.
 1.20.38.1  03-Dec-2017  jdolecek update from HEAD
 1.21.32.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed