aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes2017-04-111-10/+21
* vsprintf: remove %n handlingRyan Mallon2017-04-111-36/+9
* vsprintf: ignore %n againKees Cook2017-04-111-11/+9
* lib/vsprintf.c: another small hackRasmus Villemoes2017-04-111-3/+4
* lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2017-04-111-0/+94
* lib/vsprintf.c: replace while with do-while in skip_atoiRasmus Villemoes2017-04-111-1/+2
* lib/vsprintf.c: consume 'p' in format_decodeRasmus Villemoes2017-04-111-4/+3
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2017-04-111-6/+4
* lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2017-04-111-119/+129
* lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2017-04-111-5/+2
* lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2017-04-111-6/+1
* lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2017-04-111-4/+12
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2017-04-111-1/+1
* lib/vsprintf.c: eliminate some branchesRasmus Villemoes2017-04-111-19/+11
* lib/vsprintf.c: fix comparison to boolFabian Frederick2017-04-111-2/+2
* vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2017-04-111-4/+9
* vsprintf: add %pad extension for dma_addr_t useJoe Perches2017-04-111-6/+27
* lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2017-04-111-0/+2
* add formats for dentry/file pathnamesAl Viro2017-04-111-0/+82
* kernel: Fix few typosMasanari Iida2017-04-111-1/+1
* first commitMeizu OpenSource2016-08-151-0/+2302