Skip to content
#

posix-signals

Here are 14 public repositories matching this topic...

Complete POSIX.1-2008 style signal mechanism for xv6. Features include per-process signal tables, lazy delivery during user/kernel transitions, siginfo_t metadata, and proper fork/exec inheritance. Supports 20+ signals including SIGKILL, SIGCHLD, and SIGALRM. Passes all provided test suites plus custom tests.

  • Updated Aug 12, 2025
  • Python

Improve this page

Add a description, image, and links to the posix-signals topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the posix-signals topic, visit your repo's landing page and select "manage topics."

Learn more