This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
bind
Watch
2
Star
0
Fork
0
You've already forked bind
mirror of
https://gitlab.isc.org/isc-projects/bind9
synced
2025-08-29 05:28:00 +00:00
Code
Issues
Releases
Wiki
Activity
bind
/
lib
/
isc
/
pthreads
History
Ondřej Surý
cacd21c075
Enable system extensions macros using AC_USE_SYSTEM_EXTENSIONS
...
and remove handcrafted code that enabled __EXTENSIONS__ and _GNU_SOURCE
2018-08-29 13:31:27 +02:00
..
include
Assume PTHREAD_ONCE_INIT is not broken (remove support for ancient Solaris)
2018-08-28 10:31:48 +02:00
condition.c
Use strerror_r from POSIX.1-2001 (strerror_s on Windows) instead of custom isc__strerror()
2018-08-28 10:31:48 +02:00
Makefile.in
address win32 build issues
2018-05-22 16:32:21 -07:00
mutex.c
Use strerror_r from POSIX.1-2001 (strerror_s on Windows) instead of custom isc__strerror()
2018-08-28 10:31:48 +02:00
thread.c
Enable system extensions macros using AC_USE_SYSTEM_EXTENSIONS
2018-08-29 13:31:27 +02:00