fish-shell/src/fork_exec
Fabian Boehm e24823dd6c
Some checks failed
make test / ubuntu (push) Has been cancelled
make test / ubuntu-32bit-static-pcre2 (push) Has been cancelled
make test / ubuntu-asan (push) Has been cancelled
make test / macos (push) Has been cancelled
Rust checks / rustfmt (push) Has been cancelled
Rust checks / clippy (push) Has been cancelled
Signals: Compute signal set once on startup
Really the only thing we're looking for here is if we're started with
HUP ignored or not.

Saves a syscall per external process.

Continuation of #10869
2024-12-04 20:18:16 +01:00
..
flog_safe.rs Clean up some stale comments and restore libc usage in flog_safe 2024-01-21 12:03:56 -08:00
mod.rs Make SIGTERM handler async-signal-safe again 2024-10-21 09:30:47 +02:00
postfork.rs Use Option<Pid> instead of Option<pid_t> 2024-11-14 13:02:03 -06:00
spawn.rs Signals: Compute signal set once on startup 2024-12-04 20:18:16 +01:00