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)
Thu, Mar 26, 2:54 AM
Unknown Object (File)
Tue, Mar 24, 6:22 AM
Unknown Object (File)
Mon, Mar 23, 10:13 PM
Unknown Object (File)
Mon, Mar 23, 5:35 PM
Unknown Object (File)
Sat, Mar 21, 11:34 PM
Unknown Object (File)
Sun, Mar 15, 1:13 PM
Unknown Object (File)
Tue, Mar 3, 6:40 PM
Unknown Object (File)
Feb 14 2026, 3:41 PM
Subscribers

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage

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.