History log of /freebsd-current/sys/arm/include/setjmp.h
Revision Date Author Comments
# 71625ec9 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

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

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# 26713ad9 13-Apr-2023 Gordon Bergling <gbe@FreeBSD.org>

arm: Remove a double word in a comment in setjmp

- s/number number/number/

MFC after: 5 days


# 864cbcb8 08-Jun-2013 Andrew Turner <andrew@FreeBSD.org>

Merge in changes from NetBSD:
* Remove support for non-elf files.
* Add the VFP setjmp magic numbers.
* Add the offsets for the VFP registers within the buffer.


# 64277b97 05-Apr-2013 Andrew Turner <andrew@FreeBSD.org>

Hide non-assembler bits behind #ifndef __ASSEMBLER__


# 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.


# 98fe51fc 12-Jul-2004 Olivier Houchard <cognet@FreeBSD.org>

Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_.


# 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.