aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-29lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 addressGravatar Joe Perches 1-47/+152
2009-04-29vsprintf: introduce %pf format specifierGravatar Frederic Weisbecker 1-6/+13
2009-04-08printk: add support of hh length modifier for printkGravatar Zhaolei 1-5/+32
2009-04-08printk: fix wrong format string iter for printkGravatar Zhaolei 1-16/+0
2009-03-14vsprintf: unify the format decoding layer for its 3 users, cleanupGravatar Vegard Nossum 1-6/+6
2009-03-14fix regression from "vsprintf: unify the format decoding layer for its 3 users"Gravatar Vegard Nossum 1-1/+1
2009-03-10vsprintf: fix bug in negative value printingGravatar Frederic Weisbecker 1-7/+6
2009-03-06vsprintf: unify the format decoding layer for its 3 usersGravatar Frederic Weisbecker 1-431/+541
2009-03-06vsprintf: add binary printfGravatar Lai Jiangshan 1-0/+442
2009-01-06strict_strto* is not strict enoughGravatar Pavel Machek 1-0/+4
2009-01-03Make %p print '(null)' for NULL pointersGravatar Linus Torvalds 1-0/+3
2008-11-25aoe: remove private mac address format functionGravatar Harvey Harrison 1-0/+3
2008-11-03printk: ipv4 address digits printed in reverse orderGravatar Harvey Harrison 1-2/+6
2008-10-29printk: remove %p6 format specifier, fix up commentsGravatar Harvey Harrison 1-5/+1
2008-10-29printk: add %I4, %I6, %i4, %i6 format specifiersGravatar Harvey Harrison 1-0/+31
2008-10-28printk: add %p6 format specifier for IPv6 addressesGravatar Harvey Harrison 1-0/+22
2008-10-27printk: add %pM format specifier for MAC addressesGravatar Harvey Harrison 1-0/+21
2008-10-20Implement %pR to print struct resource contentGravatar Linus Torvalds 1-6/+43
2008-10-16lib: remove defining macros for strict_strto??Gravatar Harvey Harrison 1-49/+68
2008-10-16lib: trivial whitespace tidyGravatar Harvey Harrison 1-17/+9
2008-10-16lib: pull base-guessing logic to helper functionGravatar Harvey Harrison 1-38/+42
2008-10-16Add kerneldoc documentation for new printk format extensionsGravatar Andi Kleen 1-0/+12
2008-09-09lib: Correct printk %pF to work on all architecturesGravatar James Bottomley 1-10/+1
2008-08-12lib/vsprintf.c: wrong conversion function usedGravatar Yi Yang 1-1/+1
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsGravatar Linus Torvalds 1-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersGravatar Linus Torvalds 1-2/+14
2008-07-06vsprintf: split out '%p' handling logicGravatar Linus Torvalds 1-9/+11
2008-07-06vsprintf: split out '%s' handling logicGravatar Linus Torvalds 1-26/+31
2008-02-23lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Gravatar Hoang-Nam Nguyen 1-1/+1
2008-02-09x86: trivial printk optimizationsGravatar Denys Vlasenko 1-22/+27
2008-02-08Add new string functions strict_strto* and convert kernel params to use themGravatar Yi Yang 1-0/+123
2007-07-31lib: move kasprintf to a separate fileGravatar Sam Ravnborg 1-35/+0
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Gravatar Denis Vlasenko 1-3/+105
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Gravatar Denis Vlasenko 1-28/+45
2007-05-08fix sscanf %n match at end of input stringGravatar Johannes Berg 1-0/+11
2007-04-30Add kvasprintf()Gravatar Jeremy Fitzhardinge 1-7/+19
2007-02-12[PATCH] scnprintf(): fix a commentGravatar Martin Peschke 1-2/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-6/+6
2006-06-28Fix vsnprintf off-by-one bugGravatar Linus Torvalds 1-1/+1
2006-06-25[PATCH] Implement kasprintfGravatar Jeremy Fitzhardinge 1-0/+23
2006-06-25[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferGravatar Jeremy Fitzhardinge 1-32/+33
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-08-23[PATCH] %t... in vsnprintfGravatar Al Viro 1-1/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+846