Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking unimplemented features of signals #39

Open
1 of 4 tasks
StevenJiang1110 opened this issue Nov 8, 2022 · 0 comments
Open
1 of 4 tasks

Tracking unimplemented features of signals #39

StevenJiang1110 opened this issue Nov 8, 2022 · 0 comments
Assignees

Comments

@StevenJiang1110
Copy link
Contributor

StevenJiang1110 commented Nov 8, 2022

  • support running signal handler on a user-provided stack (set by sigaltstack)
  • save and restore floating point registers(fpRegs are not stored in CpuContext now)
  • the complex union field in siginfo_t. Get and Set a field in a union requires unsafe operation, currently not implemented.
  • some signal-related syscalls
@StevenJiang1110 StevenJiang1110 changed the title Tracking unimplemented work in signals Tracking unimplemented jobs in signals Nov 8, 2022
@tatetian tatetian changed the title Tracking unimplemented jobs in signals Tracking unimplemented features of signals Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant