Page MenuHomeFreeBSD

Resurrect standalone command
ClosedPublic

Authored by des on Dec 22 2025, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 16, 4:27 PM
Unknown Object (File)
Fri, Feb 6, 7:43 AM
Unknown Object (File)
Jan 8 2026, 11:22 PM
Unknown Object (File)
Jan 6 2026, 11:40 PM
Unknown Object (File)
Jan 5 2026, 8:32 PM
Unknown Object (File)
Jan 5 2026, 11:33 AM
Unknown Object (File)
Dec 31 2025, 11:11 AM
Unknown Object (File)
Dec 30 2025, 10:49 PM
Subscribers

Details

Reviewers
markj
Group Reviewers
srcmgr
Commits
rG745c6c0431d0: Resurrect standalone command
Summary

While command(1) is now classified by POSIX as an intrinsic utility and
no longer required to exist as a standalone program, it turns out that
we still have a use for it (cf. env(1)), so resurrect it.

PR: 291879
Fixes: 4100bd6caa66 ("usr.bin: Remove intrinsic utilities")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Dec 22 2025, 9:27 PM
markj added a subscriber: markj.
markj added inline comments.
usr.bin/command/Makefile
3
This revision is now accepted and ready to land.Dec 22 2025, 11:53 PM
This revision was automatically updated to reflect the committed changes.