Home | History | Annotate | Download | only in string
History log of /src/common/lib/libc/string/memcmp.c
RevisionDateAuthorComments
 1.8  29-Jan-2020  ad Some boot blocks too big now, only compare in big chunks if !_STANDALONE.
 1.7  27-Jan-2020  ad Drop the alignment check if __NO_STRICT_ALIGNMENT (x86, m68k, vax).
 1.6  27-Jan-2020  ad bcmp() / memcmp(): compare in uintptr_t sized chunks when it's easy to.
 1.5  04-Feb-2018  mrg branches: 1.5.4; 1.5.8;
updates for GCC 6.4:

- remove many _DIAGASSERT() checks against not NULL for functions
with arguments with nonnull attributes. (probably more to come,
the set between x86 and sparc us disjoint.)

- port libsanitizer's GetPcSpBp() to sparc, sparc64 and amd64.
 1.4  02-Dec-2013  joerg Improve EABI handling of string functions. Most importantly, fix
__aeabi_memset, which has the arguments in the wrong order.
 1.3  08-Nov-2011  joerg branches: 1.3.6;
libkern.h maps memcmp, memset and strcpy to the compiler builtins on
some platforms, so make sure to #undef them first.
 1.2  04-Jun-2007  christos branches: 1.2.34;
handle fortify, ansify.
 1.1  20-Dec-2005  christos Merge libkern + libc common files. As requested by core.
 1.2.34.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.34.1  10-Nov-2011  yamt sync with head
 1.3.6.1  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.8.1  29-Feb-2020  ad Sync with head.
 1.5.4.3  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.5.4.2  21-Apr-2020  martin Sync with HEAD
 1.5.4.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed