Home | History | Annotate | Download | only in netinet
History log of /src/sys/netinet/tcp_debug.c
RevisionDateAuthorComments
 1.32  03-May-2018  maxv Remove now unused tcpip.h includes. Some were already unused before.
 1.31  29-Mar-2018  maxv Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
understand.

Also make tcp6_mtudisc() static in tcp_subr.c.
 1.30  26-Apr-2016  ozaki-r branches: 1.30.16;
Sweep unnecessary route.h inclusions
 1.29  24-Aug-2015  pooka sprinkle _KERNEL_OPT
 1.28  18-Apr-2009  tsutsui branches: 1.28.22; 1.28.40;
Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
 1.27  18-Mar-2009  cegger bcopy -> memcpy
 1.26  18-Mar-2009  cegger bzero -> memset
 1.25  04-Mar-2007  christos branches: 1.25.40; 1.25.50; 1.25.56;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.24  11-Dec-2005  christos branches: 1.24.26;
merge ktrace-lwp.
 1.23  06-Sep-2005  rpaulo Wrap two big lines.
 1.22  02-Jun-2005  riz branches: 1.22.2;
Fix some const fallout.
 1.21  03-Feb-2005  perry ANSIfy function declarations
 1.20  13-Jan-2005  drochner branches: 1.20.2; 1.20.4;
compile tcp_debug.c only if the TCP_DEBUG option is set,
and remove the "#ifdef TCP_DEBUG" around everything
 1.19  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.18  09-Jun-2002  itojun branches: 1.18.6;
whitespace
 1.17  13-Nov-2001  lukem branches: 1.17.8;
add RCSIDs
 1.16  08-Jul-2001  abs branches: 1.16.2;
Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, and
make all usage of tcp_trace dependent on TCP_DEBUG - resulting in
a 31K saving on an INET enabled i386 kernel.
 1.15  08-Jul-2001  abs Give TCPDEBUG a chance of working - fix printf() types, add missing &s,
and remove attempt to use a non existant tcphdr field.
 1.14  01-Jul-1999  itojun branches: 1.14.14;
IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.
(Sorry for a big commit, I can't separate this into several pieces...)
Pls check sys/netinet6/TODO and sys/netinet6/IMPLEMENTATION for details.

- sys/kern: do not assume single mbuf, accept chained mbuf on passing
data from userland to kernel (or other way round).
- "midway" ATM card: ATM PVC pseudo device support, like those done in ALTQ
package (ftp://ftp.csl.sony.co.jp/pub/kjc/).
- sys/netinet/tcp*: IPv4/v6 dual stack tcp support.
- sys/netinet/{ip6,icmp6}.h, sys/net/pfkeyv2.h: IETF document assumes those
file to be there so we patch it up.
- sys/netinet: IPsec additions are here and there.
- sys/netinet6/*: most of IPv6 code sits here.
- sys/netkey: IPsec key management code
- dev/pci/pcidevs: regen

In my understanding no code here is subject to export control so it
should be safe.
 1.13  13-Oct-1996  christos branches: 1.13.24; 1.13.26;
backout previous kprintf change
 1.12  13-Oct-1996  christos backout previous kprintf changes
 1.11  10-Oct-1996  christos printf -> kprintf, sprintf -> ksprintf
 1.10  13-Feb-1996  christos netinet prototypes
 1.9  13-Apr-1995  cgd be a bit more careful and explicit with types. (basically a large no-op.)
 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-Jan-1994  mycroft Prototypes.
 1.5  08-Jan-1994  mycroft Fix some inconsistent spacing; spaces at the end of lines, etc.
 1.4  18-Dec-1993  mycroft Canonicalize all #includes.
 1.3  22-May-1993  cgd add include of select.h if necessary for protos, or delete if extraneous
 1.2  18-May-1993  cgd make kernel select interface be one-stop shopping & clean it all up.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  05-Jan-1998  thorpej Import sys/netinet from 4.4BSD-Lite for reference purposes.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.13.26.3  30-Nov-1999  itojun bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code). Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.
 1.13.26.2  06-Jul-1999  itojun KAME/NetBSD 1.4, SNAP kit 1999/07/05.
NOTE: this branch is just for reference purposes (i.e. for taking cvs diff).
do not touch anything on the branch. actual work must be done on HEAD branch.
 1.13.26.1  28-Jun-1999  itojun KAME/NetBSD 1.4 SNAP kit, dated 19990628.

NOTE: this branch (kame) is used just for refernce. this may not compile
due to multiple reasons.
 1.13.24.1  01-Jul-1999  thorpej Sync w/ -current.
 1.14.14.3  20-Jun-2002  nathanw Catch up to -current.
 1.14.14.2  14-Nov-2001  nathanw Catch up to -current.
 1.14.14.1  24-Aug-2001  nathanw Catch up with -current.
 1.16.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.16.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.17.8.1  20-Jun-2002  gehenna catch up with -current.
 1.18.6.6  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.18.6.5  04-Feb-2005  skrll Sync with HEAD.
 1.18.6.4  17-Jan-2005  skrll Sync with HEAD.
 1.18.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.18.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.18.6.1  03-Aug-2004  skrll Sync with HEAD
 1.20.4.1  12-Feb-2005  yamt sync with head.
 1.20.2.1  29-Apr-2005  kent sync with -current
 1.22.2.2  03-Sep-2007  yamt sync with head.
 1.22.2.1  21-Jun-2006  yamt sync with head.
 1.24.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.25.56.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.25.50.1  28-Apr-2009  skrll Sync with HEAD.
 1.25.40.1  04-May-2009  yamt sync with head.
 1.28.40.2  29-May-2016  skrll Sync with HEAD
 1.28.40.1  22-Sep-2015  skrll Sync with HEAD
 1.28.22.1  03-Dec-2017  jdolecek update from HEAD
 1.30.16.2  21-May-2018  pgoyette Sync with HEAD
 1.30.16.1  30-Mar-2018  pgoyette Resolve conflicts between branch and HEAD

RSS XML Feed