nushell/crates/nu-command/src/filesystem
yuri@FreeBSD 0487e9ffcb
FreeBSD compatibility patches (#11869)
# Description

nushell is verified to work on FreeBSD 14 with these patches.

What isn't supported on FreeBSD:
* the crate 'procfs' doesn't support FreeBSD yet, all functionality
depending on procfs is disabled
* several RLIMIT_* values aren't supported on FreeBSD - functions
related to these are disabled




# User-Facing Changes
n/a

# Tests + Formatting
n/a

# After Submitting
n/a

---------

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2024-02-17 20:04:59 +01:00
..
cd.rs FreeBSD compatibility patches (#11869) 2024-02-17 20:04:59 +01:00
du.rs refactor: move du from platform to filesystem (#11852) 2024-02-15 06:55:21 +08:00
glob.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
ls.rs use constant instead of <0 for ls fix (#11642) 2024-01-29 13:17:04 -06:00
mkdir.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
mktemp.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
mod.rs refactor: move du from platform to filesystem (#11852) 2024-02-15 06:55:21 +08:00
mv.rs Unify glob behavior on open, rm, cp-old, mv, umv, cp and du commands (#11621) 2024-01-26 21:57:35 +08:00
open.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
rm.rs Remove required positional arg for some file system commands (#11858) 2024-02-15 17:25:50 +00:00
save.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
start.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
touch.rs Remove required positional arg for some file system commands (#11858) 2024-02-15 17:25:50 +00:00
ucp.rs FreeBSD compatibility patches (#11869) 2024-02-17 20:04:59 +01:00
umkdir.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
umv.rs Unify glob behavior on open, rm, cp-old, mv, umv, cp and du commands (#11621) 2024-01-26 21:57:35 +08:00
util.rs FreeBSD compatibility patches (#11869) 2024-02-17 20:04:59 +01:00
watch.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00