From owner-cvs-sys Tue Jun 11 18:07:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12470 for cvs-sys-outgoing; Tue, 11 Jun 1996 18:07:13 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA12457; Tue, 11 Jun 1996 18:07:08 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id KAA22292; Wed, 12 Jun 1996 10:56:43 +1000 Date: Wed, 12 Jun 1996 10:56:43 +1000 From: Bruce Evans Message-Id: <199606120056.KAA22292@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, dyson@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/kern init_main.c > Log: > Change the symbol name used in the last commit from USRSTACK to > VM_MAXUSER_ADDRESS. Even though they are the same, the new name > is more descriptive. VM_MAXUSER_ADDRESS is not very descriptive. It is actually one more than the maximum user address. Bruce