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

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

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/


# a18c313e 10-Jan-2016 Nathan Whitehorn <nwhitehorn@FreeBSD.org>

Use setjmp() instead of the identical-except-for-having-a-wrong-prototype
setfault() when testing for faults. This should also help the compiler
do the right thing with this complicated-to-optimize function.


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


# e61d3b10 04-Oct-2002 Mike Barcroft <mike@FreeBSD.org>

Fix namespace issues by using visibility conditionals from
<sys/cdefs.h>.


# 085f8416 04-Oct-2002 Mike Barcroft <mike@FreeBSD.org>

style(9) <machine/setjmp.h> headers so they look mostly the same.


# 99bc8c72 09-Jul-2002 Benno Rice <benno@FreeBSD.org>

Add setjmp (needed for DDB).


# 27499504 01-Jan-2001 David E. O'Brien <obrien@FreeBSD.org>

PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)