NetBSD/sys/compat/sunos
riastradh 41aa5859b6 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.
2021-09-07 11:43:02 +00:00
..
Makefile
files.sunos compat_sunos depends upon compat_09. fixes: 2019-02-12 07:16:55 +00:00
sunos.h
sunos_dirent.h Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, 2018-12-19 13:57:44 +00:00
sunos_exec.c Allow syscall_establish() to install new syscalls when the existing 2018-08-10 21:44:58 +00:00
sunos_exec.h
sunos_exec_aout.c
sunos_ioctl.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
sunos_misc.c sys/compat: Memset zero before copyout. 2021-09-07 11:43:02 +00:00
sunos_mod.c Rather than keeping a separate mutex, condvar, and pserialize for each 2019-12-12 02:15:42 +00:00
sunos_syscall.h Regen after -r1.82 of compat_sunos syscalls.master last September. 2020-06-11 03:47:05 +00:00
sunos_syscallargs.h Regen after -r1.82 of compat_sunos syscalls.master last September. 2020-06-11 03:47:05 +00:00
sunos_syscalls.c Regen after -r1.82 of compat_sunos syscalls.master last September. 2020-06-11 03:47:05 +00:00
sunos_sysent.c Regen after -r1.82 of compat_sunos syscalls.master last September. 2020-06-11 03:47:05 +00:00
syscalls.conf
syscalls.master Treat valsize as unsigned 2019-09-23 20:42:29 +00:00