summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)Author
2009-01-06strict_strto* is not strict enoughPavel Machek
2009-01-03Make %p print '(null)' for NULL pointersLinus Torvalds
2008-11-25aoe: remove private mac address format functionHarvey Harrison
2008-11-03printk: ipv4 address digits printed in reverse orderHarvey Harrison
2008-10-29printk: remove %p6 format specifier, fix up commentsHarvey Harrison
2008-10-29printk: add %I4, %I6, %i4, %i6 format specifiersHarvey Harrison
2008-10-28printk: add %p6 format specifier for IPv6 addressesHarvey Harrison
2008-10-27printk: add %pM format specifier for MAC addressesHarvey Harrison
2008-10-20Implement %pR to print struct resource contentLinus Torvalds
2008-10-16lib: remove defining macros for strict_strto??Harvey Harrison
2008-10-16lib: trivial whitespace tidyHarvey Harrison
2008-10-16lib: pull base-guessing logic to helper functionHarvey Harrison
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley
2008-08-12lib/vsprintf.c: wrong conversion function usedYi Yang
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds
2008-02-23lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Hoang-Nam Nguyen
2008-02-09x86: trivial printk optimizationsDenys Vlasenko
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang
2007-07-31lib: move kasprintf to a separate fileSam Ravnborg
2007-07-16vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2Denis Vlasenko
2007-07-16vsprintf.c: optimizing, part 1 (easy and obvious stuff)Denis Vlasenko
2007-05-08fix sscanf %n match at end of input stringJohannes Berg
2007-04-30Add kvasprintf()Jeremy Fitzhardinge
2007-02-12[PATCH] scnprintf(): fix a commentMartin Peschke
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2006-06-28Fix vsnprintf off-by-one bugLinus Torvalds
2006-06-25[PATCH] Implement kasprintfJeremy Fitzhardinge
2006-06-25[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-08-23[PATCH] %t... in vsnprintfAl Viro
2005-03-13[PATCH] vsprintf.c cleanupsBrian Gerst
2004-08-07[PATCH] Teach sscanf about 'hh' and 'll'Alexander Viro
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds
2004-06-17[PATCH] fix simple_strtoul base 16 handlingChris Wright
2004-02-18[PATCH] snprintf fixesAndrew Morton
2004-02-05[PATCH] Improper handling of %c in vsscanfAndrew Morton
2004-02-05[PATCH] snprintf() commentaryAndrew Morton
2004-02-02Warn loudly if somebody passes a negative value asLinus Torvalds
2003-10-21[PATCH] make printk more robust with "null" pointersAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-07-11Fix signedness tests in vsnprintf by making it explicit.Linus Torvalds
2003-07-11[PATCH] asm-generic/div64.h breakageBernardo Innocenti
2003-02-11[PATCH] printk size_t qualifier confusionAndrew Morton
2003-01-01From louis.zhuang@intel.com: missed field_width reset in vsscanf()Linus Torvalds
2002-11-07[PATCH] Fix sscanf("-1", "%d", &i)Randy Dunlap
2002-07-14[PATCH] missing static in lib_vsprinf.cAndrey Panin