Page MenuHomeFreeBSD

w: Complete libxo transition.
ClosedPublic

Authored by des on Jan 23 2023, 4:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 29 2024, 7:48 AM
Unknown Object (File)
Dec 12 2023, 3:21 PM
Unknown Object (File)
Nov 7 2023, 7:33 PM
Unknown Object (File)
Nov 7 2023, 2:57 PM
Unknown Object (File)
Nov 4 2023, 6:44 PM
Unknown Object (File)
Nov 4 2023, 2:34 PM
Unknown Object (File)
Nov 3 2023, 7:37 PM
Unknown Object (File)
Nov 1 2023, 8:26 PM
Subscribers

Details

Summary

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

Diff Detail

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

Event Timeline

des requested review of this revision.Jan 23 2023, 4:24 PM
markj added inline comments.
usr.bin/w/w.c
475–476

It looks like xo_finish() returns a number of bytes written, so shouldn't we be checking for a result < 0?

des marked an inline comment as done.Jan 24 2023, 8:49 AM
des added inline comments.
usr.bin/w/w.c
475–476

You are absolutely right.

This revision is now accepted and ready to land.Jan 24 2023, 2:06 PM
This revision was automatically updated to reflect the committed changes.
des marked an inline comment as done.