From owner-cvs-all Sun Jul 4 7:43: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E28F914D28; Sun, 4 Jul 1999 07:43:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05938; Sun, 4 Jul 1999 07:43:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199907041443.HAA05938@freefall.freebsd.org> From: Bruce Evans Date: Sun, 4 Jul 1999 07:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lockf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/07/04 07:43:01 PDT Modified files: sys/kern kern_lockf.c Log: Fixed corruption of the "blocked" list in lf_setlock() when tsleep() returns 0 after ptrace() attach and/or detach doesn't quite quite deliver a signal. Perhaps the process shouldn't be woken in this case, but avoiding the problem is easy. PR: 12247 Fixed a couple of places where mechanical fixing of compiler warnings caused misspelling of NOLOCKF as NULL. Revision Changes Path 1.23 +20 -17 src/sys/kern/kern_lockf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message