K 10 svn:author V 7 dchagin K 8 svn:date V 27 2013-02-23T07:55:27.162765Z K 7 svn:log V 281 In preparation for switching linuxulator to the use the native 1:1 threads introduce linux_exit() stub instead of calling sys_exit() call (which terminates process). In the new linuxulator exit() system call terminates the calling thread (not a whole process). END