Changeset 1082798 in rtems

Timestamp:
10/23/17 11:30:44 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
ac28f15
Parents:
a54d10d
git-author:
Sebastian Huber <sebastian.huber@…> (10/23/17 11:30:44)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/06/17 06:25:51)
Message:

score: Add _IO_Printf() and _IO_Vprintf()

The previous vprintk() implementation had a questionable licence header,
lacks support for the 'z' and 'j' format specifiers, is not robust
against invalid format specifiers, uses a global variable for output.
Replace it with a stripped down version of the FreeBSD kernel kvprintf()
function.

The new implementation allows a low overhead rtems_snprintf() if
necessary.

Update #3199.
Close #3216.

(No files)

Note: See TracChangeset for help on using the changeset viewer.