The NetBSD Project

CVS log for src/common/lib/libc/atomic/atomic_is_lock_free.c

[BACK] Up to [cvs.NetBSD.org] / src / common / lib / libc / atomic

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Thu Dec 14 17:49:40 2023 UTC (11 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +11 -2 lines
Pull up following revision(s) (requested by rin in ticket #496):

	common/lib/libc/atomic/atomic_is_lock_free.c: revision 1.2
	common/lib/libc/atomic/atomic_is_lock_free.c: revision 1.3

libc __atomic_is_lock_free: Fix clang build with symbol hacks.

libc atomic: Make previous work a little less accidentally.

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Jul 31 16:10:26 2023 UTC (16 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RC1
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +54 -0 lines
Pull up following revision(s) (requested by riastradh in ticket #275):

	common/lib/libc/arch/sparc/atomic/Makefile.inc: revision 1.24
	common/lib/libc/arch/m68k/atomic/Makefile.inc: revision 1.16
	common/lib/libc/arch/mips/atomic/Makefile.inc: revision 1.16
	common/lib/libc/arch/hppa/atomic/Makefile.inc: revision 1.15
	common/lib/libc/arch/vax/atomic/Makefile.inc: revision 1.9
	common/lib/libc/atomic/atomic_is_lock_free.c: revision 1.1
	common/lib/libc/arch/sh3/atomic/Makefile.inc: revision 1.9

libc: Define __atomic_is_lock_free.

Limited to architectures where it is actually needed by gcc for any
calls to stdatomic.h atomic_is_lock_free for now.

We should also add it to other architectures too, along with lockful
atomic r/m/w operations for sizes that can't be handled natively, but
that's a lot more work.  It is also necessary for -fno-inline-atomics
but we're missing a lot of other symbols for that too, to be fixed.

For now, this should enable the OpenSSL build to complete on these
architectures again after I reverted a local change.

Revision 1.3.2.1
Mon Apr 3 16:45:46 2023 UTC (20 months ago) by martin
Branches: netbsd-10
FILE REMOVED
Changes since revision 1.3: +0 -63 lines
file atomic_is_lock_free.c was added on branch netbsd-10 on 2023-07-31 16:10:26 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 3 16:45:46 2023 UTC (20 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Branch point for: netbsd-10
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
libc atomic: Make previous work a little less accidentally.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 3 08:00:28 2023 UTC (20 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -2 lines
libc __atomic_is_lock_free: Fix clang build with symbol hacks.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 30 15:03:36 2023 UTC (20 months, 1 week ago) by riastradh
Branches: MAIN
libc: Define __atomic_is_lock_free.

Limited to architectures where it is actually needed by gcc for any
calls to stdatomic.h atomic_is_lock_free for now.

We should also add it to other architectures too, along with lockful
atomic r/m/w operations for sizes that can't be handled natively, but
that's a lot more work.  It is also necessary for -fno-inline-atomics
but we're missing a lot of other symbols for that too, to be fixed.
For now, this should enable the OpenSSL build to complete on these
architectures again after I reverted a local change.

XXX pullup-10

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>