From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 22 21:10:47 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1BFA16A4CE for ; Tue, 22 Jun 2004 21:10:47 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0741043D58 for ; Tue, 22 Jun 2004 21:10:47 +0000 (GMT) (envelope-from freebsd-hackers@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BcsXM-0007xA-00 for ; Tue, 22 Jun 2004 23:10:36 +0200 Received: from ool-435489e5.dyn.optonline.net ([67.84.137.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2004 23:10:36 +0200 Received: from lxv by ool-435489e5.dyn.optonline.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2004 23:10:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-hackers@freebsd.org From: Alex Vasylenko Date: Tue, 22 Jun 2004 16:58:16 -0400 Lines: 13 Message-ID: <40D89D68.7090801@omut.org> References: <011f01c4578b$923d7b70$4b7ba8c0@gnome.co.uk> <20040622145632.GF86471@dan.emsphone.com> <20040622154056.GA8733@diogenis.ceid.upatras.gr> <20040622182632.GJ86471@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ool-435489e5.dyn.optonline.net User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en In-Reply-To: <20040622182632.GJ86471@dan.emsphone.com> Sender: news Subject: Re: pthread - fork - execv problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 21:10:47 -0000 Dan Nelson wrote: > libpthread in -current does support pthread_atfork, and I have a patch > (below) that adds the same functionality to libc_r and libthr that I > need to send-pr. Pointy hat to the original committer for breaking ABI > compatibility. > > http://dan.allantgroup.com/FreeBSD/ > A man page to complement your patch is in PR docs/68201 -- Alex.