Commit Graph

129 Commits (aabe51364f44681cbd83fb1c27ef7d3dbe567c45)

Author SHA1 Message Date
Al Viro 4b6ccca701 add formats for dentry/file pathnames 12 years ago
Daniel Borkmann 1067964305 lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier 12 years ago
Steven Rostedt 360603a1be sprintf: hex_string(): fix comment 12 years ago
Joe Perches b0d33c2bd7 vsprintf: Add extension %pSR - print_symbol replacement 12 years ago
Stepan Moskovchenko 7d7992108d lib/vsprintf.c: add %pa format specifier for phys_addr_t types 12 years ago
Eldad Zack 462e471107 simple_strto*: annotate function as obsolete 12 years ago
Jan Beulich 53809751ac sscanf: don't ignore field widths for numeric conversions 12 years ago
Jason Gunthorpe ef12496022 lib/vsprintf.c: fix handling of %zd when using ssize_t 12 years ago
Jan Beulich da99075c1d lib/vsprintf.c: improve standard conformance of sscanf() 13 years ago
Andy Shevchenko 7c59154e75 lib/vsprintf: update documentation to cover all of %p[Mm][FR] 13 years ago
George Spelvin f40005165f lib: vsprintf: fix broken comments 13 years ago
George Spelvin cb239d0a97 lib: vsprintf: optimize put_dec_trunc8() 13 years ago
George Spelvin 2359172a75 lib: vsprintf: optimize division by 10000 13 years ago
George Spelvin e49317d415 lib: vsprintf: optimize division by 10 for small integers 13 years ago
Andy Shevchenko 31550a16a5 vsprintf: add support of '%*ph[CDN]' 13 years ago
Dan Rosenberg 3715c5309f lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q) 13 years ago
Andrew Morton 80f548e04d lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding printk formats 13 years ago
Andrei Emeltchenko 76597ff989 vsprintf: add %pMR for Bluetooth MAC address 13 years ago
Denys Vlasenko 133fd9f5cd vsprintf: further optimize decimal conversion 13 years ago
Grant Likely 725fe002d3 vsprintf: correctly handle width when '#' flag used in %#p format 13 years ago
Pierre Carrier 7c20342230 lib/vsprintf.c: "%#o",0 becomes '0' instead of '00' 13 years ago
Stephen Boyd 4796dd200d vsprintf: fix %ps on non symbols when using kallsyms 13 years ago
KAMEZAWA Hiroyuki 1ac101a5d6 procfs: add num_to_str() to speed up /proc/stat 13 years ago
Paul Gortmaker 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 years ago
Jan Beulich 5756b76e4d vsprintf: make %pV handling compatible with kasprintf() 13 years ago
Michał Mirosław c8f44affb7 net: introduce and use netdev_features_t for device features sets 13 years ago
Andy Shevchenko 55036ba76b lib: rename pack_hex_byte() to hex_byte_pack() 13 years ago
Alexey Dobriyan 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 years ago
Andy Shevchenko 75fb8f2693 lib: make _tolower() public 14 years ago
Jan Engelhardt f996f20812 lib/vsprintf: replace link to Draft by final RFC number 14 years ago
Joe Perches 29cf519ee0 vsprintf: Update %pI6c to not compress a single 0 14 years ago
Jan Beulich d9be9b90d6 lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV 14 years ago
Ingo Molnar 411f05f123 vsprintf: Turn kptr_restrict off by default 14 years ago
Uwe Kleine-König ba1835eb30 vsprintf: make comment about vs{n,cn,}printf more understandable 14 years ago
Namhyung Kim 0f77a8d378 vsprintf: Introduce %pB format specifier 14 years ago
Alexey Dobriyan 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right 14 years ago
Kees Cook 9f36e2c448 printk: use %pK for /proc/kallsyms and /proc/modules 14 years ago
Joe Perches 26297607e0 vsprintf: neaten %pK kptr_restrict, save a bit of code space 14 years ago
Anton Arapov b921c69fb2 lib/vsprintf.c: fix vscnprintf() if @size is == 0 14 years ago
Dan Rosenberg 455cd5ab30 kptr_restrict for hiding kernel pointers from unprivileged users 14 years ago
Changli Gao b903c0b889 lib: fix scnprintf() if @size is == 0 14 years ago
Joe Perches 5e05798128 vsprintf.c: use default pointer field size for "(null)" strings 14 years ago
Michal Nazarewicz 559b140a36 lib: vsprintf: useless strlen() removed 15 years ago
Joe Perches 7db6f5fb65 vsprintf: Recursive vsnprintf: Add "%pV", struct va_format 15 years ago
Joe Perches cf3b429b03 vsprintf.c: use noinline_for_stack 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
Hans Verkuil 98d5ce0d00 lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll) 15 years ago
Joe Perches 4e310fda91 vsprintf: Change struct printf_spec.precision from s8 to s16 15 years ago
Bjorn Helgaas 9d7cca0421 resource: add window support 15 years ago
Bjorn Helgaas 0f4050c7d3 resource: add bus number support 15 years ago