From owner-freebsd-arch Mon Jan 22 12:55:34 2001 Delivered-To: freebsd-arch@freebsd.org Received: from net2.gendyn.com (nat2.gendyn.com [204.60.171.12]) by hub.freebsd.org (Postfix) with ESMTP id 1505B37B6A4 for ; Mon, 22 Jan 2001 12:55:17 -0800 (PST) Received: from [153.11.109.12] (helo=fatboy.clc.gdeb.com) by net2.gendyn.com with esmtp (Exim 2.12 #1) id 14Knzb-0004mh-00 for arch@FreeBSD.org; Mon, 22 Jan 2001 15:55:11 -0500 Received: from vigrid.com (localhost [127.0.0.1]) by fatboy.clc.gdeb.com (8.11.0/8.9.3) with ESMTP id f0ML0AO69690; Mon, 22 Jan 2001 16:00:11 -0500 (EST) (envelope-from eischen@vigrid.com) Message-ID: <3A6C9F5A.99083D3@vigrid.com> Date: Mon, 22 Jan 2001 16:00:10 -0500 From: Daniel Eischen X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: arch@FreeBSD.org Subject: Final Call: (was Request For Review: libc/libc_r changes to allow -lc_r) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is what I've settled on: __sys_foo - actual syscall _foo - weak definition to __sys_foo foo - weak definition to __sys_foo The latest patches are at: http://people.freebsd.org/~deischen/libc.diffs http://people.freebsd.org/~deischen/libc_r.diffs I'll be committing them sometime within the next couple of days unless there's any other strong objections. This will also force a recompile of all (shared) threaded apps. I imagine the ports team will have a bit of a heartburn over this change as the -pthread linker option will no longer work in -current (separate message to be sent to -ports shortly). -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message