From owner-cvs-all Thu Oct 1 07:29:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26519 for cvs-all-outgoing; Thu, 1 Oct 1998 07:29:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26507; Thu, 1 Oct 1998 07:29:16 -0700 (PDT) (envelope-from nash@Venus.mcs.net) Received: from Venus.mcs.net (nash@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id JAA16318; Thu, 1 Oct 1998 09:28:58 -0500 (CDT) Received: (from nash@localhost) by Venus.mcs.net (8.8.7/8.8.2) id JAA08351; Thu, 1 Oct 1998 09:28:57 -0500 (CDT) Message-ID: <19981001092857.C7057@mcs.net> Date: Thu, 1 Oct 1998 09:28:57 -0500 From: Alex Nash To: Poul-Henning Kamp Cc: John Birrell , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_gc.c Makefile.inc uthread_init.c uthread_find_thread.c uthread_kern.c uthread_create.c uthread_exit.c Mail-Followup-To: Poul-Henning Kamp , John Birrell , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <19980930192221.S9697@pr.mcs.net> <368.907228926@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <368.907228926@critter.freebsd.dk>; from Poul-Henning Kamp on Thu, Oct 01, 1998 at 10:02:06AM +0200 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 01, 1998 at 10:02:06AM +0200, Poul-Henning Kamp wrote: > Alex, can we constrain ourselves to >actual< problems rather than > theoretically-possible-on-really-stupid-machines-problems ? The atomicity of malloc_active++ is compiler dependent, not really-stupid-machine dependent. Alex