NetBSD/common/lib/libc
skrll e16659bb50 Part I of ad@'s performance improvements for aarch64
- Remove memory barriers from the atomic ops.  I don't understand why those
  are there.  Is it some architectural thing, or for a CPU bug, or just
  over-caution maybe?  They're not needed for correctness.

- Have unlikely conditional branches go forwards to help the static branch
  predictor.
2020-08-12 12:59:57 +00:00
..
arch Part I of ad@'s performance improvements for aarch64 2020-08-12 12:59:57 +00:00
atomic PR 55239: initialize all RAS sections for non-MP configurations 2020-05-15 15:20:40 +00:00
cdb mark parameter as unused. 2017-01-10 23:06:06 +00:00
gen Remove extra semicolon. 2020-05-14 08:34:17 +00:00
gmon Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
hash Merge updates from upstream to reduce stack usage of SHA3_Selftest. 2020-05-30 18:40:28 +00:00
inet Avoid undefined behavior in an inet_addr.c 2018-07-26 00:20:41 +00:00
md
misc Add support for alignment_assumptions in uubsan 2020-03-08 21:35:03 +00:00
net
quad use explicit cast to pacify lint. 2012-12-07 15:41:02 +00:00
rpc get rid of caddr_t 2019-06-16 16:01:44 +00:00
stdlib common/lib/libc/stdlib: Fix possible signed integer overflow. 2020-02-22 14:47:29 +00:00
string Fix KASAN build on aarch64 2020-04-07 08:07:58 +00:00
sys Fix bug, the computation of cpuset_nentries was incorrect, we must do +1 2019-05-11 11:53:55 +00:00
Makefile.inc Rewrite entropy subsystem. 2020-04-30 03:28:18 +00:00