NetBSD/common/lib/libc
martin 79e0fa0068 Pull up following revision(s) (requested by skrll in ticket #1672):
sys/arch/arm/include/lock.h: revision 1.37
	common/lib/libc/arch/arm/atomic/atomic_swap_64.S: revision 1.11
	common/lib/libc/arch/arm/atomic/atomic_swap.S: revision 1.15
	common/lib/libc/arch/arm/atomic/atomic_swap.S: revision 1.16
	sys/arch/arm/include/lock.h: revision 1.36

Fix ARMv8 instructions

Fix __sync_lock_release_4 to actually zeroise the whole 4bytes/32bits.

Trailing whitespace

Change #ifdef FOO to #if defined(FOO).  NFCI.
2021-04-26 18:39:26 +00:00
..
arch Pull up following revision(s) (requested by skrll in ticket #1672): 2021-04-26 18:39:26 +00:00
atomic Include the C11 atomic builtin alias. 2016-02-27 19:20:01 +00:00
cdb mark parameter as unused. 2017-01-10 23:06:06 +00:00
gen Remove enclosing parens on return. 2014-08-22 17:19:48 +00:00
gmon fix infinite recursion through thr_getspecific 2016-02-28 02:56:39 +00:00
hash Sort includes. 2015-04-21 12:47:33 +00:00
inet Casts and type changes to fix portability issues. 2012-03-09 15:41:16 +00:00
md Remove __P usage. 2012-03-20 16:21:41 +00:00
net Lint seems to prefer that we cast via (void*) and not directly to 2012-03-21 20:02:56 +00:00
quad use explicit cast to pacify lint. 2012-12-07 15:41:02 +00:00
stdlib Pull up following revision(s) (requested by joerg in ticket #112): 2017-07-10 12:40:23 +00:00
string Add strchrnul 2016-10-12 20:01:40 +00:00
sys Pull up following revision(s) (requested by maxv in ticket #1260): 2019-05-12 09:21:12 +00:00
Makefile.inc MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:25:49 +00:00