From owner-cvs-src@FreeBSD.ORG Sun Nov 5 13:30:25 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 D153116A415; Sun, 5 Nov 2006 13:30:25 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B3343D4C; Sun, 5 Nov 2006 13:30:25 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.6/8.13.6) with ESMTP id kA5DUNXi050604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 5 Nov 2006 08:30:24 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sun, 5 Nov 2006 08:30:20 -0500 From: Tom Rhodes To: Randall Stewart Message-Id: <20061105083020.1b371752.trhodes@FreeBSD.org> In-Reply-To: <200611051325.kA5DPIkb074516@repoman.freebsd.org> References: <200611051325.kA5DPIkb074516@repoman.freebsd.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 13:30:25 -0000 On Sun, 5 Nov 2006 13:25:18 +0000 (UTC) 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 :-( > *blink* I was just going through the universe builds (required for other changes I'm playing with) and was nearing a commit here. Thanks for saving me the time. :) -- Tom Rhodes