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)
Sun, Jun 23, 2:06 AM
Unknown Object (File)
Sun, Jun 23, 1:54 AM
Unknown Object (File)
Sat, Jun 15, 10:15 AM
Unknown Object (File)
Jan 5 2024, 5:35 PM
Unknown Object (File)
Dec 25 2023, 9:36 AM
Unknown Object (File)
Dec 19 2023, 10:49 PM
Unknown Object (File)
Dec 16 2023, 6:18 AM
Unknown Object (File)
Sep 27 2023, 8:44 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 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.