9p(2): document all the effective rfork flags for postmountsrv()
This commit is contained in:
parent
bc1212faf2
commit
06b9aa5039
1 changed files with 7 additions and 2 deletions
|
@ -202,10 +202,15 @@ or
|
|||
(see
|
||||
.IR thread (2)),
|
||||
using the
|
||||
.BR RFPROC ,
|
||||
.BR RFNOWAIT ,
|
||||
.BR RFNAMEG ,
|
||||
.B RFNOTEG
|
||||
and
|
||||
.B RFNAMEG
|
||||
flags.
|
||||
.B RFMEM
|
||||
flags. This isolates the service loop from the callers
|
||||
namespace and from notes posted to the callers note group
|
||||
but shares data and bss segments.
|
||||
.IP
|
||||
The child process then waits for the parent to copy its
|
||||
file descripor table via
|
||||
|
|
Loading…
Reference in a new issue