Mon Jan 6 19:13:07 2014 UTC ()
tickets 1009 and 1010


(bouyer)
diff -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-6.0.4

cvs diff -r1.1.2.11 -r1.1.2.12 src/doc/Attic/CHANGES-6.0.4 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0.4 2013/12/17 22:40:04 1.1.2.11
+++ src/doc/Attic/CHANGES-6.0.4 2014/01/06 19:13:07 1.1.2.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.4,v 1.1.2.11 2013/12/17 22:40:04 riz Exp $ 1# $NetBSD: CHANGES-6.0.4,v 1.1.2.12 2014/01/06 19:13:07 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4 3A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 6.0.3_PATCH. 10 Welcome to 6.0.3_PATCH.
11 [jdc] 11 [jdc]
12 12
13xsrc/external/mit/xorg-server/dist/dix/dixfonts.c 1.2 13xsrc/external/mit/xorg-server/dist/dix/dixfonts.c 1.2
14xsrc/xfree/xc/programs/Xserver/dix/dixfonts.c 1.4 14xsrc/xfree/xc/programs/Xserver/dix/dixfonts.c 1.4
@@ -121,13 +121,27 @@ sys/compat/common/compat_util.c 1.45 @@ -121,13 +121,27 @@ sys/compat/common/compat_util.c 1.45
121sbin/fsck_ffs/inode.c 1.70 121sbin/fsck_ffs/inode.c 1.70
122 122
123 Fix cut-and-paste error in the non-ufs2 case which can cause 123 Fix cut-and-paste error in the non-ufs2 case which can cause
124 fsck_ffs to exit with an internal error. 124 fsck_ffs to exit with an internal error.
125 [bouyer, ticket #991] 125 [bouyer, ticket #991]
126 126
127sys/arch/xen/xen/evtchn.c 1.70 127sys/arch/xen/xen/evtchn.c 1.70
128 128
129 Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" 129 Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n"
130 printf as analysis shows it actually isn't a bug in the handler, 130 printf as analysis shows it actually isn't a bug in the handler,
131 but related to spin mutexes. Fixes port-xen/46313. 131 but related to spin mutexes. Fixes port-xen/46313.
132 [bouyer, ticket #995] 132 [bouyer, ticket #995]
133 133
 134distrib/ews4800mips/Makefile 1.3
 135
 136 Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips.
 137 Should prevent the iso image from being created in the source tree
 138 [apb, ticket #1009]
 139
 140etc/ntp.conf 1.16, 1.17, 1.18 via patch
 141external/bsd/ntp/dist/ntpd/ntp_request.c patch
 142
 143 Patch from ntp 4.2.7p404 to prevent an amplifier and DoS attack.
 144 Add several "restrict" lines to the default ntp.conf and
 145 improve comments
 146 [spz, ticket #1010]
 147