From owner-cvs-lib Thu Feb 12 17:37:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21314 for cvs-lib-outgoing; Thu, 12 Feb 1998 17:37:30 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21181; Thu, 12 Feb 1998 17:36:11 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26328; Thu, 12 Feb 1998 17:35:58 -0800 (PST) Date: Thu, 12 Feb 1998 17:35:58 -0800 (PST) Message-Id: <199802130135.RAA26328@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_accept.c uthread_create.c uthread_fd.c uthread_init.c uthread_ioctl.c uthread_kern.c uthread_write.c uthread_writev.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/02/12 17:35:58 PST Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_accept.c uthread_create.c uthread_fd.c uthread_init.c uthread_ioctl.c uthread_kern.c uthread_write.c uthread_writev.c Log: Submitted by: Jeremy Allison(Samba maintainer) and Terry Lambert Obtained from: Whistle Communications FreeBSD tree. YAMFC: Pthreads now works well enough to run the LDAP and ACAPD(with the gcc 2.8 fix) sample implementations. (even with C++) Revision Changes Path 1.2.2.3 +1 -2 src/lib/libc_r/uthread/uthread_accept.c 1.2.2.2 +2 -1 src/lib/libc_r/uthread/uthread_create.c 1.2.2.2 +22 -10 src/lib/libc_r/uthread/uthread_fd.c 1.3.2.3 +35 -1 src/lib/libc_r/uthread/uthread_init.c 1.1.2.1 +35 -4 src/lib/libc_r/uthread/uthread_ioctl.c 1.3.2.2 +53 -1 src/lib/libc_r/uthread/uthread_kern.c 1.1.2.2 +3 -3 src/lib/libc_r/uthread/uthread_write.c 1.1.2.2 +3 -3 src/lib/libc_r/uthread/uthread_writev.c