nushell/crates/nu-system/src
Ian Manske 251599c507
Use safe nix API instead of libc (#12315)
# Description
Where possible, this PR replaces usages of raw `libc` bindings to
instead use safe interfaces from the `nix` crate. Where not possible,
the `libc` version reexported through `nix` was used instead of having a
separate `libc` dependency.
2024-03-30 14:49:54 +01:00
..
foreground.rs Use safe nix API instead of libc (#12315) 2024-03-30 14:49:54 +01:00
lib.rs Deduplicate nix dependency versions (#12307) 2024-03-27 16:43:37 +01:00
linux.rs Bump procfs to 0.16.0 (#11115) 2023-11-20 21:22:35 +01:00
macos.rs Fix tarpaulin skip attribute to latest (#11552) 2024-01-17 07:26:34 -06:00
os_info.rs Bump sysinfo from 0.29 to 0.30 (#11484) 2024-01-05 05:31:29 -06:00
windows.rs Fix chrono deprecation warnings (#12091) 2024-03-07 06:01:30 -06:00