Thu Dec 3 09:44:57 2009 UTC ()
Ticket 1368


(sborrill)
diff -r1.1.2.184 -r1.1.2.185 src/doc/CHANGES-4.1

cvs diff -r1.1.2.184 -r1.1.2.185 src/doc/Attic/CHANGES-4.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.1 2009/11/28 21:38:26 1.1.2.184
+++ src/doc/Attic/CHANGES-4.1 2009/12/03 09:44:57 1.1.2.185
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.1,v 1.1.2.184 2009/11/28 21:38:26 sborrill Exp $ 1# $NetBSD: CHANGES-4.1,v 1.1.2.185 2009/12/03 09:44:57 sborrill Exp $
2 2
3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0_STABLE 11 Welcome to 4.0_STABLE
12 12
13sys/arch/amd64/amd64/bios32.c 1.6 13sys/arch/amd64/amd64/bios32.c 1.6
14sys/arch/amd64/amd64/mainbus.c 1.17 14sys/arch/amd64/amd64/mainbus.c 1.17
@@ -3897,13 +3897,19 @@ sys/netinet6/ip6_forward.c 1.67 @@ -3897,13 +3897,19 @@ sys/netinet6/ip6_forward.c 1.67
3897 3897
3898 Clear cksum flags before any further processing like 3898 Clear cksum flags before any further processing like
3899 ip_forward does. Many drivers set the UDP/TCP v4 flags even 3899 ip_forward does. Many drivers set the UDP/TCP v4 flags even
3900 for v6 traffic and if the packet is encapsulated with gif, 3900 for v6 traffic and if the packet is encapsulated with gif,
3901 the IPv6 header would get corrupted by ip_output. 3901 the IPv6 header would get corrupted by ip_output.
3902 [joerg, ticket #1366] 3902 [joerg, ticket #1366]
3903 3903
3904usr.bin/comm/comm.c 1.18 3904usr.bin/comm/comm.c 1.18
3905 3905
3906 Don't include newlines when comparing to prevent errors when 3906 Don't include newlines when comparing to prevent errors when
3907 lines have characters that sort lower such as tabs. 3907 lines have characters that sort lower such as tabs.
3908 [darcy, ticket #1367] 3908 [darcy, ticket #1367]
3909 3909
 3910sys/net/if_tap.c 1.60
 3911
 3912 Fix a potential leak on tap device close; purging the send
 3913 queue did not actually release the dequeued mbufs.
 3914 [plunky, ticket #1368]
 3915