summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/memory.c
Commit message (Expand)AuthorAgeFilesLines
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* libpayload: memmove: Don't make expectations of architecture memcpyJulius Werner2020-08-241-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* libpayload: add memchr to libcPhilipp Hug2019-02-111-0/+12
* libpayload: Clean up unaligned memset() supportNico Huber2017-07-261-12/+10
* libpayload: Fix unaligned buffer logic in default_memsetMarshall Dawson2017-07-201-1/+3
* libpayload: Support unaligned pointer for memcpy, memmove and memcmpJeremy Compostella2017-07-131-10/+24
* libpayload: Support unaligned pointers for memsetJeremy Compostella2017-07-121-0/+5
* libpayload: Fix default_memmove() implementationNico Huber2015-08-191-1/+2
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload: Reorder default memcpy, speed up memset and memcmpJulius Werner2015-01-091-23/+40
* libpayload: make functions static that are unused outside memory.cRonald G. Minnich2013-02-151-14/+15
* libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black2012-11-071-0/+13
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* trivial fix for memcpy return code in case someone uses it.Stefan Reinauer2008-08-191-1/+2
* libpayload: Fix the memcpy functions Jordan Crouse2008-08-191-35/+17
* Fix signedness problem in memcmp.Ulf Jordan2008-08-091-2/+2
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-6/+5
* libpayload: BSD solutions contributed by UweUwe Hermann2008-03-201-0/+115