Page MenuHomeFreeBSD

du: Complete libxo transition
ClosedPublic

Authored by des on Apr 15 2026, 9:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 3, 11:03 AM
Unknown Object (File)
Thu, Jul 2, 5:31 PM
Unknown Object (File)
Jun 4 2026, 3:07 PM
Unknown Object (File)
May 31 2026, 1:43 AM
Unknown Object (File)
May 27 2026, 9:49 PM
Unknown Object (File)
May 27 2026, 4:19 PM
Unknown Object (File)
May 27 2026, 10:10 AM
Unknown Object (File)
May 27 2026, 8:31 AM
Subscribers

Details

Summary
  • Use xo_warn() / xo_err() instead of warn() / err().
  • Add a test case for the POSIX-mandated stdout error check.
  • While here, don't assume the size of off_t, address some style issues, and broaden the use of bool instead of int.
  • Reorder SEE ALSO section.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72215
Build 69098: arc lint + arc unit

Event Timeline

des requested review of this revision.Apr 15 2026, 9:33 AM
des edited the summary of this revision. (Show Details)

man page

This revision is now accepted and ready to land.Apr 15 2026, 12:59 PM
This revision was automatically updated to reflect the committed changes.