Module Name: src
Committed By: bouyer
Date: Wed Aug 4 11:14:01 UTC 2010
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Tickets 1400-1402
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-4.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.204 src/doc/CHANGES-4.1:1.1.2.205
--- src/doc/CHANGES-4.1:1.1.2.204 Thu Jul 22 20:36:45 2010
+++ src/doc/CHANGES-4.1 Wed Aug 4 11:14:01 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.204 2010/07/22 20:36:45 riz Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.205 2010/08/04 11:14:01 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -4193,3 +4193,18 @@
(for binary compatibility).
[christos, ticket #1398]
+sys/coda/coda.h 1.16
+sys/coda/coda_venus.c 1.28
+sys/coda/coda_vnops.c 1.76
+
+ Correct incomplete size checks for the coda ioctls. From Dan Rosenberg.
+ [christos, ticket #1400]
+
+usr.bin/make/job.c 1.152 via patch
+
+ PR/43643: David A. Holland: dash prefix broken with make -j
+ As the comment says in JobPrintJob set JOB_IGNERR with - commands. Fix
+ whitespace so that the output is consistent, although there are two
+ separate execution logic implementations (command.c, job.c)
+ [dholland, ticket #1401]
+