Go to file
jonathan 2ea4c76684 Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_off
is assumed to be in host byteorder during the input(?) path.  NetBSD
keeps ip_off and ip_len in network order.  Add (or remove) byteswaps
accordingly.  TCP over fast_ipsec now works with PMTU, as well as without.
2003-08-15 17:14:31 +00:00
bin use bounded string op 2003-08-13 07:34:09 +00:00
crypto style; total size of buf is (num + 3) 2003-08-13 01:29:41 +00:00
dist Fix IPv6 accounting (PR#18839 by FUKAUMI Naoki). 2003-08-15 08:10:09 +00:00
distrib Add Jeremy C. Reed to the list of developers. 2003-08-13 22:26:44 +00:00
doc Add a list of smaller, suggested projects to the TODO list. The 2003-08-15 10:10:17 +00:00
etc Add radio(4) devices. 2003-08-08 16:41:41 +00:00
games Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:36:50 +00:00
gnu Correctly decode the switchframe *and the two callframes above it* which 2003-08-15 16:58:15 +00:00
include Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:44:09 +00:00
lib Split out pthread_{set,get}specific() into a separate file and arrange 2003-08-13 18:52:01 +00:00
libexec Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
regress s/DL_LAZY/RTLD_LAZY/ 2003-08-12 16:15:33 +00:00
rescue Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
sbin Avoid allocating a data buffer the size of the cylinder group summary. 2003-08-15 15:24:21 +00:00
share Add CIDR and NIC. 2003-08-15 05:56:41 +00:00
sys Fix bug with IP_DF handling which was breaking TCP: on FreeBSD, ip_off 2003-08-15 17:14:31 +00:00
tools Fix 2 remaining places items are depending on execute permissions coming out 2003-08-11 19:26:04 +00:00
usr.bin another fix for PR bin/22464; never set wwbaud to 0. 2003-08-13 15:21:07 +00:00
usr.sbin plug memory leak. PR misc/22479 2003-08-14 10:06:36 +00:00
BUILDING fix description of MAKEOBJDIR. from Martin Husemann 2003-08-08 01:52:24 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING It is openssl, not openssh, and fix another typo. 2003-08-05 18:39:56 +00:00
build.sh Fix 2 remaining places items are depending on execute permissions coming out 2003-08-11 19:26:04 +00:00