From 3b3e86a463c0742b98f801d538a129ef0ee6bb4c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 11 Oct 2025 11:12:46 -0400 Subject: kern: proc: Documented rest of structure fields Signed-off-by: Ian Moffett --- src/sys/include/sys/proc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sys/include/sys/proc.h b/src/sys/include/sys/proc.h index dcf6108..cfc193a 100644 --- a/src/sys/include/sys/proc.h +++ b/src/sys/include/sys/proc.h @@ -73,7 +73,9 @@ struct penv_blk { * @flags: State flags (see PROC_*) * @pcb: Process control block * @scdom: Syscall domain + * @fdtab: File descriptor table * @envblk: Environment block + * @envblk_box: Pointer box for envblk * @level: Access level * @maplist_lock: Protects the maplist * @sigtab: Signal table -- cgit v1.2.3