From owner-cvs-src@FreeBSD.ORG Mon Jul 9 17:47:05 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 961E316A41F; Mon, 9 Jul 2007 17:47:05 +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 8754513C447; Mon, 9 Jul 2007 17:47:05 +0000 (UTC) (envelope-from rwatson@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 l69Hl5fK085521; Mon, 9 Jul 2007 17:47:05 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69Hl57j085520; Mon, 9 Jul 2007 17:47:05 GMT (envelope-from rwatson) Message-Id: <200707091747.l69Hl57j085520@repoman.freebsd.org> From: Robert Watson Date: Mon, 9 Jul 2007 17:47:05 +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/netinet6 udp6_output.c udp6_usrreq.c udp6_var.h 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: Mon, 09 Jul 2007 17:47:05 -0000 rwatson 2007-07-09 17:47:05 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_output.c udp6_usrreq.c udp6_var.h Log: General style, white space, and comment cleanup; move to ANSI C prototypes, don't use register, etc. Synchronize structure and layout to the IPv4 versions of these functions to a greater extent, making visual comparison easier. Remove now stale or incorrect comments. Enable full lock assertions, and correct one exception handling case where the wrong label was jumped to. Tested by: bz Approved by: re (bmah) Revision Changes Path 1.30 +2 -1 src/sys/netinet6/udp6_output.c 1.77 +64 -93 src/sys/netinet6/udp6_usrreq.c 1.8 +7 -7 src/sys/netinet6/udp6_var.h