From owner-cvs-all@FreeBSD.ORG Mon Nov 6 03:28:37 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C348516A407; Mon, 6 Nov 2006 03:28:37 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFF943D46; Mon, 6 Nov 2006 03:28:37 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-6.cisco.com ([171.68.10.81]) by sj-iport-5.cisco.com with ESMTP; 05 Nov 2006 19:28:35 -0800 X-IronPort-AV: i="4.09,389,1157353200"; d="scan'208"; a="339742410:sNHT52686686" Received: from sj-core-4.cisco.com (sj-core-4.cisco.com [171.68.223.138]) by sj-dkim-6.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA63SY5B020824; Sun, 5 Nov 2006 19:28:34 -0800 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-4.cisco.com (8.12.10/8.12.6) with ESMTP id kA63SWOV027363; Sun, 5 Nov 2006 19:28:34 -0800 (PST) Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 5 Nov 2006 19:28:32 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-212.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 5 Nov 2006 19:28:31 -0800 Message-ID: <454EABAE.8050302@cisco.com> Date: Sun, 05 Nov 2006 22:27:42 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <200611051325.kA5DPIkb074516@repoman.freebsd.org> <454DF54C.8020407@cisco.com> <20061105173008.GB19933@lor.one-eyed-alien.net> In-Reply-To: <20061105173008.GB19933@lor.one-eyed-alien.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Nov 2006 03:28:31.0982 (UTC) FILETIME=[A246F0E0:01C70153] DKIM-Signature: a=rsa-sha1; q=dns; l=1558; t=1162783714; x=1163647714; c=relaxed/simple; s=sjdkim6002; 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=20sctp_indata.c=0A=20sctp_input.c=20sctp_output.c=20sctp_pcb.c=20sctp_st ructs.h=20sctp_uio.h=20sctputil.c=0A=20sctputil.h=20src/sys/netinet6=20sctp 6_usrreq.c; X=v=3Dcisco.com=3B=20h=3DfblpY5NW4q2TyXFPXJGSUI1pHPE=3D; b=aec9Kj6zGKUBqyrkNTBhH2lDRNzx2unqHhS190rD3TpSsc4f07MLq7cOQ6u9L27z4kfxrsHQ bUSju8CEYPw9iZSYV47sit3qqr5uEzDkdJ6LfKv8RSYvjLyDgLWCnLza; Authentication-Results: sj-dkim-6.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: Randall Stewart , src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-src@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-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: Mon, 06 Nov 2006 03:28:38 -0000 Brooks Davis wrote: > On Sun, Nov 05, 2006 at 09:29:32AM -0500, Randall Stewart wrote: > >>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 :-( >>> >> >>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 :-( > > > You can do a checkout or update with the FreeBSD specific CVS option -T, > i.e. "cvs -T update -d -P" > > -- Brooks Cool.. I just got it working :-) Thanks R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell)