freebsd-dev/sys/compat/freebsd32
Konstantin Belousov 153ac44cf6 Count number of threads that enter and leave dynamically registered
syscalls. On the dynamic syscall deregistration, wait until all
threads leave the syscall code. This somewhat increases the safety
of the loadable modules unloading.

Reviewed by:	jhb
Tested by:	pho
MFC after:	1 month
2010-06-28 18:06:46 +00:00
..
freebsd32_ioctl.c Emulate the FIODGNAME ioctl in our 32-bit emulator. 2009-03-29 20:09:51 +00:00
freebsd32_ioctl.h Emulate the FIODGNAME ioctl in our 32-bit emulator. 2009-03-29 20:09:51 +00:00
freebsd32_ipc.h Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c to 2010-03-19 11:01:51 +00:00
freebsd32_misc.c Extract the code to copy-out struct rusage32 from struct rusage 2010-04-21 19:28:01 +00:00
freebsd32_proto.h Regen 2010-03-19 11:14:37 +00:00
freebsd32_signal.h Add 32-bit compat support for AIO. 2008-12-11 00:58:05 +00:00
freebsd32_syscall.h Regen 2010-03-19 11:14:37 +00:00
freebsd32_syscalls.c Regen 2010-03-19 11:14:37 +00:00
freebsd32_sysent.c Regen 2010-03-19 11:14:37 +00:00
freebsd32_util.h Extract the code to copy-out struct rusage32 from struct rusage 2010-04-21 19:28:01 +00:00
freebsd32.h Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to 2010-04-21 19:32:00 +00:00
Makefile Add a 'clean' target. 2005-10-23 23:58:23 +00:00
syscalls.conf - Remove unused sysvec variables from various syscalls.conf. 2006-08-15 17:25:55 +00:00
syscalls.master Count number of threads that enter and leave dynamically registered 2010-06-28 18:06:46 +00:00