Page MenuHomeFreeBSD

du: Complete libxo transition
ClosedPublic

Authored by des on Apr 15 2026, 9:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 29, 6:05 AM
Unknown Object (File)
Tue, Jul 28, 6:11 PM
Unknown Object (File)
Mon, Jul 27, 10:23 PM
Unknown Object (File)
Mon, Jul 27, 5:27 PM
Unknown Object (File)
Mon, Jul 27, 4:57 AM
Unknown Object (File)
Mon, Jul 27, 3:38 AM
Unknown Object (File)
Sat, Jul 25, 2:15 AM
Unknown Object (File)
Wed, Jul 15, 7:17 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 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.