df: df --all does not have systemd-1 - - - - /proc/sys/fs/binfmt_misc
Open
Nobody has claimed this yet.
U - df
- Dominant language
- Rust
- Stars
- 24.1k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 365
Description
df -all does not have systemd-1 - - - - /proc/sys/fs/binfmt_misc while GNU has it.
I did not built uutils/coreutils with feat_systemd, but my GNU coreutils 9.9 (Arch) is not built with --enable-systemd. So it should be a bug.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the df command entry point and reproduce the difference between uutils and GNU with --all, focusing on the missing /proc/sys/fs/binfmt_misc entry. Locate the df implementation and its existing tests, then add or adjust coverage so the output includes the systemd-1 entry when appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100