Ondřej Surý
|
f3bcd1485f
|
Don't cover the .spatch files with copyright
|
2019-07-12 15:45:07 +02:00 |
|
Ondřej Surý
|
9f916b000e
|
Make util/check-cocci modify the files in place and be more verbose
|
2019-07-12 15:38:48 +02:00 |
|
Ondřej Surý
|
5b5930dca1
|
Remove #include <config.h> usage from siphash.c and siphash_test.c
|
2019-07-12 15:28:58 +02:00 |
|
Ondřej Surý
|
dc234e3819
|
Replace the only memcpy usage with memmove
|
2019-07-12 15:28:00 +02:00 |
|
Ondřej Surý
|
7615e86fae
|
Add spatch to replace memcpy usage with memmove
|
2019-07-12 15:27:06 +02:00 |
|
Ondřej Surý
|
5efc32ebae
|
Fix the check-cocci script to scan bin lib fuzz dirs individually, as it was using only the last one
|
2019-07-12 15:26:48 +02:00 |
|
Tinderbox User
|
98eda76eb6
|
Merge branch 'prep-release'
v9.15.2
|
2019-07-10 15:00:29 +00:00 |
|
Tinderbox User
|
2e637325ed
|
prep 9.15.2
|
2019-07-10 14:59:47 +00:00 |
|
Witold Krecicki
|
4b4f33e676
|
Merge branch '1139-1952-breaks-windows-build' into 'master'
Resolve "!1952 Breaks Windows Build"
Closes #1139
See merge request isc-projects/bind9!2145
|
2019-07-10 09:18:23 -04:00 |
|
Witold Kręcicki
|
895eabd376
|
Fix Windows compilation issues with !1952, contributed by Thomas Jach
|
2019-07-10 12:31:39 +02:00 |
|
Witold Krecicki
|
3cf11418b5
|
Merge branch 'wpk-fix-compilation-error-statschannel' into 'master'
statschannel.c: declare dnssecsignstat_dump only if it's used (LIBXML2 or LIBJSON is available)
See merge request isc-projects/bind9!2143
|
2019-07-09 13:19:56 -04:00 |
|
Witold Kręcicki
|
111d08a6ad
|
statschannel.c: declare dnssecsignstat_dump only if it's used (LIBXML2 or LIBJSON is available)
|
2019-07-09 18:08:49 +02:00 |
|
Witold Krecicki
|
fcabb55942
|
Merge branch '1038-proper-atomics-use' into 'master'
Resolve "Make proper use of the atomics"
Closes #1038
See merge request isc-projects/bind9!1952
|
2019-07-09 11:14:49 -04:00 |
|
Witold Kręcicki
|
db8acb4898
|
CHANGES
|
2019-07-09 16:11:14 +02:00 |
|
Witold Kręcicki
|
dd7bd1c23f
|
Add --enable-mutex-atomics build to CI
|
2019-07-09 16:11:14 +02:00 |
|
Witold Kręcicki
|
e56cc07f50
|
Fix a few broken atomics initializations
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
81faafd508
|
lib/ns/stats.c: use isc_refcount_t
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
0471d1c1ce
|
lib/isc/win32/socket.c: use isc_refcount_t
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
c0511688b5
|
lib/isc/task.c: use isc_refcount_t
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
f1471bc2e1
|
lib/isc/stats.c: Use ->references instead of ->refs
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
cbe8034dc8
|
lib/isc/quota.c: use proper acquire/release/relaxed memory order semantics
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
244ac0601f
|
lib/isc/counter.c: use isc_refcount_t
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
81550c67da
|
lib/dns/zt.c: use isc_refcount_t and atomics
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
3c30d095c4
|
lib/dns/tsig.c: use isc_refcount_t
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
2a57d0b00c
|
lib/dns/ssu.c: use isc_refcount_t
|
2019-07-09 16:11:14 +02:00 |
|
Ondřej Surý
|
38a973a33f
|
lib/dns/sdlz.c:
- use isc_refcount_t
- properly detach from nodes so that we don't destroy objects
that have non-zero references count
|
2019-07-09 16:10:53 +02:00 |
|
Ondřej Surý
|
f3577e4635
|
lib/dns/sdb.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
9da902a201
|
lib/dns/resolver.c: use isc_refcount_t and atomics
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
6622c7a70a
|
lib/dns/masterdump.c: use isc_refcount_t and atomics
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
1097a209e1
|
lib/dns/master.c: use isc_refcount_t and atomics
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
8a128151f9
|
lib/dns/lib.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
3dece71b91
|
lib/dns/nta.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
f5d3250d90
|
lib/dns/ecdb.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
d108e86cc8
|
lib/dns/dbtable.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
757cff6644
|
lib/dns/cache.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
44e2088449
|
dns/stats.c: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
de73904d03
|
lib/ns/client: use refcount_t for reference counting
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
fc19182e97
|
lib/ns/lib.c: use isc_refcount_t for reference counting
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
92424e23fa
|
Special, for-tests-only, mode with atomics emulated by a mutex-locked variable - useful for finding atomics congestions
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
5aeb99786e
|
Properly initialize all atomic variables
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
3fcf98c8d3
|
isc/stats: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
420f84f3f5
|
isc/timer: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
b56948743a
|
lib/isc/task: use isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
5d49f0ac39
|
dns/zt.c: use isc_refcount_t for reference counting
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
c434cc69d7
|
interfacemgr: use isc_refcount_t for reference counting
|
2019-07-09 16:09:36 +02:00 |
|
Witold Kręcicki
|
5686c33068
|
Make portentry->refs an isc_refcount_t
|
2019-07-09 16:09:36 +02:00 |
|
Ondřej Surý
|
8a83592e6a
|
Merge branch 'ondrej/missing-ax_restore_flags-geoip2' into 'master'
Add missing AX_RESTORE_FLAGS([geoip2]) to configure.ac
See merge request isc-projects/bind9!2140
|
2019-07-09 08:20:45 -04:00 |
|
Ondřej Surý
|
5c0cc1ee8b
|
Add missing AX_RESTORE_FLAGS([geoip2]) to configure.ac
|
2019-07-09 13:38:56 +02:00 |
|
Ondřej Surý
|
5570f6bbdc
|
Merge branch 'ondrej-disable-freebsd-again' into 'master'
Disable FreeBSD Runner in the CI
See merge request isc-projects/bind9!2138
|
2019-07-08 09:36:28 -04:00 |
|
Ondřej Surý
|
747736d361
|
Disable FreeBSD Runner in the CI; it's broken again.
|
2019-07-08 15:28:28 +02:00 |
|