diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-04-20 22:34:48 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-04-20 22:34:48 +0000 |
| commit | 38bb635d3d3b22d67ad2480700bcfa4860ea8474 (patch) | |
| tree | f8122fd9255ff61ae4afb841d53930dd519ff1e2 | |
| parent | f2313eed6fe1afda7e93a519657d858a9e2dd425 (diff) | |
Notes
| -rw-r--r-- | sys/sys/proc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index f824c57bad98..aa496e0bda07 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -126,7 +126,9 @@ struct pargs { * associated comment. * * - not yet protected * a - only touched by curproc or parent during fork/wait - * b - created at fork, never chagnes + * b - created at fork, never changes + * (exception aiods switch vmspaces, but they are also + * marked 'P_SYSTEM' so hopefully it will be left alone) * c - locked by proc mtx * d - locked by allproc_lock lock * e - locked by proctree_lock lock |
