Page MenuHomeFreeBSD

du: Complete libxo transition
ClosedPublic

Authored by des on Apr 15 2026, 9:33 AM.
Tags
None
Referenced Files
F158678920: D56402.diff
Thu, Jun 4, 3:07 PM
Unknown Object (File)
Sun, May 31, 1:43 AM
Unknown Object (File)
Wed, May 27, 9:49 PM
Unknown Object (File)
Wed, May 27, 4:19 PM
Unknown Object (File)
Wed, May 27, 10:10 AM
Unknown Object (File)
Wed, May 27, 8:31 AM
Unknown Object (File)
Wed, May 27, 6:27 AM
Unknown Object (File)
Tue, May 26, 5:06 PM
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 Not Applicable
Unit
Tests Not Applicable

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.