glibc/nscd
Torvald Riegel 76a0b73e81 Remove atomic_compare_and_exchange_bool_rel.
atomic_compare_and_exchange_bool_rel and
catomic_compare_and_exchange_bool_rel are removed and replaced with the
new C11-like atomic_compare_exchange_weak_release.  The concurrent code
in nscd/cache.c has not been reviewed yet, so this patch does not add
detailed comments.

	* nscd/cache.c (cache_add): Use new C11-like atomic operation instead
	of atomic_compare_and_exchange_bool_rel.
	* nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
	* include/atomic.h (atomic_compare_and_exchange_bool_rel,
	catomic_compare_and_exchange_bool_rel): Remove.
	* sysdeps/aarch64/atomic-machine.h
	(atomic_compare_and_exchange_bool_rel): Likewise.
	* sysdeps/alpha/atomic-machine.h
	(atomic_compare_and_exchange_bool_rel): Likewise.
	* sysdeps/arm/atomic-machine.h
	(atomic_compare_and_exchange_bool_rel): Likewise.
	* sysdeps/mips/atomic-machine.h
	(atomic_compare_and_exchange_bool_rel): Likewise.
	* sysdeps/tile/atomic-machine.h
	(atomic_compare_and_exchange_bool_rel): Likewise.
2016-06-24 23:04:40 +03:00
..
aicache.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
cache.c Remove atomic_compare_and_exchange_bool_rel. 2016-06-24 23:04:40 +03:00
connections.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dbg_log.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dbg_log.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Depend
gai.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getgrgid_r.c NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
getgrnam_r.c NSS: Implement group merging support. 2016-04-29 22:18:21 -04:00
gethstbyad_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
gethstbynm3_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getpwnam_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getpwuid_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getsrvbynm_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
getsrvbypt_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
grpcache.c Fix nscd assertion failure in gc (bug 19755) 2016-06-09 09:57:40 +02:00
hstcache.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
initgrcache.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
mem.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
netgroupcache.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_conf.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_getai.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_getgr_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_gethst_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_getpw_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_getserv_r.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_helper.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_initgroups.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_netgroup.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_proto.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_setup_thread.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd_stat.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd-client.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd.c Fix build errors with -DNDEBUG. 2016-01-15 10:44:07 -07:00
nscd.conf
nscd.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
nscd.init
nscd.service
nscd.tmpfiles
pwdcache.c Fix nscd assertion failure in gc (bug 19755) 2016-06-09 09:57:40 +02:00
res_hconf.c
selinux.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
selinux.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
servicescache.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00