From owner-cvs-sys Thu Oct 26 11:20:23 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA17075 for cvs-sys-outgoing; Thu, 26 Oct 1995 11:20:23 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA17068 ; Thu, 26 Oct 1995 11:20:15 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA21395; Thu, 26 Oct 1995 11:11:23 -0700 From: Terry Lambert Message-Id: <199510261811.LAA21395@phaeton.artisoft.com> Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] To: bde@zeta.org.au (Bruce Evans) Date: Thu, 26 Oct 1995 11:11:23 -0700 (MST) Cc: dyson@freefall.freebsd.org, terry@lambert.org, CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, bde@zeta.org.au, cvs-sys@freefall.freebsd.org, hackers@freebsd.org, swallace@ece.uci.edu In-Reply-To: <199510260321.NAA02246@godzilla.zeta.org.au> from "Bruce Evans" at Oct 26, 95 01:21:32 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 926 Sender: owner-cvs-sys@freebsd.org Precedence: bulk > >2^63 -- the highest bit still being reserved for error return on lseek > >and for indirect block identification. > > The highest bit is not reserved for error return on lseek. Only one value > ((off_t)-1) is reserved. Sorry; "most significant bit". Or if you prefer "sign bit". There, now the location of the bit itself is sufficiently confused. 8-). At least the number of non-sign bits is invariant, if discontiguous. > >The only value of quad is as an annoyance and as a spur to further > > It is expedient. Would you prefer off_t to be double? (That's in the > ABI; inside the kernel and on disks offsets should be represented in > an efficient way, perhaps as quads.) I would prefer it to be whatever unit was used for stack alignment. In this case, int32 on a 386. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.