itojun
07098cd363
better conformance to draft-ietf-ipngwg-icmp-name-lookups-05.
...
the old code was chimera of 03 and 05 draft.
-n by default, since IPv6 reverse lookup takes too much time.
use -H to enable reverse name lookup.
2000-06-12 16:21:02 +00:00
itojun
dbfdf59395
mountd(8) supports scoped IPv6 address properly (exports(5) requires
...
scope identifier). remove mention in BUGS section and add note on
scope identifier.
2000-06-12 15:40:35 +00:00
tsutsui
c21cf29460
MD Makefile.inc to make release for news68k.
...
XXX distrib/notes/news68k is not yet.
2000-06-12 15:09:39 +00:00
simonb
a097e35162
Allow "-s" to specify a section name, ala the SysV man command.
...
Unlike the SysV man command, this doesn't allow for the -s argument
to be a list.
2000-06-12 14:53:48 +00:00
sommerfeld
3201cef754
Lockf regression test.
2000-06-12 14:42:02 +00:00
sommerfeld
c0011ad705
Fix several problems with lockf/fcntl byte range locks:
...
- document a data structure invariant in lockf.h
- add KASSERT() to check the invariant.
- be more consistent about dequeuing ourselves from the blocked list
after a tsleep().
- Fix two places where the invariant is violated.
- correct a few comments here and there
- If we're still following a lock dependancy chain after maxlockdepth
processes and haven't gotten back to the start, assume that we're in a
cycle anyway and return EDEADLK.
Fix is a superset of an existing fix in FreeBSD, but independantly
derived.
Fixes kern/3860.
2000-06-12 14:33:04 +00:00
simonb
bde324b68f
Fix a couple of problems:
...
+ Make depend required all the source files to be built before
the dependencies were generated due to some sub-optimal logic
in the version generation.
Fix from Bernd Ernesti in private mail.
+ Make the version string contain ${PROG} as originally intended
and not "ntpd" for all 7 programs.
Also move version generation to Makefile.inc to stop having 7 copies
of exactly the same thing.
2000-06-12 13:57:38 +00:00
veego
cb0489b10b
Bump to 1.4ZD after IP Filter was updated to 3.4.6.
2000-06-12 13:55:07 +00:00
veego
0f5588e203
Make it possible to use obj dirs for the 'make tests' in the test subdir.
2000-06-12 13:35:49 +00:00
assar
7655c3a8f9
update list of ufs inode, nfs inode flags and tty disciplines to
...
reality. also sort them in the obvious order.
2000-06-12 13:30:03 +00:00
shin
de480e09b1
Do machine dependent part of 'make release'.
2000-06-12 12:41:40 +00:00
shin
9816e4fe55
install installation kernel and helper program (pbsdboot.exe).
2000-06-12 12:39:20 +00:00
veego
715cab4ce5
'postfix check' wants a lot of files to be owned by root, so add a
...
BINOWN=root here.
2000-06-12 12:17:26 +00:00
ragge
2df63a9cc1
Evil bug: sizeof(struct cpu_info) -> sizeof(struct ka820_softc).
2000-06-12 11:26:26 +00:00
ad
47eb171a16
In SEE ALSO section:
...
- Note missing references to dpt(4) and wdc(4).
- Sort.
2000-06-12 11:24:36 +00:00
itojun
eb5b4aa559
typo. there's no ttcp(4) in netbsd.
2000-06-12 11:16:32 +00:00
ad
65fbf215fa
- Formatting.
...
- Reword slightly to be more clear in one or two cases.
2000-06-12 11:14:30 +00:00
ragge
8ea974e809
Put all cputype definitions in one file instead of separate files.
...
This was becoming unmaintainable.
2000-06-12 11:13:14 +00:00
ad
412d66c34b
Remove some crap that looks like it came from a conflict.
2000-06-12 11:11:19 +00:00
ad
397fa0e4e2
Fix a couple of pastos.
2000-06-12 11:07:45 +00:00
ad
96efe00076
Fix a botch.
2000-06-12 11:05:35 +00:00
ad
f3415e7d0e
Note EGA support.
2000-06-12 11:04:15 +00:00
itojun
8f26bbadf9
sync with latest kame tree (tiny update in IPv4 mapped issue)
2000-06-12 10:47:17 +00:00
veego
f517f20387
Add the regress tests for n5, n6 and n7.
2000-06-12 10:45:32 +00:00
veego
5189b64cf6
Resolve conflicts.
2000-06-12 10:43:24 +00:00
veego
ecbf42696a
Remove a duplicated check for the NetBSD callout (I think it is a mistake
...
from a previous conflict resolve which doesn't cause harm).
2000-06-12 10:41:36 +00:00
itojun
92e64a4a0d
sync with almost-latest KAME IPsec. full changelog would be too big
...
to mention here. notable changes are like below.
kernel:
- make PF_KEY kernel interface more robust against broken input stream.
it includes complete internal structure change in sys/netkey/key.c.
- remove non-RFC compliant change in PF_KEY API, in particular,
in struct sadb_msg. we cannot just change these standard structs.
sadb_x_sa2 is introduced instead.
- remove prototypes for pfkey_xx functions from /usr/include/net/pfkeyv2.h.
these functions are not supplied in /usr/lib.
setkey(8):
- get/delete does not require "-m mode" (ignored with warning, if you
specify it)
- spddelete takes direction specification
2000-06-12 10:40:37 +00:00
itojun
0c0d0ee98e
tiny nroff nit. correct order of sections. (sync with kame)
2000-06-12 10:32:06 +00:00
veego
886013b9e7
Ups, forgot to resolve one place.
2000-06-12 10:29:36 +00:00
veego
d6dd29c882
Resolve conflicts.
2000-06-12 10:28:20 +00:00
veego
8a1de3e633
Import IP Filter 3.4.6
2000-06-12 10:21:51 +00:00
fredb
21fcee54a9
Loosen sendmail's permission checks for building the aliases.db file
...
even further. Particularly, allow ${DESTDIR} to be within a world writable
directory, such as /var/tmp.
2000-06-12 06:23:21 +00:00
mrg
69d1f5db9d
clean up cruft.
2000-06-12 05:31:30 +00:00
mrg
fdfb59b4b9
ih_map & ih_clr are volatile.
2000-06-12 05:29:43 +00:00
mrg
9918c00a61
formatting nit.
2000-06-12 05:27:27 +00:00
mrg
b9140fbc0c
KNF a line.
2000-06-12 05:25:48 +00:00
mrg
305e44c869
check for when cnopen() will call itself recursively, and panic instead of losing badly.
2000-06-12 05:02:22 +00:00
mrg
de9e599c9d
apply patches in PR bin/9249: rdist doesn't remove temporary file, from
...
<Michael.Eriksson@era-t.ericsson.se> to ensure we always remove the tempfile
(broken since mkstemp() was introduced).
2000-06-12 04:43:11 +00:00
itojun
814b7243b2
correct ENI_SALEN case to meet rfc2553bis.
2000-06-12 04:27:58 +00:00
itojun
87a2cc9945
correct return value from getnameinfo to meet rf2553bis.
...
(this also corrects incorrect "success" value, 0, on invalid sockaddr)
2000-06-12 03:55:10 +00:00
soren
824923164c
Attach to CS4610 with CS4236 codec in, well, CS4236 compatibility mode.
2000-06-12 03:43:54 +00:00
jtk
8a4c44eac9
Fix up to reflect source changes in dhclient
2000-06-12 02:36:18 +00:00
mycroft
45d698dd33
Make the rpcsvc dependencies work a bit better.
2000-06-12 01:57:25 +00:00
mycroft
3868d5e04c
Make sure the dynsym section and the reserved bits in the RPDR are fully
...
initialized.
2000-06-11 23:47:56 +00:00
christos
88f6fad445
Revert 1.18 -> 1.19; causes infinite loops on machines that use ppp and
...
do active routing.
2000-06-11 23:43:17 +00:00
matt
e4a7ab9905
Add latent entry for ochi usb devices on NEC MobilePro 800.
2000-06-11 23:34:31 +00:00
matt
7f40194cbc
Make spl0 & spllowersoftclock return void.
2000-06-11 23:33:37 +00:00
matt
0dc4d9cf90
export bus.h
2000-06-11 23:32:55 +00:00
matt
e910b71c73
Comment out asc0 for vs4000/90. remove slip/ppp.
2000-06-11 23:32:10 +00:00
matt
3dfb96fa8f
Add local symlink so that machine & vax refer ../../include instead of the
...
system ones.
2000-06-11 23:30:35 +00:00