sapling/eden/scm/exec
Jun Wu 1a697a202e ctrlc: move ctrlc setup to after os.fork
Summary:
`os.fork()` (used by pfcserver) only duplicates one thread. That is problematic
for `ctrlc` because the background thread that handles the Ctrl+C won't exist
for the forked processes. Fix it by moving the ctrlc setup to after os.fork.

Reviewed By: muirdm

Differential Revision: D44048693

fbshipit-source-id: 5d4391dabb7b4fc6e3cc1e015c7d0acdb017041e
2023-03-14 12:35:19 -07:00
..
eden_apfs_mount_helper Rust crate rsa 0.8.1 and required fixes 2023-02-16 17:03:23 -08:00
fsprobe update to rust 1.64.0 2022-09-27 15:18:58 -07:00
hgmain ctrlc: move ctrlc setup to after os.fork 2023-03-14 12:35:19 -07:00
scm_daemon fix error handling in tcp reciever introduced by D43153574 2023-02-27 12:20:41 -08:00
scratch mkscratch: allow optionally providing a shorter path using a hash 2023-02-18 10:33:30 -08:00
utils/src/bin Apply rustfmt 2022-08-06 09:10:10 -07:00