From owner-cvs-all Wed Apr 22 02:12:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03035 for cvs-all-outgoing; Wed, 22 Apr 1998 02:12:52 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 JAA03017; Wed, 22 Apr 1998 09:12:44 GMT (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA06320; Wed, 22 Apr 1998 02:11:54 -0700 (PDT) Date: Wed, 22 Apr 1998 02:11:54 -0700 (PDT) Message-Id: <199804220911.CAA06320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/man pthread_detach.3 pthread_join.3 src/lib/libc_r/uthread pthread_private.h uthread_create.c uthread_detach.c uthread_join.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 1998/04/22 02:11:53 PDT Modified files: (Branch: RELENG_2_2) lib/libc_r/man pthread_detach.3 pthread_join.3 lib/libc_r/uthread pthread_private.h uthread_create.c uthread_detach.c uthread_join.c Log: MFC part 1: Safety belts for code written for older drafts of the POSIX threads standard. Revision Changes Path 1.1.2.1 +6 -4 src/lib/libc_r/man/pthread_detach.3 1.1.2.2 +3 -3 src/lib/libc_r/man/pthread_join.3 1.2.2.2 +8 -1 src/lib/libc_r/uthread/pthread_private.h 1.2.2.3 +7 -0 src/lib/libc_r/uthread/uthread_create.c 1.1.2.3 +1 -1 src/lib/libc_r/uthread/uthread_detach.c 1.1.2.3 +10 -0 src/lib/libc_r/uthread/uthread_join.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message