NetBSD-Bugs archive

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

PR/52384 CVS commit: src/sys/uvm



The following reply was made to PR kern/52384; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52384 CVS commit: src/sys/uvm
Date: Sun, 9 Jul 2017 16:53:10 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Sun Jul  9 20:53:09 UTC 2017
 
 Modified Files:
 	src/sys/uvm: uvm_fault.c
 
 Log Message:
 PR/52384: make uvm_fault_check() return EFAULT not EACCES, like our man pages
 (but not OpenGroup which does not document EFAULT for read/write, and only
 documents EACCES for sockets) say for read/write.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.199 -r1.200 src/sys/uvm/uvm_fault.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index