Date: Thu, 12 Feb 1998 17:35:58 -0800 (PST) From: Julian Elischer <julian@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 Message-ID: <199802130135.RAA26328@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802130135.RAA26328>