History log of /netbsd-src/sys/compat/netbsd32/netbsd32_nfssvc.c (Results 1 – 9 of 9)
Revision Date Author Comments
# d914a3c1 11-Dec-2021 mrg <mrg@NetBSD.org>

remove clause 3 from all my licenses that aren't conflicting with
another copyright claim line. again. (i did this in 2008 and then
did not update all of my personal templates.)


# 41aa5859 07-Sep-2021 riastradh <riastradh@NetBSD.org>

sys/compat: Memset zero before copyout.

Just in case of uninitialized padding which would lead to kernel
stack disclosure. If the compiler can prove the memset redundant
then it can optimize it awa

sys/compat: Memset zero before copyout.

Just in case of uninitialized padding which would lead to kernel
stack disclosure. If the compiler can prove the memset redundant
then it can optimize it away; otherwise better safe than sorry.

show more ...


# e6531ee1 30-Aug-2021 riastradh <riastradh@NetBSD.org>

compat_netbsd32: Copy out 32-bit version in nfssvc32_nsd_out.


# d91f98a8 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# 8b10804e 15-Oct-2016 skrll <skrll@NetBSD.org>

Trailing whitespace


# 1b56eccb 01-Dec-2015 pgoyette <pgoyette@NetBSD.org>

Add MODULE infrastructure to netbsd32_nfssvc.c, remove dependency on it
from netbsd32_mod.c


# 6bc0c567 05-Aug-2015 mrg <mrg@NetBSD.org>

don't copy the first netbsd32_export_args nexports times, but actually
advance the userland pointer each entry through the loop. oops.


# 111d12c3 23-Jun-2015 dholland <dholland@NetBSD.org>

add missing opt_nfsserver.h


# 8dc77cd9 22-Jun-2015 mrg <mrg@NetBSD.org>

add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/out
functions that do all the ugly work, are just plain copyin/out for the
native system calls, and do the necessary translations

add netbsd32 support for nfssvc(2). we do this by defining 5 copyin/out
functions that do all the ugly work, are just plain copyin/out for the
native system calls, and do the necessary translations for netbsd32.

with this i'm able to run 32 bit nfsd and mountd on 64 bit kernel and
mount the file systems remotely.

show more ...