From owner-cvs-src@FreeBSD.ORG Wed May 23 19:07:54 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CDA316A421; Wed, 23 May 2007 19:07:54 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DB0B613C44C; Wed, 23 May 2007 19:07:53 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4NJ7rvb070032; Wed, 23 May 2007 19:07:53 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4NJ7rJn070031; Wed, 23 May 2007 19:07:53 GMT (envelope-from andre) Message-Id: <200705231907.l4NJ7rJn070031@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 23 May 2007 19:07:53 +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 tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 23 May 2007 19:07:54 -0000 andre 2007-05-23 19:07:53 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: In tcp_log_addrs(): o add the hex output of the th_flags field to the example log line in comments o simplify the log line length calculation and make it less evil o correct the test for the length panic; the line isn't on the stack but malloc'ed Revision Changes Path 1.285 +7 -5 src/sys/netinet/tcp_subr.c