History log of /netbsd-src/common/lib/libc/string/strcpy.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 51502cf6 04-Feb-2018 mrg <mrg@NetBSD.org>

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.

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.

show more ...


# 4041630e 08-Nov-2011 joerg <joerg@NetBSD.org>

libkern.h maps memcmp, memset and strcpy to the compiler builtins on
some platforms, so make sure to #undef them first.


# a8565cf9 04-Jun-2007 christos <christos@NetBSD.org>

handle fortify, ansify.


# 37c9f0a6 20-Dec-2005 christos <christos@NetBSD.org>

Merge libkern + libc common files. As requested by core.