summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
Commit message (Expand)AuthorAge
* printk: fix wrong format string iter for printkZhaolei2009-04-08
* vsprintf: unify the format decoding layer for its 3 users, cleanupVegard Nossum2009-03-14
* fix regression from "vsprintf: unify the format decoding layer for its 3 users"Vegard Nossum2009-03-14
* vsprintf: fix bug in negative value printingFrederic Weisbecker2009-03-10
* vsprintf: unify the format decoding layer for its 3 usersFrederic Weisbecker2009-03-06
* vsprintf: add binary printfLai Jiangshan2009-03-06
* strict_strto* is not strict enoughPavel Machek2009-01-06
* Make %p print '(null)' for NULL pointersLinus Torvalds2009-01-03
* aoe: remove private mac address format functionHarvey Harrison2008-11-25
* printk: ipv4 address digits printed in reverse orderHarvey Harrison2008-11-03
* printk: remove %p6 format specifier, fix up commentsHarvey Harrison2008-10-29
* printk: add %I4, %I6, %i4, %i6 format specifiersHarvey Harrison2008-10-29
* printk: add %p6 format specifier for IPv6 addressesHarvey Harrison2008-10-28
* printk: add %pM format specifier for MAC addressesHarvey Harrison2008-10-27
* Implement %pR to print struct resource contentLinus Torvalds2008-10-20
* lib: remove defining macros for strict_strto??Harvey Harrison2008-10-16
* lib: trivial whitespace tidyHarvey Harrison2008-10-16
* lib: pull base-guessing logic to helper functionHarvey Harrison2008-10-16
* Add kerneldoc documentation for new printk format extensionsAndi Kleen2008-10-16
* lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-09
* lib/vsprintf.c: wrong conversion function usedYi Yang2008-08-12
* vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds2008-07-06
* vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds2008-07-06
* vsprintf: split out '%p' handling logicLinus Torvalds2008-07-06
* vsprintf: split out '%s' handling logicLinus Torvalds2008-07-06
* lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Hoang-Nam Nguyen2008-02-23
* x86: trivial printk optimizationsDenys Vlasenko2008-02-09
* Add new string functions strict_strto* and convert kernel params to use themYi Yang2008-02-08
* lib: move kasprintf to a separate fileSam Ravnborg2007-07-31
* vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko2007-07-16
* vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko2007-07-16
* fix sscanf %n match at end of input stringJohannes Berg2007-05-08
* Add kvasprintf()Jeremy Fitzhardinge2007-04-30
* [PATCH] scnprintf(): fix a commentMartin Peschke2007-02-12
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* Fix vsnprintf off-by-one bugLinus Torvalds2006-06-28
* [PATCH] Implement kasprintfJeremy Fitzhardinge2006-06-25
* [PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge2006-06-25
* [PATCH] fix missing includesTim Schmielau2005-10-30
* [PATCH] %t... in vsnprintfAl Viro2005-08-23
* Linux-2.6.12-rc2Linus Torvalds2005-04-16