CVS commit: src/external/mpl/bind/dist/lib/isc/include/isc

2021-05-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 4 13:40:35 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/include/isc: radix.h Log Message: bind: remove unnecessary CONSTCOND Lint does not need this anymore, since 2021-01-31. To generate a diff of this

CVS commit: src/external/mpl/bind/dist/lib

2021-04-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Apr 5 10:19:34 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: peer.c src/external/mpl/bind/dist/lib/isc: task.c src/external/mpl/bind/dist/lib/isc/netmgr: udp.c

CVS commit: src/external/mpl/bind/dist/lib/isc

2021-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 3 22:44:44 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc: app.c Log Message: Don't block signals if we are not bind (because if we are not bind, we don't sigwait(2)). To generate a diff of this commit:

CVS commit: src/external/mpl/bind/dist/lib/isc

2021-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 3 22:20:26 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc: timer.c src/external/mpl/bind/dist/lib/isc/netmgr: netmgr.c src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message:

CVS commit: src/external/mpl/bind/dist/lib

2021-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 23 20:59:03 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: peer.c src/external/mpl/bind/dist/lib/isc: task.c src/external/mpl/bind/dist/lib/isc/netmgr: udp.c

CVS commit: src/external/mpl/bind/dist/lib/isc/unix/include/isc

2021-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 23 20:57:10 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/unix/include/isc: align.h Log Message: We have _Alignas now To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/mpl/bind/dist/lib/isc/netmgr

2021-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 23 20:56:25 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h Log Message: remove extra ;'s To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/external/mpl/bind/dist/lib/dns

2021-03-23 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Mar 23 18:46:07 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: rbtdb.c Log Message: bind: remove the workaround for a bug in lint for compound literals This bug has been fixed in init.c 1.111 from a few minutes

CVS commit: src/external/mpl/bind/dist/lib/dns

2021-03-22 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Mar 22 15:12:24 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/dns: rbtdb.c Log Message: bind: fix workaround for bug in lint The previous attempt resulted in a 'syntax error'. To generate a diff of this commit:

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2021-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 22 01:31:52 UTC 2021 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Locking protocol changed again, adjust. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2020-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 29 16:07:11 UTC 2020 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Locking protocol changed again, unlock after send/recv To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2020-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 1 18:55:37 UTC 2020 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Locking protocol changed; the internal routines are now called with the socket locked. Adjust for that. To generate a

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2020-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 31 17:45:02 UTC 2020 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: sync with regular socket code (no effect) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/mpl/bind/dist/lib/dns

2020-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 25 15:14:04 UTC 2020 Modified Files: src/external/mpl/bind/dist/lib/dns: zone.c src/external/mpl/bind/dist/lib/dns/include/dns: zone.h Log Message: Pointless to force use of 64 bit atomics on flags fields that

CVS commit: src/external/mpl/bind/dist/lib/ns

2020-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 25 15:13:25 UTC 2020 Modified Files: src/external/mpl/bind/dist/lib/ns: client.c src/external/mpl/bind/dist/lib/ns/include/ns: client.h Log Message: Fix stats counters to be 32 bits on ILP32 To generate a diff

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 29 01:38:27 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: app.c Log Message: Only ignore signals if we are bind (not dhcpd). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 18:03:40 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: shorten name, use snprintf To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-02-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 13 01:16:30 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: cleanup unused stuff now that we execute directly and not in a separate task. To generate a diff of this commit: cvs

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2019-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 12 02:38:56 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Instead of queuing to a separate task, handle the fdwatch events inline. Fixes locking. We could simplify the code a

CVS commit: src/external/mpl/bind/dist/lib/isc/tests

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 04:33:29 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/tests: regex_test.c Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/external/mpl/bind/dist/lib/isc

2019-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 01:51:00 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc/include/isc: socket.h src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: graft back the fdwatch crap that dhcpd needs. To

CVS commit: src/external/mpl/bind/dist/lib/isc

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 11 02:44:49 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc: rwlock.c Log Message: disable pause, only works on v9 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/mpl/bind/dist/lib/isc

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 18:09:45 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc: rwlock.c Log Message: no yield for early arm To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/mpl/bind/dist/lib/isc

2019-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 9 20:39:28 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc: stats.c Log Message: use 32 bit counters on 32 bit platforms because we don't yet have 64 bit atomics for them. To generate a diff of this

CVS commit: src/external/mpl/bind/dist/lib/dns

2018-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 12 15:28:42 UTC 2018 Modified Files: src/external/mpl/bind/dist/lib/dns: view.c Log Message: Put the nta files in a subdirectory instead of requiring the namedb root directory to be writable by named... Others have

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 08:48:46 UTC 2018 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Make ENOBUFS a soft error To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3