From owner-cvs-src@FreeBSD.ORG Sat Oct 9 16:42:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B68F16A4CE; Sat, 9 Oct 2004 16:42:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BABA43D1F; Sat, 9 Oct 2004 16:42:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i99GgwYZ004541; Sat, 9 Oct 2004 16:42:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i99Ggw9N004540; Sat, 9 Oct 2004 16:42:58 GMT (envelope-from rwatson) Message-Id: <200410091642.i99Ggw9N004540@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Oct 2004 16:42:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys socketvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 16:42:58 -0000 rwatson 2004-10-09 16:42:58 UTC FreeBSD src repository Modified files: sys/sys socketvar.h Log: Add SOCKBUF_UNLOCK_ASSERT(), which asserts that the current thread does not hold the mutex for a socket buffer. Revision Changes Path 1.134 +1 -0 src/sys/sys/socketvar.h