summaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc/memory.c
AgeCommit message (Expand)Author
2019-02-11libpayload: add memchr to libcPhilipp Hug
2017-07-26libpayload: Clean up unaligned memset() supportNico Huber
2017-07-20libpayload: Fix unaligned buffer logic in default_memsetMarshall Dawson
2017-07-13libpayload: Support unaligned pointer for memcpy, memmove and memcmpJeremy Compostella
2017-07-12libpayload: Support unaligned pointers for memsetJeremy Compostella
2015-08-19libpayload: Fix default_memmove() implementationNico Huber
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-01-09libpayload: Reorder default memcpy, speed up memset and memcmpJulius Werner
2013-02-15libpayload: make functions static that are unused outside memory.cRonald G. Minnich
2012-11-07libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2008-08-19trivial fix for memcpy return code in case someone uses it.Stefan Reinauer
2008-08-19libpayload: Fix the memcpy functions Jordan Crouse
2008-08-09Fix signedness problem in memcmp.Ulf Jordan
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-20libpayload: BSD solutions contributed by UweUwe Hermann