aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01sscanf(): fix %*s%nAndy Spencer1-1/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-20/+10
2009-09-22lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cJoe Perches1-10/+15
2009-09-22vsprintf: use WARN_ON_ONCEMarcin Slusarz1-12/+2
2009-09-17vsnprintf: remove duplicate comment of vsnprintfSteven Rostedt1-6/+4
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfSteven Rostedt1-2/+4
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressJoe Perches1-47/+152
2009-04-29vsprintf: introduce %pf format specifierFrederic Weisbecker1-6/+13
2009-04-08printk: add support of hh length modifier for printkZhaolei1-5/+32
2009-04-08printk: fix wrong format string iter for printkZhaolei1-16/+0
2009-03-14vsprintf: unify the format decoding layer for its 3 users, cleanupVegard Nossum1-6/+6
2009-03-14fix regression from "vsprintf: unify the format decoding layer for its 3 users"Vegard Nossum1-1/+1
2009-03-10vsprintf: fix bug in negative value printingFrederic Weisbecker1-7/+6
2009-03-06vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker1-431/+541
2009-03-06vsprintf: add binary printfLai Jiangshan1-0/+442
2009-01-06strict_strto* is not strict enoughPavel Machek1-0/+4
2009-01-03Make %p print '(null)' for NULL pointersLinus Torvalds1-0/+3
2008-11-25aoe: remove private mac address format functionHarvey Harrison1-0/+3
2008-11-03printk: ipv4 address digits printed in reverse orderHarvey Harrison1-2/+6
2008-10-29printk: remove %p6 format specifier, fix up commentsHarvey Harrison1-5/+1
2008-10-29printk: add %I4, %I6, %i4, %i6 format specifiersHarvey Harrison1-0/+31
2008-10-28printk: add %p6 format specifier for IPv6 addressesHarvey Harrison1-0/+22
2008-10-27printk: add %pM format specifier for MAC addressesHarvey Harrison1-0/+21
2008-10-20Implement %pR to print struct resource contentLinus Torvalds1-6/+43
2008-10-16lib: remove defining macros for strict_strto??Harvey Harrison1-49/+68
2008-10-16lib: trivial whitespace tidyHarvey Harrison1-17/+9
2008-10-16lib: pull base-guessing logic to helper functionHarvey Harrison1-38/+42
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen1-0/+12
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-10/+1
2008-08-12lib/vsprintf.c: wrong conversion function usedYi Yang1-1/+1
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds1-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds1-2/+14
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds1-9/+11
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds1-26/+31
2008-02-23lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Hoang-Nam Nguyen1-1/+1
2008-02-09x86: trivial printk optimizationsDenys Vlasenko1-22/+27
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang1-0/+123
2007-07-31lib: move kasprintf to a separate fileSam Ravnborg1-35/+0
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko1-3/+105
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko1-28/+45
2007-05-08fix sscanf %n match at end of input stringJohannes Berg1-0/+11
2007-04-30Add kvasprintf()Jeremy Fitzhardinge1-7/+19
2007-02-12[PATCH] scnprintf(): fix a commentMartin Peschke1-2/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-6/+6
2006-06-28Fix vsnprintf off-by-one bugLinus Torvalds1-1/+1
2006-06-25[PATCH] Implement kasprintfJeremy Fitzhardinge1-0/+23
2006-06-25[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge1-32/+33
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-08-23[PATCH] %t... in vsnprintfAl Viro1-1/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+846