he
cdb8aaf716
Bump ramdisk size from 800k to 900k so the contents fit again.
2004-05-21 15:25:18 +00:00
yamt
7a6774551d
enable reply cache for connection oriented protocols as well.
...
linux retransmits rpcs even when using tcp.
2004-05-21 13:53:40 +00:00
agc
5fe88849a1
WARNS=3: add some const poisoning, and sort out local variable
...
definitions shadowing other variables.
Pass storage for file names into the file_compress and file_uncompress
functions, so that we don't run the risk of leaking memory. Remove a global
variable that's no longer needed.
2004-05-21 12:16:10 +00:00
he
8e58484dd6
Adapt to the statfs -> statvfs changes.
2004-05-21 08:35:00 +00:00
martin
09e989c0e2
ptrdiff_t may be != int, so printf it with %tu instead of %u.
2004-05-21 08:20:50 +00:00
itojun
30dd6e8b37
inet6_{option,rthdr}_space are still alive.
2004-05-21 04:51:00 +00:00
christos
da0a5b969f
mention resolver
2004-05-21 04:38:50 +00:00
christos
d0631d4012
no support for printing dnssec key in libc
2004-05-21 04:24:53 +00:00
christos
224e1f62e6
bump libpthread
2004-05-21 04:10:59 +00:00
christos
627129c2d3
bump the version of this too.
2004-05-21 04:09:13 +00:00
christos
9b99e159b4
add pool code for res state.
...
XXX: could be more efficient.
2004-05-21 03:40:51 +00:00
christos
e2a052304f
bump libresolv too.
2004-05-21 03:35:48 +00:00
christos
1dda7301b9
bump version.
...
XXX: this needs work
2004-05-21 03:33:44 +00:00
christos
aed5e7adc4
welcome to 118
2004-05-21 03:31:58 +00:00
atatat
a1296cdfe4
Whitespace nits
2004-05-21 03:30:40 +00:00
christos
d14c1915e0
Finish bind9 resolver merge.
2004-05-21 02:30:03 +00:00
christos
fd7c469798
add 2 new include files.
2004-05-21 02:29:07 +00:00
christos
a39aed56f5
install new files.
2004-05-21 02:27:35 +00:00
christos
b74cd7536f
resolve conflicts.
2004-05-21 02:25:10 +00:00
christos
d922106ab4
import new and changed files from bind9
2004-05-21 02:17:49 +00:00
christos
3bffc96400
Import selected changes from bind9. Follow the copyright structure there.
2004-05-21 02:14:39 +00:00
christos
ad7bdf9185
add 2 new functions from bind9
2004-05-21 01:53:17 +00:00
christos
3fa54233f6
Add the remaining files from net that are going to be moved here and
...
the Makefile glue.
2004-05-20 23:13:02 +00:00
christos
df0952c6d2
- merge in our newer and better changes
...
- pass lint
- XXX: need to get rid of SPRINTF() macro
2004-05-20 23:12:33 +00:00
jonathan
c8c7a6dbab
With FAST_IPSEC, include <netipsec/key.h>, as Itojun's recent changes
...
now require KEY_FREESAV() to be in scope.
2004-05-20 22:59:02 +00:00
christos
39e7bb7142
import the parts of the bind9 lib/bind/inet directory directory that we
...
use.
2004-05-20 22:29:02 +00:00
christos
e878251743
Add headers that ISC software [bind9] needs to include
2004-05-20 22:26:22 +00:00
dan
7e85dcc65c
switch pickup and qmgr to unix sockets instead of fifos.
...
This helps avoid postfix waking up an idle disk with mtime updates for
fifos. Evidently only fifos worked for these two in earlier postfix
versions, but now it works fine in my testing, and it also makes the
config consistent for all postfix services.
Thanks to Charles Hannum.
2004-05-20 22:06:52 +00:00
bouyer
eea7ca5986
Rmove a redundant BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE, and fix
...
another one (POST -> PRE)
2004-05-20 20:57:50 +00:00
christos
fd00db407e
- de-lint
...
- add NetBSD rcsid.
2004-05-20 20:35:05 +00:00
christos
a8846ff30b
- make prototypes for 16 and 32 bit types make sense.
...
- fix lint issues
- add NetBSD rcsid
2004-05-20 20:19:00 +00:00
christos
56d79e72ce
add Makefile glue
2004-05-20 20:02:26 +00:00
christos
0c789e3239
import files needed from the nameser directory of bind9
2004-05-20 20:01:31 +00:00
christos
49a363f167
1. de-lint
...
2. NetBSD rcsid.
2004-05-20 19:52:31 +00:00
christos
3e5b2b5f54
makefile glue.
2004-05-20 19:52:14 +00:00
christos
8681712dac
de-lint
2004-05-20 19:51:55 +00:00
christos
89abd4929c
import isc specific header files.
2004-05-20 19:49:41 +00:00
christos
ca31adbdcc
netbsd rcsid.
2004-05-20 19:43:39 +00:00
christos
330989eefb
import isc specific functions from bind9.
2004-05-20 19:34:32 +00:00
christos
50d86ec259
more lint fixes.
2004-05-20 19:31:52 +00:00
christos
7899178585
provide __h_errno_set()
2004-05-20 19:31:40 +00:00
kleink
b4e54b71d4
Prefer the new -std=c89 over -ansi.
2004-05-20 18:53:08 +00:00
christos
fa406da826
Add glue files.
2004-05-20 18:00:55 +00:00
christos
1ad5eecb0b
- add casts to appease lint
...
- fix unreachable condition pointed out by lint.
2004-05-20 17:59:43 +00:00
kleink
867f8a88f2
Make it possible to use <stdbool.h> in C++ applications.
...
Fixes PR lib/25597 from Takuya SHIOZAKI.
2004-05-20 17:49:32 +00:00
christos
d2fb1f98f1
add casts to silence lint.
2004-05-20 17:43:31 +00:00
christos
f5b0f7df42
silence lint.
2004-05-20 17:42:30 +00:00
christos
d398b3c4b9
add casts to silence lint.
2004-05-20 17:41:00 +00:00
christos
08b5682b49
- add casts to silence lint
...
- add missing prototype
- rename variables to avoid hiding globals
2004-05-20 17:39:55 +00:00
christos
df510acf5d
- res_ourserver_p prototype was inconsistent (thanks lint)
...
- protect update functions with _LIBRESOLV
- add res_opt() to mirror res_nopt
2004-05-20 17:34:17 +00:00