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
sunos.h
sunos_dirent.h
sunos_exec.c
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