From owner-cvs-all@FreeBSD.ORG Sat Feb 17 21:02:40 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E4A216A402; Sat, 17 Feb 2007 21:02:40 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DA00713C47E; Sat, 17 Feb 2007 21:02:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1HL2dUO051462; Sat, 17 Feb 2007 21:02:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1HL2dGg051461; Sat, 17 Feb 2007 21:02:39 GMT (envelope-from rwatson) Message-Id: <200702172102.l1HL2dGg051461@repoman.freebsd.org> From: Robert Watson Date: Sat, 17 Feb 2007 21:02:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2007 21:02:40 -0000 rwatson 2007-02-17 21:02:39 UTC FreeBSD src repository Modified files: sys/netinet in_pcb.c in_pcb.h tcp_usrreq.c Log: Add "show inpcb", "show tcpcb" DDB commands, which should come in handy for debugging sblock and other network panics. Revision Changes Path 1.186 +251 -1 src/sys/netinet/in_pcb.c 1.92 +6 -0 src/sys/netinet/in_pcb.h 1.146 +321 -1 src/sys/netinet/tcp_usrreq.c