#
e7cb9801 |
| 29-Jan-2020 |
ad <ad@NetBSD.org> |
Some boot blocks too big now, only compare in big chunks if !_STANDALONE.
|
#
03821078 |
| 27-Jan-2020 |
ad <ad@NetBSD.org> |
Drop the alignment check if __NO_STRICT_ALIGNMENT (x86, m68k, vax).
|
#
42a88f8e |
| 27-Jan-2020 |
ad <ad@NetBSD.org> |
bcmp() / memcmp(): compare in uintptr_t sized chunks when it's easy to.
|
#
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 ...
|
#
96f5bbd2 |
| 02-Dec-2013 |
joerg <joerg@NetBSD.org> |
Improve EABI handling of string functions. Most importantly, fix __aeabi_memset, which has the arguments in the wrong order.
|
#
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.
|