Page MenuHomeFreeBSD

Convert ls(1) to not use libxo(3).
ClosedPublic

Authored by cem on Jan 17 2018, 8:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 18, 2:58 PM
Unknown Object (File)
Thu, Jun 18, 2:11 PM
Unknown Object (File)
Tue, Jun 16, 2:44 PM
Unknown Object (File)
May 5 2026, 12:15 AM
Unknown Object (File)
Apr 28 2026, 2:36 PM
Unknown Object (File)
Apr 28 2026, 2:29 PM
Unknown Object (File)
Apr 27 2026, 6:30 PM
Unknown Object (File)
Apr 22 2026, 8:25 PM
Subscribers
None

Details

Summary

libxo imposes a large burden on system utilities. In the case of ls, that
burden is difficult to justify -- any language that can interact with json
output can use readdir(3) and stat(2).

Logically revert r291607, r285857, r285803, r285734, r285425, r284494, r284489,
r284252, and r284198.

Test Plan
$ id
uid=0(root) gid=0(wheel) groups=0(wheel),5(operator)
$ kyua test
...
35/35 passed (0 failed)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14447
Build 14594: arc lint + arc unit

Event Timeline

My only regret is that phab won't let me click accept twice.

This revision is now accepted and ready to land.Jan 17 2018, 10:34 PM
This revision was automatically updated to reflect the committed changes.