Source-Changes archive

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

NetBSD master CVS tree commits



kleink
Sat Mar 28 08:58:04 PST 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv26642

Modified Files:
        uvm_mmap.c 
Log Message:
Per XPG, if the file descriptor argument to mmap() refers to a file whose
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.


kleink
Sat Mar 28 08:58:31 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv26663

Modified Files:
        vm_mmap.c 
Log Message:
Per XPG, if the file descriptor argument to mmap() refers to a file whose
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.


kleink
Sat Mar 28 08:58:58 PST 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv26683

Modified Files:
        mmap.2 
Log Message:
Per XPG, if the file descriptor argument to mmap() refers to a file whose
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.




Home | Main Index | Thread Index | Old Index