1. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  2. 24da831 include: Move snprintf to stdio.h by Raymond Mao · 6 months ago
  3. a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · 12 months ago
  4. c8d8cdd lib: Suppress E when writing error-string output by Simon Glass · 1 year, 4 months ago
  5. 15a2155 lib: missing fallthrough comment in vsnprintf_internal() by Heinrich Schuchardt · 1 year, 8 months ago
  6. fe90a5a Correct SPL use of EFI_APP by Simon Glass · 1 year, 10 months ago
  7. f3c30ac lib: Support printing an error string by Simon Glass · 1 year, 10 months ago
  8. ce3cf46 net: ipv6: Enable IPv6 typeconversion specifier by Viacheslav Mitrofanov · 2 years ago
  9. 21885f4 lib: fix snprintf() for UTF-16 strings by Heinrich Schuchardt · 2 years, 10 months ago
  10. 276af33 treewide: Use 16-bit Unicode strings by Simon Glass · 2 years, 10 months ago
  11. c7ea52c lib: printf code %pUs for GUID text representation by Heinrich Schuchardt · 2 years, 10 months ago
  12. 7c15943 efi: Make unicode printf available to the app by Simon Glass · 2 years, 11 months ago
  13. 1f46718 lib: Add a function to convert a string to a hex value by Simon Glass · 3 years, 1 month ago
  14. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  15. 46856d7 lib/vsprintf.c: remove unused ip6_addr_string() by Rasmus Villemoes · 3 years, 6 months ago
  16. 9af3b1c lib/vsprintf.c: remove stale comment by Rasmus Villemoes · 3 years, 6 months ago
  17. 008b0e1 lib/vsprintf.c: implement printf() in terms of vprintf() by Rasmus Villemoes · 3 years, 6 months ago
  18. 7c34ae4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 6 months ago
  19. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  20. 1606dd1 lib: Always build support for formatting MAC and IP address by Joe Hershberger · 5 years ago
  21. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  22. 6f03566 lib/vsprintf: allow printing upper case GUIDs by Heinrich Schuchardt · 6 years ago
  23. 3db3591 efi_loader: make device path to text protocol customizable by Heinrich Schuchardt · 6 years ago
  24. ce9d55a lib/vsprintf: remove #include <uuid.h> from vsprintf.c by Heinrich Schuchardt · 6 years ago
  25. fbc3210 vsprintf: Support phys_addr_t specifier unconditionally by Thierry Reding · 6 years ago
  26. c6dc1f1 lib/vsprintf: print '?' for illegal Unicode sequence by Heinrich Schuchardt · 6 years ago
  27. 876a636 lib: vsprintf: avoid overflow printing UTF16 strings by Heinrich Schuchardt · 6 years ago
  28. 795ca04 lib: vsprintf: correct printing of Unicode strings by Heinrich Schuchardt · 6 years ago
  29. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  30. 5ae135f lib: build charset.o only if needed by Heinrich Schuchardt · 6 years ago
  31. d2cc0a7 vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) by Heinrich Schuchardt · 6 years ago
  32. 62f3255 vsprintf: Handle NULL with %pU by Simon Glass · 6 years ago
  33. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  34. 93c4d21 Consolidate __assert_failed into one implementation by Alex Kiernan · 7 years ago
  35. d07d0a0 spl: Disable printf if not required by Alex Kiernan · 7 years ago
  36. 3b47f33 vsprintf.c: correct printing of a NULL device path by Heinrich Schuchardt · 7 years ago
  37. 218d389 vsprintf.c: add EFI device path printing by Heinrich Schuchardt · 7 years ago
  38. c82342f vsprintf.c: add GUID printing by Rob Clark · 7 years ago
  39. 8adf37f vsprintf.c: add UTF-16 string (%ls) support by Rob Clark · 7 years ago
  40. 77f7f91 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  41. fe4f179 lib: split out strtoxxxx functions out of vsprintf.c by Sjoerd Simons · 9 years ago
  42. 35f53ed lib: Split panic functions out of vsprintf.c by Sjoerd Simons · 9 years ago
  43. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  44. 4aaa460 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  45. 7e5a16c mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 10 years ago
  46. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  47. 3e336c8 vsprintf: Add modifier for phys_addr_t by Thierry Reding · 10 years ago
  48. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  49. d1c377f Use uint64_t instead of u64 in put_dec() by Simon Glass · 10 years ago
  50. 4659055 lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · 10 years ago
  51. 6958ede lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled by Darwin Rambo · 11 years ago
  52. b09cfd8 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  53. 219ad3c vsprintf: add ustrtoll function by Piotr Wilczek · 12 years ago
  54. 99180d6 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · 12 years ago
  55. 7554150 lib/vsprintf.c: sparse fixes by Kim Phillips · 12 years ago
  56. 88a8b01 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · 12 years ago
  57. a3e5c52 lib: vsprintf.c: replace NUM_TYPE with s64/u64 types by Daniel Schwierzeck · 12 years ago
  58. fc14785 lib: vsprintf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  59. 71d4f18 vsprintf: Move function documentation into header file by Simon Glass · 13 years ago
  60. cd55bde Add safe vsnprintf and snprintf library functions by Sonny Rao · 13 years ago
  61. 931948a Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  62. 02aa9e6 Add assert() for debug assertions by Simon Glass · 13 years ago
  63. 8cce81f panic: remove warning "'noreturn' function does return" by Heiko Schocher · 13 years ago
  64. 8d4f35a lib, vsprintf: introduce strict_strtoul by Heiko Schocher · 14 years ago
  65. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  66. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  67. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago[Renamed from lib_generic/vsprintf.c]
  68. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  69. 3d8759e Use do_div from div64.h for vsprintf by Dirk Behme · 15 years ago
  70. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 16 years ago
  71. 2b745dc vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  72. ad7ae36 UBI: Add basic UBI support to U-Boot (Part 6/8) by Kyungmin Park · 16 years ago
  73. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  74. 0f72069 vsprintf: add z and t options by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  75. 7fc4015 Fix 64-bit vsprintf. by James Yang · 17 years ago
  76. c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
  77. f602aa0 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · 21 years ago
  78. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  79. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  80. 153d511 Initial revision by wdenk · 22 years ago