Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc 523



details:   https://anonhg.NetBSD.org/src/rev/6780c3e9015e
branches:  netbsd-7
changeset: 799007:6780c3e9015e
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Feb 18 06:41:11 2015 +0000

description:
523

diffstat:

 doc/CHANGES-7.0 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0f43160c251a -r 6780c3e9015e doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Wed Feb 18 06:35:58 2015 +0000
+++ b/doc/CHANGES-7.0   Wed Feb 18 06:41:11 2015 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index