Actions
Feature #7549
closedAdd support for %S to libstand as well so /boot/loader and friends can use it.
Start date:
2016-11-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Updated by Toomas Soome almost 7 years ago
- Status changed from New to In Progress
Updated by Toomas Soome over 6 years ago
Integrate FreeBSD changes:
https://svnweb.freebsd.org/base?view=revision&revision=r300056
https://svnweb.freebsd.org/base?view=revision&revision=300078
This update will extend the loader printf with %S format to support printing of wide (16bit) char strings. The change is needed to simplify printing of UEFI firmware text messages, as UEFI does use 16bit wide chars by default.
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit cfba4bc61aac6eae1889bf8e8750f7b6a2ee393f
commit cfba4bc61aac6eae1889bf8e8750f7b6a2ee393f Author: Toomas Soome <tsoome@me.com> Date: 2017-01-10T22:02:43.000Z 7549 Add support for %S to libstand as well so /boot/loader and friends can use it. Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions