summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/setjmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
|
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
| | | | <sys/cdefs.h>.
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-4/+4
|
* jmpbuf is no longer a ucontext_t since it does not need to be passedjake2001-12-291-1/+7
| | | | | to sigreturn. Add definitions for array offsets.
* Make jmpbuf the same size as ucontext_t so that it can be passedjake2001-11-181-13/+3
| | | | | | to sigreturn. Obtained from: alpha
* style(9) the structure definitions.obrien2001-09-051-2/+2
|
* Use the correct copyrights. Note where most of this came from.jake2001-09-031-4/+11
| | | | Requested by: obrien
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-091-2/+2
|
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-0/+55
- 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
OpenPOWER on IntegriCloud