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)
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)
Tue, Mar 24, 7:37 AM
Unknown Object (File)
Tue, Mar 24, 7:37 AM
Unknown Object (File)
Mar 10 2026, 6:21 AM
Unknown Object (File)
Mar 9 2026, 1:27 PM
Unknown Object (File)
Mar 7 2026, 9:04 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.