From owner-cvs-sys Fri May 31 00:58:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA26377 for cvs-sys-outgoing; Fri, 31 May 1996 00:58:58 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA26356; Fri, 31 May 1996 00:58:49 -0700 (PDT) Date: Fri, 31 May 1996 00:58:49 -0700 (PDT) From: Peter Wemm Message-Id: <199605310758.AAA26356@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/05/31 00:58:49 Branch: sys/sys RELENG_2_1_0 Modified: sys/sys sysctl.h Log: Add entries for KERN_PS_STRINGS and friends to allow setproctitle() and libkvm to adapt to the kernel VM layout changing. (such as on wcarchive, and some of the stuff I'm experimenting with at the moment. -current already has this, so that 2.1 programs that have setproctitle statically linked will work on 2.2 even if 2.2 ends up with PS_STRINGS in a different location) Also, added the somaxconn etc entries, because of the way that the user-mode sysctl program is built and it was either add the real things, or some placeholder stubs. Revision Changes Path 1.23.4.1 +13 -3 src/sys/sys/sysctl.h