History log of /netbsd-src/sys/compat/netbsd32/netbsd32_vm.c (Results 1 – 3 of 3)
Revision Date Author Comments
# d625a73d 19-Jan-2021 simonb <simonb@NetBSD.org>

Also print mmap return value and error code #ifdef DEBUG_MMAP.


# 63bea4ff 07-Jan-2020 mrg <mrg@NetBSD.org>

don't check the value of retval in netbsd32_mmap() if sys_mmap()
was not successful.


# 52745eef 24-Dec-2018 mrg <mrg@NetBSD.org>

move mmap(), compat 40 mount(), pipe() and getfh() into their own files
as the implementation is non trivial or is compat. mark old mount()
properly instead of manually #if'ing ito to ENOSYS.