These flags aren't just for procfs - in fact, these days theye are primarily

used by ptrace(2) - so tweak the accompanying comments a little.
This commit is contained in:
Dag-Erling Smørgrav 2001-10-07 19:47:37 +00:00
parent 080cf92b85
commit 26c293c7ee

View file

@ -398,9 +398,9 @@ struct proc {
sigset_t p_oldsigmask; /* (c) Saved mask from pre sigpause. */
int p_sig; /* (n) For core dump/debugger XXX. */
u_long p_code; /* (n) For core dump/debugger XXX. */
u_int p_stops; /* (c) Procfs event bitmask. */
u_int p_stype; /* (c) Procfs stop event type. */
char p_step; /* (c) Procfs stop *once* flag. */
u_int p_stops; /* (c) Stop event bitmask. */
u_int p_stype; /* (c) Stop event type. */
char p_step; /* (c) Process is stopped. */
u_char p_pfsflags; /* (c) Procfs flags. */
struct nlminfo *p_nlminfo; /* (?) Only used by/for lockd. */
void *p_aioinfo; /* (c) ASYNC I/O info. */