NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43882 CVS commit: [netbsd-4] src/sys/arch/mips/mips



The following reply was made to PR port-mips/43882; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43882 CVS commit: [netbsd-4] src/sys/arch/mips/mips
Date: Tue, 12 Oct 2010 10:13:12 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Tue Oct 12 10:13:12 UTC 2010
 
 Modified Files:
        src/sys/arch/mips/mips [netbsd-4]: in_cksum.c
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #1407):
        sys/arch/mips/mips/in_cksum.c: revision 1.14
 Fix wrong checksum calculations of 32 bit unaligned two byte payloads.
 Analyzed in PR port-mips/43882, but applied slightly different patch.
 Also put some changes for readability.
 Note netbsd-5 doesn't use this MD version but netbsd-4 needs a pullup.
 (though it's unclear if it's really faster even on modern aggressive gcc4)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.12.12.1 src/sys/arch/mips/mips/in_cksum.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index