From owner-freebsd-hackers Tue Nov 7 18:05:56 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA12927 for hackers-outgoing; Tue, 7 Nov 1995 18:05:56 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA12922 for ; Tue, 7 Nov 1995 18:05:55 -0800 Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.9) id SAA03447; Tue, 7 Nov 1995 18:04:47 -0800 From: Julian Elischer Message-Id: <199511080204.SAA03447@ref.tfs.com> Subject: Re: ideas from netbsd To: terry@lambert.org (Terry Lambert) Date: Tue, 7 Nov 1995 18:04:47 -0800 (PST) Cc: nate@rocky.sri.MT.net, terry@lambert.org, jkh@time.cdrom.com, hackers@FreeBSD.org In-Reply-To: <199511080126.SAA18685@phaeton.artisoft.com> from "Terry Lambert" at Nov 7, 95 06:26:42 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 718 Sender: owner-hackers@FreeBSD.org Precedence: bulk > > > Umm, NetBSD's library is *NOT* thread safe at this stage of the game. > > I watch the commit list, an no thread changes have been made to the > > library in the last 5 months. > > I've been talking once or twice (ie: not in good contact) with the > JAVA porter for NetBSD, and he indicated changes had been made. I > don't know how closely their -current echoes their intended Nov 17th > release code base... maybe not very closely at all. > there are thread-safe libc mods being worked up at the moment for FreeBSD The first rounds will be trickling in soon for commit they will initially be #ifdef _THREAD_SAFE_ guarded, and used to make a libc_r, but they willprobably be merged whe they are proven.