]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kvprintf %b enhancements
authorrlibby <rlibby@FreeBSD.org>
Wed, 12 Jul 2017 07:30:14 +0000 (07:30 +0000)
committerrlibby <rlibby@FreeBSD.org>
Wed, 12 Jul 2017 07:30:14 +0000 (07:30 +0000)
commitfda9c1d9c438a9c32a879f101c87cc1f03c13d0e
tree6b20c24a43b15105b3bb3560daeb340ce89bd1af
parent3bf5fef4d3cf9dc95ad7e3a2ba043ba77a2a08fd
kvprintf %b enhancements

Make the %b formatter accept number formatting flags. It will now accept
alternate form, precision, and length modifiers. It also now partially
supports field width (but forces left justification).

Reviewed by: markj
Approved by: markj (mentor)
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D11284
sys/kern/subr_prf.c