[RTEMS Project] #3216: Replace vprintk() implementation
RTEMS trac
trac at rtems.org
Thu Nov 2 15:25:09 UTC 2017
#3216: Replace vprintk() implementation
-----------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 4.12.0
Component: score | Version: 4.12
Severity: normal | Keywords:
-----------------------------+-----------------------------
The current vprintk() implementation has 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.
--
Ticket URL: <http://devel.rtems.org/ticket/3216>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list