Module Name:    src
Committed By:   snj
Date:           Wed Feb 18 06:41:11 UTC 2015

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
523


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-7.0

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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.207 src/doc/CHANGES-7.0:1.1.2.208
--- src/doc/CHANGES-7.0:1.1.2.207	Tue Feb 17 15:13:10 2015
+++ src/doc/CHANGES-7.0	Wed Feb 18 06:41:11 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.207 2015/02/17 15:13:10 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.208 2015/02/18 06:41:11 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -15928,3 +15928,10 @@ sys/external/bsd/sljit/dist/sljit_src/sl
 	Apply a bugfix from r282 http://sourceforge.net/p/sljit/code/282/.
 	[alnsn, ticket #531]
 
+sys/kern/vfs_syscalls.c				1.493
+
+	A syscall like posix_fallocate() that is not supposed to set errno
+	in userland needs to always return 0 and store the error code
+	*retval.
+	[martin, ticket #523]
+

Reply via email to