From owner-cvs-sys Wed Oct 25 20:26:24 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA23716 for cvs-sys-outgoing; Wed, 25 Oct 1995 20:26:24 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA23693 ; Wed, 25 Oct 1995 20:26:06 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id NAA02246; Thu, 26 Oct 1995 13:21:32 +1000 Date: Thu, 26 Oct 1995 13:21:32 +1000 From: Bruce Evans Message-Id: <199510260321.NAA02246@godzilla.zeta.org.au> To: dyson@freefall.freebsd.org, terry@lambert.org Subject: Re: SYSCALL IDEAS [Was: cvs commit: src/sys/kern sysv_msg.c sysv_sem.c sysv_shm.c] Cc: 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 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. >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.) Bruce