Date: Mon, 22 Jul 2002 01:25:38 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h Message-ID: <200207220825.g6M8Pcp1048841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207220825.g6M8Pcp1048841>
