index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
libc
/
memory.c
Age
Commit message (
Expand
)
Author
2019-02-11
libpayload: add memchr to libc
Philipp Hug
2017-07-26
libpayload: Clean up unaligned memset() support
Nico Huber
2017-07-20
libpayload: Fix unaligned buffer logic in default_memset
Marshall Dawson
2017-07-13
libpayload: Support unaligned pointer for memcpy, memmove and memcmp
Jeremy Compostella
2017-07-12
libpayload: Support unaligned pointers for memset
Jeremy Compostella
2015-08-19
libpayload: Fix default_memmove() implementation
Nico Huber
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-01-09
libpayload: Reorder default memcpy, speed up memset and memcmp
Julius Werner
2013-02-15
libpayload: make functions static that are unused outside memory.c
Ronald G. Minnich
2012-11-07
libpayload: Make the symbols in memory.c weak so they can be overridden.
Gabe Black
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2008-08-19
trivial fix for memcpy return code in case someone uses it.
Stefan Reinauer
2008-08-19
libpayload: Fix the memcpy functions
Jordan Crouse
2008-08-09
Fix signedness problem in memcmp.
Ulf Jordan
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-20
libpayload: BSD solutions contributed by Uwe
Uwe Hermann