From owner-cvs-all Thu Dec 23 17:12:18 1999 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 24C64157E7; Thu, 23 Dec 1999 17:12:10 -0800 (PST) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA37305; Thu, 23 Dec 1999 17:12:09 -0800 (PST) (envelope-from jasone@FreeBSD.org) Message-Id: <199912240112.RAA37305@freefall.freebsd.org> From: Jason Evans Date: Thu, 23 Dec 1999 17:12:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files libc_spinlock.c README.FreeBSD lclone.c md5 sched.c uthread_file.c pthread.h pthread_np.h pthread_private.h pthread_rw.h pthread_stack.h spinlock.c stack.c stack_attr.c syscalls.c uthread_rwlock.c uthread_rwlockattr.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jasone 1999/12/23 17:12:09 PST Modified files: devel/linuxthreads/files README.FreeBSD lclone.c md5 sched.c uthread_file.c devel/linuxthreads/patches patch-aa devel/linuxthreads/pkg DESCR PLIST Added files: devel/linuxthreads/files libc_spinlock.c Removed files: devel/linuxthreads/files pthread.h pthread_np.h pthread_private.h pthread_rw.h pthread_stack.h spinlock.c stack.c stack_attr.c syscalls.c uthread_rwlock.c uthread_rwlockattr.c devel/linuxthreads/files/Examples ex6.c devel/linuxthreads/patches patch-ab Log: Update to the most recent release of LinuxThreads, glibc-linuxthreads-2.1.2, which is rather tightly coupled with GNU libc, unlike the older version of this port. LinuxThreads has added many features since it was integrated with GNU libc, which means that a number of interfaces that were borrowed from libc_r are no longer needed. This updated port required a lot of reworking of the port, so there are likely to be new bugs. Revision Changes Path 1.4 +91 -119 ports/devel/linuxthreads/files/README.FreeBSD 1.2 +4 -4 ports/devel/linuxthreads/files/lclone.c 1.2 +1 -1 ports/devel/linuxthreads/files/md5 1.2 +10 -10 ports/devel/linuxthreads/files/sched.c 1.2 +1 -0 ports/devel/linuxthreads/files/uthread_file.c 1.3 +1264 -1047ports/devel/linuxthreads/patches/patch-aa 1.2 +9 -7 ports/devel/linuxthreads/pkg/DESCR 1.3 +13 -3 ports/devel/linuxthreads/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message