Commit Graph

66 Commits (a983fb238728e1123177e8058d4f644b949a7d05)

Author SHA1 Message Date
Uwe Kleine-König 3f4724027b vsnprintf: fix reference for compressed ipv6 addresses 15 years ago
Uwe Kleine-König 8a79503aa8 lib/vsprintf.c: document more vsnprintf extensions 15 years ago
Joe Perches 9ac6e44ee5 lib/vsprintf.c: add %pU to print UUID/GUIDs 15 years ago
André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
André Goddard Rosa 922ac25c9f vsprintf: reuse almost identical simple_strtoulX() functions 15 years ago
André Goddard Rosa c5484d7c0a vsprintf: factor out skip_space code in a separate function 15 years ago
André Goddard Rosa d4be151b21 vsprintf: move local vars to block local vars and remove unneeded ones 15 years ago
André Goddard Rosa b5ff992b09 vsprintf: reduce code size by avoiding extra check 15 years ago
André Goddard Rosa 08562cb27d vsprintf: use TOLOWER whenever possible 15 years ago
André Goddard Rosa 7b9186f5eb vsprintf: give it some care to please checkpatch.pl 15 years ago
André Goddard Rosa 6c35663411 vsprintf: pre-calculate final string length for later use 15 years ago
André Goddard Rosa 0f4f81dce9 vsprintf: factorize "(null)" string 15 years ago
Bjorn Helgaas c7dabef8a2 vsprintf: use %pR, %pr instead of %pRt, %pRf 15 years ago
Bjorn Helgaas fd95541e23 vsprintf: add %pRt, %pRf to print struct resource details 15 years ago
Bjorn Helgaas c91d3376e5 vsprintf: add %pR support for IRQ and DMA resources 15 years ago
Bjorn Helgaas 2840537228 vsprintf: fix io/mem resource width 15 years ago
Andy Spencer 8fccae2c95 sscanf(): fix %*s%n 16 years ago
Joe Perches eb78cd26b9 lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c 16 years ago
Marcin Slusarz 2f30b1f9e1 vsprintf: use WARN_ON_ONCE 16 years ago
Steven Rostedt 0efb4d2072 vsnprintf: remove duplicate comment of vsnprintf 16 years ago
Steven Rostedt 91adcd2c4b vsprintf: add %ps that is the same as %pS but is like %pf 16 years ago
Joe Perches 8a27f7c90f lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address 16 years ago
Frederic Weisbecker 0c8b946e3e vsprintf: introduce %pf format specifier 16 years ago
Zhaolei a4e94ef0dd printk: add support of hh length modifier for printk 16 years ago
Zhaolei 022624a758 printk: fix wrong format string iter for printk 16 years ago
Vegard Nossum ed681a91ab vsprintf: unify the format decoding layer for its 3 users, cleanup 16 years ago
Vegard Nossum adf26f84a6 fix regression from "vsprintf: unify the format decoding layer for its 3 users" 16 years ago
Frederic Weisbecker 39e874f8af vsprintf: fix bug in negative value printing 16 years ago
Frederic Weisbecker fef20d9c13 vsprintf: unify the format decoding layer for its 3 users 16 years ago
Lai Jiangshan 4370aa4aa7 vsprintf: add binary printf 16 years ago
Pavel Machek e899aa823a strict_strto* is not strict enough 16 years ago
Linus Torvalds d97106ab53 Make %p print '(null)' for NULL pointers 16 years ago
Harvey Harrison 411c41eea5 aoe: remove private mac address format function 16 years ago
Harvey Harrison b9ac99855d printk: ipv4 address digits printed in reverse order 17 years ago
Harvey Harrison 6b9a1066f8 printk: remove %p6 format specifier, fix up comments 17 years ago
Harvey Harrison 4aa996066f printk: add %I4, %I6, %i4, %i6 format specifiers 17 years ago
Harvey Harrison 689afa7da1 printk: add %p6 format specifier for IPv6 addresses 17 years ago
Harvey Harrison dd45c9cf68 printk: add %pM format specifier for MAC addresses 17 years ago
Linus Torvalds 332d2e7834 Implement %pR to print struct resource content 17 years ago
Harvey Harrison 9d85db2244 lib: remove defining macros for strict_strto?? 17 years ago
Harvey Harrison 22d27051b4 lib: trivial whitespace tidy 17 years ago
Harvey Harrison aa46a63efc lib: pull base-guessing logic to helper function 17 years ago
Andi Kleen 20036fdcaf Add kerneldoc documentation for new printk format extensions 17 years ago
Andi Kleen dc02c5290c Add kerneldoc documentation for new printk format extensions 17 years ago
Arjan van de Ven ab7476cf76 debug: add notifier chain debugging, v2 17 years ago
James Bottomley deac93df26 lib: Correct printk %pF to work on all architectures 17 years ago
Yi Yang 29a6d39bf3 lib/vsprintf.c: wrong conversion function used 17 years ago
Linus Torvalds 0fe1ef24f7 vsprintf: add support for '%pS' and '%pF' pointer formats 17 years ago
Linus Torvalds 4d8a743cdd vsprintf: add infrastructure support for extended '%p' specifiers 17 years ago
Linus Torvalds 78a8bf69b3 vsprintf: split out '%p' handling logic 17 years ago