Page MenuHomeFreeBSD

exterror: support %d in error messages
Needs ReviewPublic

Authored by kib on Sat, Dec 27, 3:49 PM.

Details

Reviewers
mckusick
emaste
Summary
libc/gen/err.c: remove 'extended error' herald from extended error output


exterror: add support for the format specifiers in the extended error msg

Note that we trust kernel code to only request the printout of integer
types, and use the 'j' modifier always.

vm/vm_mmap.c: inline erronous argument values for extended errors

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped