History log of /freebsd-10.3-release/sys/sparc64/include/setjmp.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

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

Approved by: re (implicit)

# 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


# 165967 12-Jan-2007 imp

Remove 3rd clause, renumber, ok per email


# 104505 05-Oct-2002 mike

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


# 104493 04-Oct-2002 mike

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


# 88628 29-Dec-2001 jake

jmpbuf is no longer a ucontext_t since it does not need to be passed
to sigreturn.
Add definitions for array offsets.


# 86531 18-Nov-2001 jake

Make jmpbuf the same size as ucontext_t so that it can be passed
to sigreturn.

Obtained from: alpha


# 83053 05-Sep-2001 obrien

style(9) the structure definitions.


# 82899 03-Sep-2001 jake

Use the correct copyrights. Note where most of this came from.

Requested by: obrien


# 81334 09-Aug-2001 obrien

The author isn't a [UC] Regents. Correct the copyright language.


# 80709 31-Jul-2001 jake

Flesh out the sparc64 port considerably. This contains:
- mostly complete kernel pmap support, and tested but currently turned
off userland pmap support
- low level assembly language trap, context switching and support code
- fully implemented atomic.h and supporting cpufunc.h
- some support for kernel debugging with ddb
- various header tweaks and filling out of machine dependent structures