From owner-p4-projects@FreeBSD.ORG Fri Jan 25 09:56:11 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2298E16A420; Fri, 25 Jan 2008 09:56:11 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B4816A41A; Fri, 25 Jan 2008 09:56:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id A466813C478; Fri, 25 Jan 2008 09:56:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 062F147233; Fri, 25 Jan 2008 04:56:10 -0500 (EST) Date: Fri, 25 Jan 2008 09:56:10 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <200801250546.m0P5kwh9077161@repoman.freebsd.org> Message-ID: <20080125095428.R8319@fledge.watson.org> References: <200801250546.m0P5kwh9077161@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Perforce Change Reviews Subject: Re: PERFORCE change 134061 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2008 09:56:11 -0000 On Fri, 25 Jan 2008, John Birrell wrote: > http://perforce.freebsd.org/chv.cgi?CH=134061 > > Change 134061 by jb@jb_freebsd1 on 2008/01/25 05:46:34 > > On Solaris, it seems to be pronounced "exit", but it's spelt "rexit". > On FreeBSD edit is just exit. Historically, odd spellings of this sort (in the FreeBSD kernel "exit" is "sys_exit") have been because exit(3) is not the same as sys_exit(2), as it runs at_exit handlers, etc. Since it's the syscall handler in DTrace, presumably that potential ambiguity doesn't actually play out, but it's worth keeping a wary eye out for... Robert N M Watson Computer Laboratory University of Cambridge