Ondřej Surý
|
927b65aa7f
|
Remove now dummy HAVE_UNIXWARE_SIGWAIT define
|
2018-09-07 12:17:40 +02:00 |
|
Ondřej Surý
|
c7b1e7fd08
|
Linux (glibc) has NPTL since LinuxThreads are no-more, so remove HAVE_LINUXTHREADS
|
2018-09-07 12:17:40 +02:00 |
|
Ondřej Surý
|
2f02552a93
|
Remove now dummy NEED_PTHREAD_INIT
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
4d46f0f95d
|
Drop ISC_PLATFORM_USEDECLSPEC and IRS_PLATFORM_USEDECLSPEC as they are platform dependent and only unix vs win32 platform.h header difference is enough
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
51b0d5d55e
|
Replace platform ISC_PLATFORM_HAVESTATNSEC with config ENABLE_STAT_NSEC
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
f1d3055d7b
|
Replace platform ISC_PLATFORM_HAVETFO with config ENABLE_TCP_FASTOPEN
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
092edb5b44
|
Replace platform ISC_PLATFORM_HAVEDEVPOLL with check for devpoll.h headers
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
5d65392d18
|
Replace platform ISC_PLATFORM_HAVEEPOLL with config HAVE_EPOLL_CREATE1
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
68f473a25e
|
Replace platform ISC_PLATFORM_HAVEKQUEUE with config HAVE_KQUEUE
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
d00ef56dfa
|
Remove dummy ISC_PLATFORM_HAVESTRINGSH platform define
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
47f18c7d50
|
Replace platform ISC_PLATFORM_NEEDSTRLCPY and ISC_PLATFORM_NEEDSTRLCAT with AC_CHECK_FUNCS call
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
4014bc42dd
|
According to POSIX.1-2001, POSIX.1-2008 #include <sys/select.h> is correct way to get fd_set
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
1333d4a71a
|
Remove dummy ISC_PLATFORM_HAVELIFCONF platform define
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
0bea5c2baf
|
Replace platform.h ISC_PLATFORM_HAVEIFNAMETOINDEX with config HAVE_IF_NAMETOINDEX
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
53d87175df
|
Remove dummy ISC_PLATFORM_HAVEIF_LADDRREQ platform define
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
c798db0fcd
|
Remove dummy ISC_PLATFORM_HAVEIF_LADDRCONF define
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
f8635fd719
|
Remove dummy ISC_PLATFORM_NEEDSTRCASESTR define from platform.h
|
2018-09-07 12:17:30 +02:00 |
|
Ondřej Surý
|
22e5231f99
|
Remove ISC_PLATFORM_BUSYWAITNOP in favour of direct isc_rwlock_pause() define
|
2018-09-07 12:17:29 +02:00 |
|
Ondřej Surý
|
376bea8b40
|
Cleanup the custom atomic defines from Windows and remove empty atomic_test.c
|
2018-09-07 12:17:29 +02:00 |
|
Ondřej Surý
|
510bb376e1
|
Define platform.h ISC_PLATFORM_USEBACKTRACE with config.h USE_BACKTRACE
|
2018-09-07 12:17:29 +02:00 |
|
Ondřej Surý
|
3949450fbd
|
Merge branch '521-align-cmsg-buffers' into 'master'
Resolve "BIND 9.11.4 terminates with SIGBUS error when compiled with Oracle Developer Studio 12.6"
Closes #521
See merge request isc-projects/bind9!758
|
2018-09-07 04:26:10 -04:00 |
|
Witold Kręcicki
|
17212cf996
|
Align CMSG buffers to a void* boundary, fixes crash on architectures with strict alignment
CHANGES entry
|
2018-09-07 09:34:32 +02:00 |
|
Evan Hunt
|
a985badd34
|
Merge branch 'missing-test' into 'master'
the allow-query test was in conf.sh.win32 as allow_query, so was skipped
See merge request isc-projects/bind9!767
|
2018-09-05 21:04:02 -04:00 |
|
Evan Hunt
|
881a868dc0
|
the allow-query test was in conf.sh.win32 as allow_query, so was skipped
|
2018-09-05 18:02:40 -07:00 |
|
Evan Hunt
|
3561018919
|
Merge branch 'fix-windows' into 'master'
add ws2_32.lib where missing
See merge request isc-projects/bind9!766
v9.13.3
|
2018-09-05 20:15:26 -04:00 |
|
Evan Hunt
|
1aa3ba2bb1
|
add ws2_32.lib where missing
|
2018-09-05 16:54:47 -07:00 |
|
Mark Andrews
|
633eeabb2e
|
Merge branch 'cplusplusize_dns_fixedname_h-master' into 'master'
Add C++ declarations to dns/fixedname.h
See merge request isc-projects/bind9!764
|
2018-09-05 18:27:30 -04:00 |
|
Ondřej Surý
|
ac21bbb13a
|
Add C++ declarations to dns/fixedname.h
(cherry picked from commit 94a1c85366)
|
2018-09-06 08:11:30 +10:00 |
|
Evan Hunt
|
ca6dda7328
|
Merge branch 'fix-windows' into 'master'
move ws2_32.lib to the end of AdditionalDependencies
See merge request isc-projects/bind9!761
|
2018-09-05 17:26:27 -04:00 |
|
Evan Hunt
|
f8d9bd6178
|
move ws2_32.lib to the end of AdditionalDependencies
|
2018-09-05 14:25:38 -07:00 |
|
Evan Hunt
|
f6c08a28e8
|
Merge branch '528-use-default-memory-ordering-on-win32' into 'master'
Resolve "32bit build on windows is currently broken"
Closes #528
See merge request isc-projects/bind9!760
|
2018-09-05 16:39:00 -04:00 |
|
Ondřej Surý
|
0dc714c40d
|
On 32-bit Windows use only default memory ordering
|
2018-09-05 22:20:58 +02:00 |
|
Evan Hunt
|
8360df5a4c
|
Merge branch '527-spurious-thread-report' into 'master'
Resolve "Master branch incorrectly reports missing thread support"
Closes #527
See merge request isc-projects/bind9!757
|
2018-09-04 15:06:34 -04:00 |
|
Evan Hunt
|
02041b94d9
|
remove startup log message indicating thread status
|
2018-09-04 11:58:26 -07:00 |
|
Tinderbox User
|
215e3fde22
|
Merge branch 'prep-release'
|
2018-09-04 06:12:49 +00:00 |
|
Tinderbox User
|
19ed6f8f5a
|
prep 9.13.3
|
2018-09-04 06:11:38 +00:00 |
|
Evan Hunt
|
7157596743
|
Merge branch '192-release-notes' into 'master'
Add release notes about support for legacy platform being removed
Closes #523
See merge request isc-projects/bind9!750
|
2018-09-03 21:51:37 -04:00 |
|
Ondřej Surý
|
0868e5700f
|
Update release notes to mention removal of legacy system workarounds
|
2018-09-03 18:50:58 -07:00 |
|
Ondřej Surý
|
3023f14c40
|
Merge branch 'fail-on-failed-install' into 'master'
Fail on failed install inside for loops
See merge request isc-projects/bind9!751
|
2018-09-03 06:18:53 -04:00 |
|
Ondřej Surý
|
142cb0ab8f
|
Remove already removed headers from the Makefiles
|
2018-09-03 12:09:52 +02:00 |
|
Ondřej Surý
|
25248eb097
|
Bail-out early in the for install loops instead of continuing because for masks the error in the middle
|
2018-09-03 12:05:45 +02:00 |
|
Evan Hunt
|
73b2648480
|
Merge branch 'solaris-fixes' into 'master'
Silence some warnings and errors
See merge request isc-projects/bind9!746
|
2018-08-31 16:57:12 -04:00 |
|
Witold Krecicki
|
d932ec871c
|
Silence some warnings and errors
|
2018-08-31 13:48:26 -07:00 |
|
Evan Hunt
|
0716902f6f
|
Merge branch 'restore-readmes' into 'master'
restore accidentally erased README and related files
See merge request isc-projects/bind9!747
|
2018-08-31 15:56:13 -04:00 |
|
Evan Hunt
|
8a167a4b30
|
restore accidentally erased README and related files
|
2018-08-31 12:55:36 -07:00 |
|
Ondřej Surý
|
47066d3d01
|
Merge branch '10-clean-lib-isc-arch-Makefiles' into 'master'
Cleanup lib/isc/$arch/ Makefile.in(s) from configure.in
See merge request isc-projects/bind9!745
|
2018-08-31 08:27:27 -04:00 |
|
Ondřej Surý
|
75c2996df8
|
Cleanup lib/isc/$\arch/ Makefile.in(s) from configure.in
|
2018-08-31 08:19:15 -04:00 |
|
Ondřej Surý
|
5c00162f54
|
Merge branch '9.13.3-dev-build-doc' into 'master'
Update documentation (ARM, READMEs and man pages)
See merge request isc-projects/bind9!744
|
2018-08-31 06:22:24 -04:00 |
|
Ondřej Surý
|
eb9849daff
|
Update documentation (ARM, READMEs and man pages)
|
2018-08-31 06:03:42 -04:00 |
|
Mark Andrews
|
05bed0ecd6
|
Merge branch 'simplify' into 'master'
simplify
See merge request isc-projects/bind9!743
|
2018-08-31 05:02:17 -04:00 |
|