Date: Tue, 25 Jan 2000 14:37:12 -0800 (PST) From: Jason Evans <jasone@FreeBSD.org> 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 Message-ID: <200001252237.OAA08636@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001252237.OAA08636>