dogcow
17fd16762b
pull up christos's amd patches that didn't make it into 6.0.3
...
(derived from diff'ing am-utils 6.0.1s10 and basesrc/usr.sbin/amd)
2000-06-16 02:10:12 +00:00
itojun
9e8ad51e02
mention lack of support in DNS query/reply over IPv6 transport,
...
since it seem to confuse people.
2000-06-14 05:54:30 +00:00
veego
5189b64cf6
Resolve conflicts.
2000-06-12 10:43:24 +00:00
veego
8a1de3e633
Import IP Filter 3.4.6
2000-06-12 10:21:51 +00:00
veego
068187d286
We can generate these files from am-utils.texi, so no need to waste space
...
here.
2000-06-09 22:06:25 +00:00
dogcow
fda6698809
Import of am-utils-6.0.3 virgin source, with the following changes:
...
"$Id: blah$" => "Id: blah" (as well as for $Header:$) for all files
"$NetBSD: $" added to the top of all .c and .h files
2000-06-07 00:52:18 +00:00
veego
c02ef5cc85
Resolve conflicts.
2000-05-23 06:07:42 +00:00
veego
11120ba212
Resolve conflicts.
2000-05-21 18:53:54 +00:00
veego
8fcd61625e
Rename ipnat.1 to ipnat.8.
2000-05-21 18:37:27 +00:00
veego
ca37c80f5b
Resolve conflicts.
2000-05-11 19:54:35 +00:00
veego
b358e4a2ae
Import IP Filter 3.4.2
2000-05-11 19:49:13 +00:00
veego
b3f239a7bf
Use unsigned long long and not long long for the change in Rev 1.6 and
...
also change the the printf format.
2000-05-08 13:07:56 +00:00
he
cbc0b13fa7
Revert away from automatically generating port_ipv6.h, and install
...
a static once-generated version instead. We know we have IPv6
headers available here.
The probing was problematical for several reasons:
o it probed the host headers, not the headers in the build or DESTDIR
tree (could be fixed in another way)
o the probe_ipv6 script mucks with PATH, which would be problematical
for cross compilation.
2000-05-06 16:07:42 +00:00
veego
c1ae3e842e
Add again out changes which get lost during the changeover to the dist
...
format and fix PR#8932 while I am here.
Thanks to Darren for letting me know that it was gone.
We should just move to mandoc, but that makes it harder to keep it in sync
with the releases, so I made the changes in the old format.
2000-05-06 15:39:02 +00:00
veego
4ca015c23a
Add the -6 option to the usage output.
2000-05-05 21:49:47 +00:00
veego
280a47cc0a
Again, fix a build problem on the alpha.
2000-05-05 20:59:17 +00:00
veego
0392fc75f8
Put the (long long) and (unsigned long long) casts back.
2000-05-04 19:55:44 +00:00
veego
6a6c8edcab
Resolve conflicts and remove some files.
2000-05-03 11:40:15 +00:00
veego
4b794f4520
Import IP Filter 3.4.1
2000-05-03 10:57:43 +00:00
veego
ba17d31cd0
Import IP Filter 3.4.1
2000-05-03 10:56:46 +00:00
veego
4a7aefb42e
Import IP Filter 3.4.1
2000-05-03 10:55:27 +00:00
veego
f737a9e1df
Use find with -type f.
2000-05-03 10:50:03 +00:00
simonb
9c747bda1e
Fix the <ieeefp.h> problem a different way - nothing actually uses the
...
contents of that header (the only file that includes it compiles to the
same object code on multiple architectures with or without including
<ieeefp.h>), so remove all references to it.
Fix sent to NTP maintainers - they will probably implement this change
after the immenient 4.1.0 release, but don't want to change it so close
to the release date.
2000-05-03 06:08:45 +00:00
simonb
bc13e99292
Include rough instructions for importing new NTP release.
2000-05-03 05:38:19 +00:00
itojun
b1c169c079
BIND 8.2.2-P5
2000-04-28 03:39:16 +00:00
itojun
194cb3f033
on a second thought dist/bind/doc/bog looks better.
...
(we may need to put other doc/* in the future)
2000-04-28 03:37:55 +00:00
itojun
f947c881f2
populate doc/bog into dist/bind/bog. part of PR9997.
2000-04-28 03:34:00 +00:00
simonb
ee70740431
Delete references to pictures.
2000-04-22 16:46:49 +00:00
simonb
c4e79165b2
Fix compile warnings in new code. Patches for these sent to the
...
ntp maintainer.
2000-04-22 15:49:31 +00:00
simonb
b41bfc0f81
Remove html/pic.
2000-04-22 15:07:06 +00:00
simonb
66dc2363f8
No pictures anymore (import script removes them).
2000-04-22 15:05:54 +00:00
simonb
0eed315b53
Resolve conflicts.
2000-04-22 15:04:49 +00:00
simonb
355d78599e
Import ntp 4.0.99i
2000-04-22 14:51:59 +00:00
simonb
7d3a90fdd4
Move loadservers() prototype to a header file, so other files can see
...
that prototype.
2000-04-17 05:49:54 +00:00
simonb
85be272138
Include "ntp_stdlib.h" to get prototype for init_lib().
2000-04-17 05:49:11 +00:00
simonb
e2401d7bd1
Use UL on very large constant (~2.35G) instead of just U.
2000-04-17 05:48:36 +00:00
simonb
3674fb4596
Include <config.h> and check if DES is defined before building DES
...
routines.
2000-04-17 05:47:22 +00:00
simonb
5a9451ce52
Include <string.h> to get prototype for memcpy().
2000-04-17 05:46:46 +00:00
kim
5c4de05899
The "-S" option was inserted in the middle of the "-s" option description.
2000-04-12 16:42:49 +00:00
simonb
c428669622
*EXTREMELY* ugly NTP-specific html to mdoc converter. Not perfect, but
...
does all the manual stuff. Suggestions welcome, criticisms accepted,
flames cheerfully /dev/null'd...
2000-03-29 13:52:35 +00:00
simonb
4ba759c886
Import ntp 4.0.99g
2000-03-29 12:38:44 +00:00
simonb
a1a53b4fde
Modified version of Bernd Ernesti's bind2netbsd to aid importing
...
ntp sources.
2000-03-29 12:25:55 +00:00
itojun
97cd11ff66
need string.h for prototype of memset(). fixes build breakage on alpha.
...
From: Tim Rightnour <root@garbled.net>
2000-03-02 18:08:44 +00:00
itojun
548cc318ca
do not try to use BIND4 code in libc.
...
dig/host/whatever assumes that it is using BIND8 code. mixing BIND4 in
libc with BIND8 code will result in very strange behavior, or program panics.
it is not necessary for dig/host/whatever to obey /etc/nsswitch.conf, actually
dig(1) is explicit about it.
now dist/bind is almost clean BIND822p5, with the following exception:
- /etc/irs.conf will never be visited when running BIND8 toolchain,
to make it less complex. the search order for BIND8 toolchain is
defined in dist/bind/lib/irs/gen.c:default_map_rules().
and usr.sbin/bind compiles them in BSD make framework, with no tricks at all.
2000-03-01 10:49:58 +00:00
veego
2d3095efd5
Resolve conflicts.
2000-02-01 20:31:10 +00:00
veego
94ab8b0b92
Import IP Filter 3.3.8
2000-02-01 20:11:02 +00:00
veego
f244c7cfd2
Handle syssrc/sys/netinet and syssrc/sys/lkm/netinet/if_ipl
2000-02-01 20:05:54 +00:00
darrenr
8a68eee934
update ipfilter code to 3.3.6
1999-12-28 07:40:12 +00:00
darrenr
0d8c216398
update DARRENR branch of dist/ipf to 3.3.6
1999-12-28 07:21:58 +00:00
garbled
3bc0a706ac
Add CPPFLAGS so this can be cross-compiled.
1999-12-24 19:11:25 +00:00