NetBSD/sys/compat/sunos32
pgoyette 8a031a1d1e Rather than keeping a separate mutex, condvar, and pserialize for each
module hook, we can share a common set of synchronization structures.
This cuts the amount of cacheline_aligned data for these structures by
50%.

Note that we still have a per-hook localcount, since we need to count
individual references.

As discussed with riastradh@

Welcome to 9.99.22 !
2019-12-12 02:15:42 +00:00
..
files.sunos32
Makefile
sunos32_dirent.h
sunos32_exec_aout.c
sunos32_exec.c
sunos32_exec.h
sunos32_ioctl.c
sunos32_misc.c use strlcpy() for the uts conversion, makes the code simpler and more readable. 2019-10-26 11:34:48 +00:00
sunos32_mod.c Rather than keeping a separate mutex, condvar, and pserialize for each 2019-12-12 02:15:42 +00:00
sunos32_syscall.h
sunos32_syscallargs.h
sunos32_syscalls.c
sunos32_sysent.c
sunos32.h
syscalls.conf
syscalls.master