Date: Mon, 28 Jun 2010 18:06:46 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/kern kern_syscalls.c makesyscalls.sh subr_trap.c syscalls.master src/sys/sys sysent.h Message-ID: <201006281813.o5SID3Zt061304@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-06-28 18:06:46 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 syscalls.master
sys/kern kern_syscalls.c makesyscalls.sh
subr_trap.c syscalls.master
sys/sys sysent.h
Log:
SVN rev 209579 on 2010-06-28 18:06:46Z by kib
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
Revision Changes Path
1.132 +10 -10 src/sys/compat/freebsd32/syscalls.master
1.15 +55 -1 src/sys/kern/kern_syscalls.c
1.79 +11 -7 src/sys/kern/makesyscalls.sh
1.315 +4 -0 src/sys/kern/subr_trap.c
1.263 +11 -11 src/sys/kern/syscalls.master
1.68 +10 -0 src/sys/sys/sysent.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006281813.o5SID3Zt061304>
