History log of /netbsd-src/sys/netinet/tcp_debug.h (Results 1 – 21 of 21)
Revision Date Author Comments
# f2179901 03-Feb-2021 roy <roy@NetBSD.org>

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.


# 29211748 03-Feb-2021 roy <roy@NetBSD.org>

tcp_debug: restore __packed


# 1ca39e87 03-Feb-2021 roy <roy@NetBSD.org>

Remove __packed from various network structures

They are already network aligned and adding the __packed attribute
just causes needless compiler warnings about accssing members of packed
objects.


# ba0005f3 01-May-2018 maxv <maxv@NetBSD.org>

Redefine the structure, not to rely on tcpiphdr.


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 9702e987 10-Dec-2005 elad <elad@NetBSD.org>

Multiple inclusion protection, as suggested by christos@ on tech-kern@
few days ago.


# c8636820 02-Jun-2005 riz <riz@NetBSD.org>

Fix some const fallout.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 09ddb6a1 09-Jul-2001 itojun <itojun@NetBSD.org>

do not #ifdef in headers. usr.sbin/trpt needs it.


# 03aaf3d8 08-Jul-2001 abs <abs@NetBSD.org>

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.


# 67afbd62 30-May-2001 mrg <mrg@NetBSD.org>

use _KERNEL_OPT


# b7025ec3 29-Apr-2001 fvdl <fvdl@NetBSD.org>

Make it possible to override TCP_NDEBUG. The default value of 100
wastes quite a bit of space (0xfa00).


# 70ada095 31-Jul-1999 itojun <itojun@NetBSD.org>

sync with recent KAME.
- loosen ipsec restriction on packet diredtion.
- revise icmp6 redirect handling on IsRouter bit.
- tcp/udp notification processing (link-local address case)
- cosmetic fixes (

sync with recent KAME.
- loosen ipsec restriction on packet diredtion.
- revise icmp6 redirect handling on IsRouter bit.
- tcp/udp notification processing (link-local address case)
- cosmetic fixes (better code share across *BSD).

show more ...


# 267920eb 09-Jul-1999 thorpej <thorpej@NetBSD.org>

defopt INET6, and put it in opt_inet.h (most places already include this
file, which is why the file list is so short).


# 118d2b1d 01-Jul-1999 itojun <itojun@NetBSD.org>

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 d

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.

show more ...


# f73530ba 10-Feb-1998 perry <perry@NetBSD.org>

add/cleanup multiple inclusion protection.


# cf92afd6 29-Jun-1994 cgd <cgd@NetBSD.org>

New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'


# 07b4f2ab 13-May-1994 mycroft <mycroft@NetBSD.org>

Update to 4.4-Lite networking code, with a few local changes.


# 45a57e79 20-May-1993 cgd <cgd@NetBSD.org>

more rcsid additions and file header cleanups


# 235bd1db 19-Apr-1993 mycroft <mycroft@NetBSD.org>

Add consistent multiple-inclusion protection.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources