Page MenuHomeFreeBSD

exterr: support for EXTERROR_VERBOSE=brief
AbandonedPublic

Authored by kib on Feb 25 2026, 5:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 5:02 AM
Unknown Object (File)
Sat, Apr 25, 12:32 AM
Unknown Object (File)
Tue, Apr 21, 8:46 AM
Unknown Object (File)
Tue, Apr 7, 7:28 AM
Unknown Object (File)
Sat, Apr 4, 5:12 PM
Unknown Object (File)
Wed, Apr 1, 2:16 AM
Unknown Object (File)
Mar 24 2026, 7:37 AM
Unknown Object (File)
Mar 24 2026, 7:37 AM
Subscribers

Details

Reviewers
mckusick
Summary

Based on the https://reviews.freebsd.org/D55494 by mckusick.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

If you don't have kernel strings, you need to print the long form.

I have incorporated your changes plus the above fix into my original review (D55494) along with updates to the manual page. If you are happy with that I will commit it.

lib/libc/gen/uexterr_format.c
91–92

In the !has_msg case, you are not printing anything. This needs to add || !has_msg.