Page MenuHomeFreeBSD

exterr: support for EXTERROR_VERBOSE=brief
AbandonedPublic

Authored by kib on Wed, Feb 25, 5:44 AM.
Tags
None
Referenced Files
F146247401: D55498.id172649.diff
Sun, Mar 1, 2:25 AM
Unknown Object (File)
Wed, Feb 25, 9:09 PM
Unknown Object (File)
Wed, Feb 25, 3:50 PM
Unknown Object (File)
Wed, Feb 25, 2:01 PM
Unknown Object (File)
Wed, Feb 25, 1:37 PM
Unknown Object (File)
Wed, Feb 25, 12:19 PM
Unknown Object (File)
Wed, Feb 25, 11:14 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.