From owner-cvs-all Tue Jan 25 14:38:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 117BC14A09; Tue, 25 Jan 2000 14:37:18 -0800 (PST) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA08636; Tue, 25 Jan 2000 14:37:12 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <200001252237.OAA08636@freefall.freebsd.org> From: Jason Evans Date: Tue, 25 Jan 2000 14:37:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads Makefile ports/devel/linuxthreads/files _atomic_lock.S libc_calls.c libc_thread.c ports/devel/linuxthreads/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jasone 2000/01/25 14:37:12 PST Modified files: devel/linuxthreads Makefile devel/linuxthreads/files libc_calls.c libc_thread.c devel/linuxthreads/patches patch-aa Added files: devel/linuxthreads/files _atomic_lock.S Log: Don't use the pthreads rwlock implementation for dllockinit(), since it causes infinite recursion while trying to initialize the internal library state. Instead, use a simple spinlock-based rwlock implementation. Make minor cancellation cleanups. Revision Changes Path 1.8 +5 -4 ports/devel/linuxthreads/Makefile 1.2 +0 -1 ports/devel/linuxthreads/files/libc_calls.c 1.3 +90 -72 ports/devel/linuxthreads/files/libc_thread.c 1.6 +43 -51 ports/devel/linuxthreads/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message