chimerautils (our core userland package) has a new release that is now in the distro:
- based on freebsd 15.0-release
- plenty of upstream changes, such as...
- `find` supports `-printf`
- `cp` supports long options
- `cp` can merge directories
- `du` uses libxo (machine parseable output in many formats as requested)
- `id` can retrieve more data (e.g. homedir and shell)
- `stat` can find holes
- and more
- some downstream enhancements too
- `printf` supports `%q` (shell quoting)
- `xargs` supports `--arg-file`
- `mv` supports atomic file swapping (`-x`)
- `command -v` in `sh` is now a bit more relaxed (additional arguments are ignored and not an error), like dash
- `ls` will display files even if it can't `stat` them (e.g. stale sshfs mounts)