aboutsummaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)AuthorFilesLines
2017-02-02libc/stdio/vsnprintf.c: add explicit fallthroughStewart Smith1-0/+1
2016-10-11libc : Changes variable data type where return value of strlen() stored from ...Mukesh Ojha1-2/+2
2016-07-18libc: Remove NULL check for format argument in snprintf()Cyril Bur1-1/+1
2016-06-20Fix for typosFrederic Bonnard1-1/+1
2015-11-13Remove unused scanf and variantsStewart Smith5-455/+3
2015-01-19Merge branch 'update-2.1.1.1'Stewart Smith1-55/+108
2015-01-19opal: Fix buffer overrun in print_* functions.skiboot-2.1.1-fw810.20-4Mahesh Salgaonkar1-55/+108
2014-11-28Remove vsprintf: just like sprintf, vsnprintf is a much better ideaStewart Smith2-20/+1
2014-11-28Remove sprintf: there's no good reason to have this in firmwareStewart Smith2-31/+1
2014-11-26vsnprintf: Change print_itoa to use less stackShreyas B. Prabhu1-9/+9
2014-08-08replace printf() with console log, level 5 aka INFO messagesStewart Smith2-28/+1
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt19-0/+1043