summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-11 08:15:16 +0000
committerpeter <peter@FreeBSD.org>2001-10-11 08:15:16 +0000
commit6c75d7f59df40184528dadd868ce172de6d2c48f (patch)
treece8b7339a62db51774982bd70f3080c774d30376
parent188e03f8f915b4927b4647c7a022c4b273d50839 (diff)
downloadFreeBSD-src-6c75d7f59df40184528dadd868ce172de6d2c48f.zip
FreeBSD-src-6c75d7f59df40184528dadd868ce172de6d2c48f.tar.gz
Update comments regarding the transient nature of k_kproc and u_md
in struct user.
-rw-r--r--sys/sys/user.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index 1dc410b..a11d072 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -176,17 +176,12 @@ void fill_kinfo_proc __P((struct proc *, struct kinfo_proc *));
/*
* Per process structure containing data that isn't needed in core
* when the process isn't running (esp. when swapped out).
- * This structure may or may not be at the same kernel address
- * in all processes.
*/
-
struct user {
struct sigacts u_sigacts; /* *p_sigacts */
struct pstats u_stats; /* *p_stats */
/*
- * Remaining fields only for
- * core dump and/or ptrace--
- * not valid at other times!
+ * Remaining fields for a.out core dumps - not valid at other times!
*/
struct kinfo_proc u_kproc; /* eproc */
struct md_coredump u_md; /* glop */
OpenPOWER on IntegriCloud