sunfishcode / mustang

Rust programs written entirely in Rust
Other
849 stars 24 forks source link

Improved `sigaction` support. #197

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

This is highly experimental and doesn't actually work for installing actual signal handlers, but it is enough to allow SIG_IGN and SIG_DFL handlers to work.

Marking as a draft as this depends on unreleased rustix patches.

With this, everything in coreutils except test_tmp_files_deleted_on_sigint passes.