]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r283370:
authordchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 9 Jan 2016 14:33:10 +0000 (14:33 +0000)
committerdchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 9 Jan 2016 14:33:10 +0000 (14:33 +0000)
commit2e11e0c6eff7408063598c2e43e1b70363e52475
treeb3bd9a55660bbc2caf6d88473387139eb6339e1f
parent875a28380c3b7cd7c91365187bd1a25b19d312e5
MFC r283370:

In preparation for switching linuxulator to the use the native 1:1
threads introduce linux_exit() stub instead of sys_exit() call
(which terminates process).
In the new linuxulator exit() system call terminates the calling
thread (not a whole process).

git-svn-id: svn://svn.freebsd.org/base/stable/10@293478 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/linux32/syscalls.master
sys/compat/linux/linux_fork.c
sys/i386/linux/syscalls.master