#
5d73803e |
| 03-May-2018 |
maxv <maxv@NetBSD.org> |
Remove now unused tcpip.h includes. Some were already unused before.
|
#
6ad323e9 |
| 29-Mar-2018 |
maxv <maxv@NetBSD.org> |
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to understand.
Also make tcp6_mtudisc() static in tcp_subr.c.
|
#
a79dfa5d |
| 26-Apr-2016 |
ozaki-r <ozaki-r@NetBSD.org> |
Sweep unnecessary route.h inclusions
|
#
1c4a50f1 |
| 24-Aug-2015 |
pooka <pooka@NetBSD.org> |
sprinkle _KERNEL_OPT
|
#
d779b85d |
| 18-Apr-2009 |
tsutsui <tsutsui@NetBSD.org> |
Remove extra whitespace added by a stupid tool. XXX: more in src/sys/arch
|
#
e2cb8590 |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
bcopy -> memcpy
|
#
c363a9cb |
| 18-Mar-2009 |
cegger <cegger@NetBSD.org> |
bzero -> memset
|
#
53524e44 |
| 04-Mar-2007 |
christos <christos@NetBSD.org> |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
f8bcc940 |
| 06-Sep-2005 |
rpaulo <rpaulo@NetBSD.org> |
Wrap two big lines.
|
#
c8636820 |
| 02-Jun-2005 |
riz <riz@NetBSD.org> |
Fix some const fallout.
|
#
dcf28860 |
| 03-Feb-2005 |
perry <perry@NetBSD.org> |
ANSIfy function declarations
|
#
aeae2d9c |
| 13-Jan-2005 |
drochner <drochner@NetBSD.org> |
compile tcp_debug.c only if the TCP_DEBUG option is set, and remove the "#ifdef TCP_DEBUG" around everything
|
#
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.
|
#
f192b66b |
| 09-Jun-2002 |
itojun <itojun@NetBSD.org> |
whitespace
|
#
ea1cd7eb |
| 13-Nov-2001 |
lukem <lukem@NetBSD.org> |
add RCSIDs
|
#
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.
|
#
2f72fbee |
| 08-Jul-2001 |
abs <abs@NetBSD.org> |
Give TCPDEBUG a chance of working - fix printf() types, add missing &s, and remove attempt to use a non existant tcphdr field.
|
#
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 ...
|
#
ad67e041 |
| 13-Oct-1996 |
christos <christos@NetBSD.org> |
backout previous kprintf change
|
#
5545959d |
| 13-Oct-1996 |
christos <christos@NetBSD.org> |
backout previous kprintf changes
|
#
6d7ad25b |
| 10-Oct-1996 |
christos <christos@NetBSD.org> |
printf -> kprintf, sprintf -> ksprintf
|
#
14d9cd33 |
| 13-Feb-1996 |
christos <christos@NetBSD.org> |
netinet prototypes
|
#
80929f85 |
| 13-Apr-1995 |
cgd <cgd@NetBSD.org> |
be a bit more careful and explicit with types. (basically a large no-op.)
|
#
cf92afd6 |
| 29-Jun-1994 |
cgd <cgd@NetBSD.org> |
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|