From owner-cvs-lib Fri Apr 17 02:39:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16617 for cvs-lib-outgoing; Fri, 17 Apr 1998 02:39:56 -0700 (PDT) (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 JAA16580; Fri, 17 Apr 1998 09:39:49 GMT (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09517; Fri, 17 Apr 1998 02:39:38 -0700 (PDT) Date: Fri, 17 Apr 1998 02:39:38 -0700 (PDT) Message-Id: <199804170939.CAA09517@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_info.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/04/17 02:39:38 PDT Modified files: lib/libc_r/uthread uthread_info.c Log: Allow a thread dump to report the thread's sigmask when in the PS_SIGWAIT state. Revision Changes Path 1.4 +4 -0 src/lib/libc_r/uthread/uthread_info.c