nushell/crates/nu-system/src
Ian Manske f615038938
Enable macOS foreground process handling (#9909)
# Description
Currently, foreground process management is disabled for macOS, since
the original code had issues (see #7068).
This PR re-enables process management on macOS in combination with the
changes from #9693.

# User-Facing Changes
Fixes hang on exit for nested nushells on macOS (issue #9859). Nushell
should now manage processes in the same way on macOS and other unix
systems.
2023-08-04 15:43:35 -05:00
..
foreground.rs Enable macOS foreground process handling (#9909) 2023-08-04 15:43:35 -05:00
lib.rs Foreground process group management, again (#6584) 2022-09-29 13:37:48 -05:00
linux.rs Add ppid to ps command (#8750) 2023-04-05 13:12:01 -05:00
macos.rs update most dependencies except where deeper code changes are needed (#9296) 2023-05-26 10:32:48 -05:00
windows.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00