Bob Halley
131b0092c6
Improvements to the task shutdown process:
...
A shutdown event specification is no longer part of the
isc_task_create() API.
Multiple shutdown events can be requested with isc_task_onshutdown().
Shutdown events are posted LIFO.
The ability to send events can be enabled and disabled with
isc_task_allowsend().
Event actions return void; the only way to shutdown a task is to
call isc_task_shutdown().
There are no implicit event discards anymore. (There is no need for
them, since event actions cannot request immediate shutdown anymore.)
1998-12-16 02:02:10 +00:00
Bob Halley
8cfc44208a
minor shutdown message improvement
1998-12-16 01:56:36 +00:00
Bob Halley
3ee2a218d7
add ISC_R_TASKNOSEND and ISC_R_TASKSHUTTINGDOWN
1998-12-16 01:55:53 +00:00
Bob Halley
4edd745f86
update
1998-12-16 01:54:44 +00:00
Bob Halley
61ca07caec
*-dec-osf* cleanup
1998-12-16 01:54:36 +00:00
Bob Halley
6e40c6cc72
add new rdata .h files
1998-12-16 01:54:03 +00:00
Bob Halley
fcedc0b54b
cleanups; switch to dns_ types
1998-12-16 01:53:36 +00:00
Bob Halley
a7b6f58693
put bitlabels back
1998-12-16 01:52:41 +00:00
Bob Halley
28767ac23c
cleanups; new rdata types
1998-12-16 01:51:31 +00:00
Bob Halley
c71f625e24
add DNS_R_UNKNOWN
1998-12-16 01:50:35 +00:00
Bob Halley
8952830c4a
add rdata.h rdataclass.h rdatatype.h
1998-12-16 01:49:58 +00:00
Bob Halley
c6dcc4cc98
add
1998-12-16 01:48:44 +00:00
Bob Halley
a2171e0923
improved Digital UNIX detection
1998-12-14 20:15:05 +00:00
Bob Halley
8c01eddf84
remove rules on distclean, not clean
1998-12-14 01:14:53 +00:00
Bob Halley
3740b569ae
the great type change
1998-12-13 23:45:21 +00:00
Bob Halley
26ec6d6655
delete
1998-12-13 22:49:08 +00:00
Bob Halley
1911d3aabe
add lib/isc/util.h
1998-12-13 02:05:37 +00:00
Bob Halley
1cef22510e
convert to util.h; add magic
1998-12-13 02:04:56 +00:00
Bob Halley
a3002fd5a2
convert to util.h
1998-12-13 02:04:22 +00:00
Bob Halley
674dd7889b
convert to util.h; only set magic if ok; forgot detach if mutex init fails
1998-12-13 02:03:46 +00:00
Bob Halley
00abfda448
convert to util.h; set magic only on success
1998-12-13 02:01:01 +00:00
Bob Halley
7a208a07a1
add
1998-12-13 02:00:01 +00:00
Bob Halley
0d38079bdf
depend upon libisc.a and libdns.a
1998-12-13 01:59:36 +00:00
Bob Halley
1633838b82
update copyrights
1998-12-12 20:48:14 +00:00
Bob Halley
b897c52f86
copyright tools
1998-12-12 20:46:28 +00:00
Bob Halley
d25afd60ee
include config.h
1998-12-12 19:25:20 +00:00
Bob Halley
f41f183f62
fix srcdir problems
1998-12-12 02:00:01 +00:00
Bob Halley
de4af27c3b
update
1998-12-12 01:58:56 +00:00
Bob Halley
e10232e34a
make/rules is now an object file and thus is not in srcdir
1998-12-12 01:58:43 +00:00
Bob Halley
3c0477a029
no longer necessary
1998-12-12 01:37:58 +00:00
Bob Halley
d0ad004424
simplify Makefiles
1998-12-12 01:35:38 +00:00
Bob Halley
eb4c09176b
update
1998-12-12 01:35:01 +00:00
Bob Halley
9fbc1afb8b
some solaris stuff; simply Makefiles
1998-12-12 01:34:50 +00:00
Bob Halley
2791c49063
add .cvsignore
1998-12-12 01:32:51 +00:00
Bob Halley
863beba874
add .cvsignore files
1998-12-11 21:09:59 +00:00
Bob Halley
c4ad98f33e
get rid of some warnings
1998-12-11 21:09:34 +00:00
Bob Halley
aa7e864a9d
update
1998-12-11 21:01:57 +00:00
Bob Halley
4affa94a03
remove -Wconversion from STD_CWARNINGS
1998-12-11 21:01:44 +00:00
Bob Halley
72421b0e45
update
1998-12-11 20:59:53 +00:00
Bob Halley
4504e5cc6e
conforming changes
1998-12-11 20:47:40 +00:00
Bob Halley
2983bfafb7
get rid of rcsid
1998-12-11 20:47:28 +00:00
Bob Halley
8f8c3d34dd
casts to eliminate sendto and memcpy warnings
1998-12-11 20:47:15 +00:00
Bob Halley
63bd4da4bb
update
1998-12-11 20:40:48 +00:00
Bob Halley
1822e2395a
version fix
1998-12-11 20:40:24 +00:00
Bob Halley
6792dd6d22
conforming changes for new pool
1998-12-11 20:38:46 +00:00
Bob Halley
2785477bd3
add version stamp
1998-12-11 20:26:40 +00:00
Bob Halley
a5d43b7241
BIND9 Pool Creation
1998-12-11 20:10:26 +00:00
Michael Graff
0c7244d352
added marks, and cleaned up from the review from Bob. Still more to do, but
...
this catches most of it.
1998-12-10 16:14:05 +00:00
Bob Halley
6476e07e0a
fix blocking fd problem; fix unlock problem; other minor fixes
1998-12-05 01:44:38 +00:00
Bob Halley
577179503f
move get_bit and set_bit; indicate where to convert from ASCII
1998-12-05 01:42:30 +00:00