From owner-cvs-all Tue Mar 19 15: 0:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1FEF37B41B; Tue, 19 Mar 2002 14:58:56 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2JMwu944269; Tue, 19 Mar 2002 14:58:56 -0800 (PST) (envelope-from deischen) Message-Id: <200203192258.g2JMwu944269@freefall.freebsd.org> From: Daniel Eischen Date: Tue, 19 Mar 2002 14:58:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_create.c uthread_exit.c uthread_fork.c uthread_init.c uthread_spec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/03/19 14:58:56 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_create.c uthread_exit.c uthread_fork.c uthread_init.c uthread_spec.c Log: Add the ability to recognize old references to keys, and return NULL when old keys are referenced (after pthread_key_delete()) via pthread_getspecific(). Revision Changes Path 1.68 +8 -10 src/lib/libc_r/uthread/pthread_private.h 1.33 +1 -1 src/lib/libc_r/uthread/uthread_create.c 1.25 +1 -1 src/lib/libc_r/uthread/uthread_exit.c 1.27 +3 -3 src/lib/libc_r/uthread/uthread_fork.c 1.38 +1 -1 src/lib/libc_r/uthread/uthread_init.c 1.17 +42 -22 src/lib/libc_r/uthread/uthread_spec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message