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 Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
Makefile
sunos32_dirent.h
sunos32_exec_aout.c
sunos32_exec.c
sunos32_exec.h
sunos32_ioctl.c KNF. No functional change. 2019-04-23 07:45:06 +00:00
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