From owner-cvs-src@FreeBSD.ORG Sun Nov 5 14:09:36 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 157B516A4A0; Sun, 5 Nov 2006 14:09:36 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD8543D5F; Sun, 5 Nov 2006 14:09:26 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id DCD535CAB; Sun, 5 Nov 2006 17:09:25 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id A16B55E06; Sun, 5 Nov 2006 17:09:25 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kA5E9SZ9049884; Sun, 5 Nov 2006 17:09:28 +0300 (MSK) (envelope-from ru) Date: Sun, 5 Nov 2006 17:09:28 +0300 From: Ruslan Ermilov To: Randall Stewart Message-ID: <20061105140928.GK17537@rambler-co.ru> References: <200611051325.kA5DPIkb074516@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nzri8VXeXB/g5ayr" Content-Disposition: inline In-Reply-To: <200611051325.kA5DPIkb074516@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found 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:09:36 -0000 --nzri8VXeXB/g5ayr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 05, 2006 at 01:25:18PM +0000, Randall Stewart wrote: > rrs 2006-11-05 13:25:18 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/netinet sctp_bsd_addr.c sctp_crc32.c=20 > sctp_indata.c sctp_input.c sctp_output.c=20 > sctp_pcb.c sctp_structs.h sctp_uio.h=20 > sctputil.c sctputil.h=20 > sys/netinet6 sctp6_usrreq.c=20 > 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 :-( > =20 > 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 >=20 Backing out the sctp_crc32.c portion of this change which is just plain wrong actually lets the amd64 build (and presumably universe) to complete successfully; already sent more info on this to Randall and George. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --nzri8VXeXB/g5ayr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTfCYqRfpzJluFF4RAvENAJ0ddL5BXjTmwGNB168thosc7miPFACdGcCG iEwd//xIHiEqP/RW/J9VdyM= =JHiI -----END PGP SIGNATURE----- --nzri8VXeXB/g5ayr--