From owner-cvs-all Thu Aug 16 1:41:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D674637B40B; Thu, 16 Aug 2001 01:41:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G8fF608088; Thu, 16 Aug 2001 01:41:15 -0700 (PDT) (envelope-from peter) Message-Id: <200108160841.f7G8fF608088@freefall.freebsd.org> From: Peter Wemm Date: Thu, 16 Aug 2001 01:41:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys user.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/16 01:41:15 PDT Modified files: sys/kern kern_proc.c sys/sys user.h Log: Use the backwards compatability mechanisms so that ps/top etc dont have unnecessary breakage. While here, use explicit sizes for the string fields so that we dont have unintentional changes again in the future when key tunables change. This still is not quite right, but a june userland is happy with a -current kernel with these tweaks. Revision Changes Path 1.97 +16 -10 src/sys/kern/kern_proc.c 1.42 +10 -5 src/sys/sys/user.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message