-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SIGSEGV support. Includes: - raise SIGSEGV from mmap fault handler - add ucontext save/restore to signal delivery/return code - update signal runtime test with SIGSEGV test * bugfix for sig_debug call in rt_sigreturn * some reorganization of page fault handler, and bugfix for field ordering in struct sigcontext * add CR2 to frame.h, and save on interrupt * send SEGV_MAPERR anytime we can't find a vmap on fault
- Loading branch information
Showing
8 changed files
with
510 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.