index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vsprintf.c
Age
Commit message (
Expand
)
Author
2023-04-06
lib: missing fallthrough comment in vsnprintf_internal()
Heinrich Schuchardt
2023-02-09
Correct SPL use of EFI_APP
Simon Glass
2023-01-23
lib: Support printing an error string
Simon Glass
2022-12-05
net: ipv6: Enable IPv6 typeconversion specifier
Viacheslav Mitrofanov
2022-02-05
lib: fix snprintf() for UTF-16 strings
Heinrich Schuchardt
2022-02-03
treewide: Use 16-bit Unicode strings
Simon Glass
2022-01-19
lib: printf code %pUs for GUID text representation
Heinrich Schuchardt
2021-12-31
efi: Make unicode printf available to the app
Simon Glass
2021-11-11
lib: Add a function to convert a string to a hex value
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-07-15
lib/vsprintf.c: remove unused ip6_addr_string()
Rasmus Villemoes
2021-07-15
lib/vsprintf.c: remove stale comment
Rasmus Villemoes
2021-07-15
lib/vsprintf.c: implement printf() in terms of vprintf()
Rasmus Villemoes
2020-07-01
compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5
Tom Rini
2020-05-18
common: Drop uuid.h from common header
Simon Glass
2019-12-09
lib: Always build support for formatting MAC and IP address
Joe Hershberger
2019-12-02
Move strtomhz() to vsprintf.h
Simon Glass
2019-06-07
lib/vsprintf: allow printing upper case GUIDs
Heinrich Schuchardt
2019-05-12
efi_loader: make device path to text protocol customizable
Heinrich Schuchardt
2019-05-03
lib/vsprintf: remove #include <uuid.h> from vsprintf.c
Heinrich Schuchardt
2019-04-11
vsprintf: Support phys_addr_t specifier unconditionally
Thierry Reding
2019-02-16
lib/vsprintf: print '?' for illegal Unicode sequence
Heinrich Schuchardt
2019-02-13
lib: vsprintf: avoid overflow printing UTF16 strings
Heinrich Schuchardt
2018-09-23
lib: vsprintf: correct printing of Unicode strings
Heinrich Schuchardt
2018-09-23
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-09-23
lib: build charset.o only if needed
Heinrich Schuchardt
2018-09-23
vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)
Heinrich Schuchardt
2018-07-25
vsprintf: Handle NULL with %pU
Simon Glass
2018-06-13
lib: Add hexdump
Alexey Brodkin
2018-04-28
Consolidate __assert_failed into one implementation
Alex Kiernan
2018-04-28
spl: Disable printf if not required
Alex Kiernan
2018-01-28
vsprintf.c: correct printing of a NULL device path
Heinrich Schuchardt
2018-01-22
vsprintf.c: add EFI device path printing
Heinrich Schuchardt
2017-09-12
vsprintf.c: add GUID printing
Rob Clark
2017-09-12
vsprintf.c: add UTF-16 string (%ls) support
Rob Clark
2016-01-19
vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF
Tom Rini
2015-12-13
lib: split out strtoxxxx functions out of vsprintf.c
Sjoerd Simons
2015-12-13
lib: Split panic functions out of vsprintf.c
Sjoerd Simons
2015-11-23
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
2015-07-21
lib: Add function to extract a number from the end of a string
Simon Glass
2015-06-30
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
2015-04-23
dm: Add a panic_str() function to reduce code size
Simon Glass
2014-11-23
vsprintf: Add modifier for phys_addr_t
Thierry Reding
2014-11-20
include: move various macros to include/linux/kernel.h
Masahiro Yamada
2014-10-27
Use uint64_t instead of u64 in put_dec()
Simon Glass
2014-07-18
lib:vsprintf: reduce scope of pack_hex_byte
Jeroen Hofstee
2014-01-24
lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled
Darwin Rambo
2013-06-26
Add function to print a number with grouped digits
Simon Glass
2013-02-19
vsprintf: add ustrtoll function
Piotr Wilczek
2012-12-13
vsprintf:fix: Change type returned by ustrtoul
Lukasz Majewski
[next]