History log of /freebsd-current/sys/arm/arm/in_cksum_arm.S
Revision Date Author Comments
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# f72366f9 29-Nov-2020 Michal Meloun <mmel@FreeBSD.org>

_ARM_ARCH_5E is always defined, we not support older CPUs.


# 0879a642 29-Nov-2020 Michal Meloun <mmel@FreeBSD.org>

Remove remaining support of big endian byte order.
Big endian support was ceased by removing ARMv4 sub architecture.


# fc2a8776 20-Mar-2018 Ed Maste <emaste@FreeBSD.org>

Rename assym.s to assym.inc

assym is only to be included by other .s files, and should never
actually be assembled by itself.

Reviewed by: imp, bdrewery (earlier)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14180


# c258e1cc 02-Dec-2014 Andrew Turner <andrew@FreeBSD.org>

Switch to unified syntax so these can be built with clang 3.5.

MFC after: 1 week
Sponsored by: ABT Systems Ltd


# 573447b6 15-Mar-2013 Andrew Turner <andrew@FreeBSD.org>

Add an END macro to ARM. This is mostly used to tell gas where the bounds
of the functions are when creating the EABI unwind tables.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 0f7432f5 12-Oct-2007 Olivier Houchard <cognet@FreeBSD.org>

Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use
_ARM_ARCH_5E instead.

MFC After: 3 days


# 31c197a7 03-Oct-2005 Olivier Houchard <cognet@FreeBSD.org>

Only save the registers that are used.


# 0f18d325 24-May-2005 Olivier Houchard <cognet@FreeBSD.org>

Use asm versions of in_cksum() and friends.


# d8315c79 05-Jan-2005 Warner Losh <imp@FreeBSD.org>

Start all license statements with /*-


# 2fd21813 09-Nov-2004 Olivier Houchard <cognet@FreeBSD.org>

Use the RET macro.


# 9a6dc4b6 06-Jun-2004 Poul-Henning Kamp <phk@FreeBSD.org>

Remove filename+line number from panic messages.


# 6fc729af 14-May-2004 Olivier Houchard <cognet@FreeBSD.org>

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.