History log of /freebsd-10.2-release/sys/arm/arm/in_cksum.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 236991 13-Jun-2012 imp

Final whitespace trim.


# 160459 18-Jul-2006 cognet

Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip()
expects this. If we do not, this could result in wrong checksums.

MFC after: 1 day


# 156520 09-Mar-2006 cognet

MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work if
the pointer is unaligned, and it just doesn't worth it.


# 150858 03-Oct-2005 cognet

asm versions of in_cksum_hdr() and in_pseudo().


# 146594 24-May-2005 cognet

Use asm versions of in_cksum() and friends.


# 143116 03-Mar-2005 cognet

Handle endianness correctly.

Spotted out by: jmg


# 139735 05-Jan-2005 imp

Start all license statements with /*-


# 129198 14-May-2004 cognet

Import FreeBSD/arm kernel bits.
It only supports sa1110 (on simics) right now, but xscale support should come
soon.
Some of the initial work has been provided by :
Stephane Potvin <sepotvin at videotron.ca>
Most of this comes from NetBSD.