From owner-cvs-src@FreeBSD.ORG Sun Nov 5 14:30:17 2006 Return-Path: X-Original-To: cvs-src@freebsd.org 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 69CB916A4EF; Sun, 5 Nov 2006 14:30:17 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from rtp-iport-2.cisco.com (rtp-iport-2.cisco.com [64.102.122.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0691243D5E; Sun, 5 Nov 2006 14:30:13 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from rtp-dkim-2.cisco.com ([64.102.121.159]) by rtp-iport-2.cisco.com with ESMTP; 05 Nov 2006 09:30:13 -0500 X-IronPort-AV: i="4.09,388,1157342400"; d="scan'208"; a="108783567:sNHT52419012" Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by rtp-dkim-2.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA5EUDXZ029337; Sun, 5 Nov 2006 09:30:13 -0500 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id kA5EUCAo025938; Sun, 5 Nov 2006 06:30:12 -0800 (PST) Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 5 Nov 2006 06:30:12 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 5 Nov 2006 06:30:12 -0800 Message-ID: <454DF54C.8020407@cisco.com> Date: Sun, 05 Nov 2006 09:29:32 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Randall Stewart References: <200611051325.kA5DPIkb074516@repoman.freebsd.org> In-Reply-To: <200611051325.kA5DPIkb074516@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Nov 2006 14:30:12.0194 (UTC) FILETIME=[E708CC20:01C700E6] DKIM-Signature: a=rsa-sha1; q=dns; l=1899; t=1162737013; x=1163601013; c=relaxed/simple; s=rtpdkim2001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sctp_bsd_addr.c=20sctp_crc32 .c=20=20=20=20=0A=20=20=20=20=20sctp_indata.c=20sctp_input.c=20sctp_output. c=20sctp_pcb.c=20sctp_structs.h=20=20=0A=20=20=20=20=20=20=20sctp_uio.h=20s ctputil.c=20sctputil.h=20src/sys/netinet6=20sctp6_usrreq.c |To:Randall=20Stewart=20; X=v=3Dcisco.com=3B=20h=3DfblpY5NW4q2TyXFPXJGSUI1pHPE=3D; b=y8SbynJirypqG0Rxtx7MS9A7kt1PiA9PBmwckqYwD6rk3lxHObL2cv4EY6MAAzTPbUshv1NO 5lb92fNDx2IHrNtQ8nAHKgTg+BEHX1gNQb7yJAsCJPm+mlpZH8TyPaIi; Authentication-Results: rtp-dkim-2.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_bsd_addr.c sctp_crc32.c sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_structs.h sctp_uio.h sctputil.c sctputil.h src/sys/netinet6 sctp6_usrreq.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: Sun, 05 Nov 2006 14:30:17 -0000 Randall Stewart wrote: > rrs 2006-11-05 13:25:18 UTC > > FreeBSD src repository > > Modified files: > sys/netinet sctp_bsd_addr.c sctp_crc32.c > sctp_indata.c sctp_input.c sctp_output.c > sctp_pcb.c sctp_structs.h sctp_uio.h > sctputil.c sctputil.h > sys/netinet6 sctp6_usrreq.c > Log: > Tons of fixes to get all the 64bit issues removed. > This also moves two 16 bit int's to become 32 bit > values so we do not have to use atomic_add_16. > Most of the changes are %p, casts and other various > nasty's that were in the orignal code base. With this > commit my machine will now do a build universe.. however > I as yet have not tested on a 64bit machine .. it may not work :-( > > Revision Changes Path > 1.2 +7 -7 src/sys/netinet/sctp_bsd_addr.c > 1.3 +1 -1 src/sys/netinet/sctp_crc32.c > 1.2 +4 -4 src/sys/netinet/sctp_indata.c > 1.4 +7 -5 src/sys/netinet/sctp_input.c > 1.2 +9 -9 src/sys/netinet/sctp_output.c > 1.4 +8 -8 src/sys/netinet/sctp_pcb.c > 1.2 +5 -4 src/sys/netinet/sctp_structs.h > 1.2 +8 -8 src/sys/netinet/sctp_uio.h > 1.3 +35 -21 src/sys/netinet/sctputil.c > 1.2 +2 -2 src/sys/netinet/sctputil.h > 1.3 +5 -4 src/sys/netinet6/sctp6_usrreq.c > One other thing I forgot to attach.. the Approved by: gnn and also.. could someone give me a hint as to how I get rcstemplate to copy correctly into my emacs window? For some reason the only way I can get it is to go open another emacs window and manually copy it.. there must be some cvs-ism I am missing :-( R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell)