Date: Sun, 21 Nov 2010 12:40:16 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_syscalls.c Message-ID: <201011211240.oALCeT7x020174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2010-11-21 12:40:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/kern kern_syscalls.c
Log:
SVN rev 215628 on 2010-11-21 12:40:16Z by delphij
MFC r214125:
In syscall_module_handler(): all switch branches return, remove
unreached code as pointed out in a Chinese forum [1].
[1] http://www.freebsdchina.org/forum/viewtopic.php?t=50619
Pointed out by: btw616 <btw s qq com>
MFC r214181:
Call chainevh callback when we are invoked with neither MOD_LOAD nor
MOD_UNLOAD. This makes it possible to add custom hooks for other module
events.
Return EOPNOTSUPP when there is no callback available.
Pointed out by: jhb
Reviewed by: jhb
Revision Changes Path
1.13.2.3 +4 -5 src/sys/kern/kern_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011211240.oALCeT7x020174>
