aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-09lib: vsprintf: useless strlen() removedGravatar Michal Nazarewicz 1-10/+4
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatGravatar Joe Perches 1-0/+9
2010-05-25vsprintf.c: use noinline_for_stackGravatar Joe Perches 1-25/+42
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Gravatar Alexey Dobriyan 1-1/+1
2010-04-24lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Gravatar Hans Verkuil 1-0/+1
2010-04-14vsprintf: Change struct printf_spec.precision from s8 to s16Gravatar Joe Perches 1-5/+5
2010-03-14resource: add window supportGravatar Bjorn Helgaas 1-1/+3
2010-03-14resource: add bus number supportGravatar Bjorn Helgaas 1-0/+9
2010-03-06vsprintf: move %pR resource printf_specs off the stackGravatar Bjorn Helgaas 1-21/+24
2010-03-06vsprintf: clarify comments for printf_spec flagsGravatar Bjorn Helgaas 1-2/+2
2010-03-06vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytesGravatar Joe Perches 1-10/+12
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2010-01-13lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little...Gravatar Joe Perches 1-5/+31
2010-01-11vsnprintf: fix reference for compressed ipv6 addressesGravatar Uwe Kleine-König 1-2/+2
2010-01-11lib: Kill bit-reversed FDDI MAC output case, it's bogus.Gravatar Joe Perches 1-8/+2
2010-01-07lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addressesGravatar Joe Perches 1-2/+18
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsGravatar Uwe Kleine-König 1-1/+12
2009-12-15lib/vsprintf.c: add %pU to print UUID/GUIDsGravatar Joe Perches 1-1/+61
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-11/+4
2009-12-15vsprintf: reuse almost identical simple_strtoulX() functionsGravatar André Goddard Rosa 1-34/+14
2009-12-15vsprintf: factor out skip_space code in a separate functionGravatar André Goddard Rosa 1-8/+11
2009-12-15vsprintf: move local vars to block local vars and remove unneeded onesGravatar André Goddard Rosa 1-36/+28
2009-12-15vsprintf: reduce code size by avoiding extra checkGravatar André Goddard Rosa 1-1/+2
2009-12-15vsprintf: use TOLOWER whenever possibleGravatar André Goddard Rosa 1-8/+7
2009-12-15vsprintf: give it some care to please checkpatch.plGravatar André Goddard Rosa 1-86/+98
2009-12-15vsprintf: pre-calculate final string length for later useGravatar André Goddard Rosa 1-4/+5
2009-12-15vsprintf: factorize "(null)" stringGravatar André Goddard Rosa 1-3/+3
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfGravatar Bjorn Helgaas 1-25/+30
2009-11-04vsprintf: add %pRt, %pRf to print struct resource detailsGravatar Bjorn Helgaas 1-7/+44
2009-11-04vsprintf: add %pR support for IRQ and DMA resourcesGravatar Bjorn Helgaas 1-10/+21
2009-11-04vsprintf: fix io/mem resource widthGravatar Bjorn Helgaas 1-2/+2
2009-10-01sscanf(): fix %*s%nGravatar Andy Spencer 1-1/+1
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-20/+10
2009-09-22lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cGravatar Joe Perches 1-10/+15
2009-09-22vsprintf: use WARN_ON_ONCEGravatar Marcin Slusarz 1-12/+2
2009-09-17vsnprintf: remove duplicate comment of vsnprintfGravatar Steven Rostedt 1-6/+4
2009-09-17vsprintf: add %ps that is the same as %pS but is like %pfGravatar Steven Rostedt 1-2/+4
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