Page MenuHomeFreeBSD

In preparation for switching linuxulator to the use the native 1:1 threads introduce kern_thr_alloc() which will be used later in the linux_clone().
ClosedPublic

Authored by dchagin on Oct 30 2014, 5:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 3:32 PM
Unknown Object (File)
Tue, Aug 11, 1:25 PM
Unknown Object (File)
Tue, Aug 11, 1:17 PM
Unknown Object (File)
Thu, Jul 23, 6:58 PM
Unknown Object (File)
Jun 19 2026, 6:41 PM
Unknown Object (File)
Apr 29 2026, 8:55 PM
Unknown Object (File)
Apr 27 2026, 8:55 AM
Unknown Object (File)
Apr 26 2026, 12:11 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 kern_thr_alloc() which will be used later in the linux_clone()..
trasz added a reviewer: trasz.
trasz added a subscriber: trasz.

The RCTL code should probably be also moved into kern_thr_alloc(), along with the limit check that you moved. This can be tricky, though, so lets leave it as it is.

This revision is now accepted and ready to land.Dec 8 2014, 10:48 AM
This revision was automatically updated to reflect the committed changes.