Tue May 26 05:18:28 2009 UTC ()
Ticket 1320.


(snj)
diff -r1.1.2.149 -r1.1.2.150 src/doc/CHANGES-4.1

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

--- src/doc/Attic/CHANGES-4.1 2009/05/18 18:31:00 1.1.2.149
+++ src/doc/Attic/CHANGES-4.1 2009/05/26 05:18:28 1.1.2.150
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.1,v 1.1.2.149 2009/05/18 18:31:00 bouyer Exp $ 1# $NetBSD: CHANGES-4.1,v 1.1.2.150 2009/05/26 05:18:28 snj 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
@@ -3070,13 +3070,20 @@ sys/arch/xen/xen/if_xennet_xenbus.c 1.3 @@ -3070,13 +3070,20 @@ sys/arch/xen/xen/if_xennet_xenbus.c 1.3
3070 3070
3071sys/arch/sparc/include/psl.h 1.45 3071sys/arch/sparc/include/psl.h 1.45
3072 3072
3073 Add memory clobbers to the inline assembler modifying/testing the %psr 3073 Add memory clobbers to the inline assembler modifying/testing the %psr
3074 register, to avoid the compiler reordering instructions out of critical 3074 register, to avoid the compiler reordering instructions out of critical
3075 sections. Should fix PR port-sparc/41372. 3075 sections. Should fix PR port-sparc/41372.
3076 [martin, ticket #1317] 3076 [martin, ticket #1317]
3077 3077
3078lib/libc/gen/sysctl.3 patch 3078lib/libc/gen/sysctl.3 patch
3079 3079
3080 document PROC_PID_LIMIT_SBSIZE. Addresses PR 36463. 3080 document PROC_PID_LIMIT_SBSIZE. Addresses PR 36463.
3081 [snj, ticket #1318] 3081 [snj, ticket #1318]
3082 3082
 3083dist/ntp/ntpd/ntp_crypto.c 1.15
 3084
 3085 Fix CVE-2009-1252: Buffer overflow in ntpd crypto code. A remote
 3086 attacker can send a specially constructed request packet that
 3087 would overflow the sprintf()'ed buffer causing ntpd to crash.
 3088 [mrg, ticket #1320]
 3089