Page MenuHomeFreeBSD

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...
ClosedPublic

Authored by dchagin on Oct 30 2014, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 2:38 AM
Unknown Object (File)
Sat, Sep 13, 9:58 PM
Unknown Object (File)
Aug 23 2025, 1:14 PM
Unknown Object (File)
Aug 18 2025, 6:18 AM
Unknown Object (File)
Jul 7 2025, 9:31 AM
Unknown Object (File)
Jun 24 2025, 6:30 PM
Unknown Object (File)
Jun 15 2025, 12:57 PM
Unknown Object (File)
Jun 11 2025, 5:22 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to 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....
dchagin updated this object.
trasz added a reviewer: trasz.
trasz added a subscriber: trasz.

Looks ok, remember to regenerate sysent in subsequent commit.

This revision is now accepted and ready to land.Dec 3 2014, 2:56 PM
This revision was automatically updated to reflect the committed changes.