From owner-cvs-src@FreeBSD.ORG Mon Aug 11 01:02:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E3637B407 for ; Mon, 11 Aug 2003 01:02:37 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 54DCC43FBD for ; Mon, 11 Aug 2003 01:02:35 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 9840 invoked by uid 5013); 11 Aug 2003 07:59:50 -0000 Date: Mon, 11 Aug 2003 08:59:50 +0100 From: Bruce M Simpson To: Bruce M Simpson Message-ID: <20030811075950.GC24691@spc.org> Mail-Followup-To: Bruce M Simpson , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200308110714.h7B7E8eQ006385@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308110714.h7B7E8eQ006385@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: SPC cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/alpha/sys Makefile.inc src/lib/libc/amd64/sys Makefile.inc src/lib/libc/i386/sys Makefile.inc src/lib/libc/ia64/sys Makefile.inc src/lib/libc/powerpc/sys Makefile.inc src/lib/libc/sparc64/sys Makefile.inc ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 08:02:40 -0000 On Mon, Aug 11, 2003 at 12:14:08AM -0700, Bruce M Simpson wrote: > - All those diffs to syscalls.master for each architecture *are* > necessary. This needed clarification; the stub code generation for > mlockall() was disabled, which would prevent applications from > linking to this API (suggested by mux) I meant, of course, to say Makefile.inc here. I was thinking of another project entirely, where touching syscalls.master was necessary for 64-bit i386-derived architectures in order to thunk i386 syscalls correctly, but this hasn't happened yet. BMS