Date: Sat, 7 Sep 2002 15:11:45 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys systm.h Message-ID: <200209072211.g87MBjQB089741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/09/07 15:11:45 PDT
Modified files:
sys/kern kern_proc.c
sys/sys systm.h
Log:
Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, like
PS_STRINGS and USRSTACK is. This is necessary in order to decode a.out
core dumps. kern_proc.c was already referring to both of these values
but was missing the #include "opt_kstack_pages.h". Make the sysctl
variables visible so that certain kld modules can see how their parent
kernel was configured.
Revision Changes Path
1.146 +6 -0 src/sys/kern/kern_proc.c
1.183 +2 -0 src/sys/sys/systm.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209072211.g87MBjQB089741>
