index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
hexdump.c
Age
Commit message (
Expand
)
Author
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2019-12-26
src: Remove unused include <string.h>
Elyes HAOUAS
2019-07-23
src/lib/hexdump: Use size_t for indices
Elyes HAOUAS
2019-06-24
add ctype.h header
Joel Kitching
2019-05-13
lib/hexdump: Drop redundant isprint() implementation
Nico Huber
2016-01-22
lib/hexdump: Refactor to skip lines with all ones as well
Alexandru Gagniuc
2015-11-21
hexdump: Fix output if length is not a multiple of 16
Ben Gardner
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-07
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-05-05
lib/hexdump: Use `size_t` for length parameter of `hexdump32()`
Paul Menzel
2014-05-05
lib/hexdump.c: Indent with tabs instead of spaces and remove empty lines
Paul Menzel
2014-02-11
Move hexdump32() to lib/hexdump.
Kyösti Mälkki
2014-01-14
lib/hexdump: Take const void * and size_t as arguments
Alexandru Gagniuc
2013-12-21
Add simple hexdump function
Stefan Reinauer