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
F171688464: D1027.id2157.diff
Sat, Sep 12, 5:33 PM
Unknown Object (File)
Sat, Sep 12, 11:43 AM
Unknown Object (File)
Fri, Sep 11, 7:11 PM
Unknown Object (File)
Mon, Sep 7, 5:24 AM
Unknown Object (File)
Mon, Sep 7, 5:17 AM
Unknown Object (File)
Mon, Sep 7, 5:15 AM
Unknown Object (File)
Aug 12 2026, 12:19 PM
Unknown Object (File)
Aug 10 2026, 3:01 PM
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.