From owner-cvs-all Mon Jul 22 1:25:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B4F37B400; Mon, 22 Jul 2002 01:25:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AC543E5E; Mon, 22 Jul 2002 01:25:38 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from freefall.freebsd.org (truckman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6M8PcJU048842; Mon, 22 Jul 2002 01:25:38 -0700 (PDT) (envelope-from truckman@freefall.freebsd.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6M8Pcp1048841; Mon, 22 Jul 2002 01:25:38 -0700 (PDT) Message-Id: <200207220825.g6M8Pcp1048841@freefall.freebsd.org> From: Don Lewis Date: Mon, 22 Jul 2002 01:25:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h 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 truckman 2002/07/22 01:25:38 PDT Modified files: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Provide a way for sysctl handlers to pre-wire their output buffer before they grab a lock so that they don't block in SYSCTL_OUT() with the lock being held. Revision Changes Path 1.128 +17 -0 src/sys/kern/kern_sysctl.c 1.107 +1 -0 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message