summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/utrap.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow fast instruction and data access mmu miss traps to be handled byjake2003-04-291-1/+3
| | | | user trap handlers.
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-271-1/+24
| | | | | | | | | | | | | | | | | for sparc64 from trap #9 to trap #65. This is one of the ABI "blessed" system call vectors and is different from any other system that we might want to emulate, making the emulation easier by reducing the number of code paths that need to be shared. Compatibility with old applications is provided with COMPAT_FREEBSD4. Add defines for a few special traps that we may need to implement for compatibility with 32bit applications, and add comments on which vectors are used for what in other systems, and which are available. Pass magic flags to trap() for deprecated or unimplemented system call vectors so they will deliver SIGSYS instead of SIGILL. This piggy backs nicely with the recent sigaction(2) system call number change, and provided the rules are followed for upgrading past it, this change should not be noticed.
* Add a define for the fp restore soft trap type.jake2002-01-011-1/+2
| | | | Only declare C things if __ASM__ is not defined.
* Add a header for user trap types required by the sparc abi.jake2001-12-291-0/+84
For simplicity the corresponding kernel types use the same numerical values.
OpenPOWER on IntegriCloud