itojun
ed74ec1491
add missing manpage, gethostbyname2(3).
2000-02-09 12:23:55 +00:00
itojun
b32545eabf
add tcp6 lines for rshd/rlogind.
2000-02-09 11:05:04 +00:00
sato
ad591b78f4
CLOCK_RATE: 256-> 128.
...
reduce timer interrupts because hpcmips machines are lower cpu power.
2000-02-09 10:41:18 +00:00
jdolecek
e203cf81c5
Add reference to the include file with TCP sysctl constants. Fixes bin/9378.
2000-02-09 09:14:52 +00:00
nisimura
9fb475bc29
Missing commit to reflect ioasicreg.h merge.
2000-02-09 08:37:43 +00:00
nisimura
43917001c7
- Add missing "opt_ddb.h" to dc.c and dtop.c (oh, boy)
...
- Nuke irrelevant "dcvar.h" and "tc.h" inclusion from dc.c
- Put '#if NRASTERCONSOLE > 0' around scc_lk201_cnattach().
2000-02-09 08:29:40 +00:00
tron
f44711bc53
Put "sendmail" license terms in same set as the binary.
2000-02-09 08:18:19 +00:00
tron
c089f6c69a
"sendmail" is in "src/gnu/usr.sbin/sendmail" now.
2000-02-09 08:15:12 +00:00
itohy
0a1d6b1357
Make it compile with options DEBUG.
...
Reported by Kawamoto Yosihisa (PR #9379 ).
2000-02-09 07:57:52 +00:00
shin
7f5a7c00ac
fix include file.
...
<netinet6/ip6.h> -> <netinet/ip6.h>
2000-02-09 05:48:26 +00:00
itojun
53e333c935
honor ifa reference counting.
2000-02-09 03:34:01 +00:00
itojun
541b446bfa
for more strict rfc2367 conformance, move netkey/keyv2.h into net/pfkeyv2.h
...
(net/pfkeyv2.h used to just include netkey/keyv2.h).
netkey/keyv2.h includes #error only for several days, to inform
of file path change. after that I plan to nuke the file.
2000-02-09 03:27:29 +00:00
enami
2f83e2ce62
Add `be back tomorrow'.
2000-02-09 02:11:03 +00:00
thorpej
f9e531f1e4
Don't force BWX on Pyxis by default; it's just not reliable enough.
2000-02-09 01:39:20 +00:00
itojun
59d74f3d21
to improve RFC2553/2292 compliance, and promote use of
...
RFC2553/2292-compliant header file path, now the following headers are
forbidden:
netinet6/ip6.h
netinet6/icmp6.h
netinet6/in6.h
if you want netinet6/{ip6,icmp6}.h, use netinet/{ip6,icmp6}.h.
if you want netinet6/in6.h, you just need to include netinet/in.h.
it pulls it in.
(we may need to integrate them into netinet/in.h, but for cross-BSD code
sharing i'd like to keep it like this for now)
2000-02-09 00:54:55 +00:00
itojun
4f53db2499
optimize mbuf allocation for ip/tcp/tcpopt part.
2000-02-09 00:50:40 +00:00
thorpej
ec02ebc8a0
Adjust for IOASIC register changes.
2000-02-09 00:33:03 +00:00
abs
e7c902530e
/appears/appeared/
2000-02-08 23:48:54 +00:00
tsubai
a62753d0b7
Make OF-2.x can also find root device.
2000-02-08 20:02:13 +00:00
augustss
76c14cd322
Don't stall the control pipe on error.
2000-02-08 18:46:03 +00:00
augustss
e922214fb2
Use NULL instead of 0.
2000-02-08 18:45:27 +00:00
thorpej
3bc7ce8d31
Cast bus_size_t to u_long for printing.
2000-02-08 18:40:51 +00:00
tron
73286f8d56
Fix printf() format string.
2000-02-08 18:31:02 +00:00
mjacob
dcdf7ba2cd
Fix rmt for use with Solaris 2.7 and others. The deal here is that for
...
version 0 RMT protocol, the query of status makes no sense (send back, in
binary, the mtget structure), but systems sometimes use it anyway. And when
they use it, they get upset if they get back something that is a different
size from what they expect. The original mtget structure in BSD 4.3 is
24 bytes in size, and that seems to be what they can cope with.
The correct fix would be to go to Version 1 RMT, but that's a horse of
another color...
2000-02-08 18:00:05 +00:00
mycroft
2a2d421881
Forgotten part of chopps\'s i82365_isasubr.c commit.
2000-02-08 17:56:58 +00:00
mycroft
ac0db48a13
In light of the previous change, whack the clearing of CSC_INTR
...
again.
2000-02-08 17:53:48 +00:00
mycroft
eb071839ea
The final read of the CSC register does not appear to be needed any
...
more.
2000-02-08 17:48:39 +00:00
chopps
d12c4012f1
deal with loops that we get stuck in due to unhandled interrupts.
2000-02-08 17:14:29 +00:00
mycroft
5abb516b1e
Be more careful with the CSC_INTR register while probing.
...
Make some output more specific.
2000-02-08 16:59:52 +00:00
tron
db6d31cac3
Add "usr/share/sendmail/LICENSE".
2000-02-08 16:54:41 +00:00
tron
bed192969e
We need to redistribute the license terms.
2000-02-08 16:53:37 +00:00
bouyer
f522d6f1ee
Supports "USR 3CP5609 PCI 16550 Modem", from Kent Polk.
2000-02-08 16:26:23 +00:00
bouyer
b3cffb232f
regen
2000-02-08 16:24:00 +00:00
scottb
076e309d3e
change first argument of dladdr to const.
2000-02-08 16:22:59 +00:00
bouyer
b614c6a569
Add US Robotics vendor ID, and USR 3CP5609 PCI 16550 Modem product ID.
...
From Kent Polk.
2000-02-08 16:22:37 +00:00
jdolecek
e20ce57cd6
Store also attribute identifier in the filehandle structure, so that
...
proper file attribute (a.k.a. "resource fork") is picked up when
the filehandle is mapped back to filesystem object.
This should make attributes working on NFS-exported NTFS filesystems
or other layered filesystems using filehandles.
2000-02-08 16:17:58 +00:00
tsutsui
6968a454bd
Add news1200 support.
...
Based on a patch from Koichi NISHIWAKI <k-nis@ba2.so-net.ne.jp>
2000-02-08 16:17:28 +00:00
tron
8ff783382c
"distribution" target requires "netbsd-proto.cf".
2000-02-08 16:13:26 +00:00
tron
6e7897c5a9
Don't build "sendmail" if "NO_SENDMAIL" is defined.
2000-02-08 14:06:01 +00:00
tron
98806601bd
Add new "sendmail" 8.9.3 configuration files.
2000-02-08 14:01:49 +00:00
tron
54896865b3
Build "sendmail" 8.9.3 instead of 8.8.8.
2000-02-08 13:53:01 +00:00
tron
ee18b55df8
Initial import of NetBSD build environment for "sendmail" 8.9.3.
2000-02-08 13:45:33 +00:00
itojun
667dbda449
use proper include path (net/pfkeyv2.h)
2000-02-08 13:17:51 +00:00
itojun
28dacfc3da
don't include in6.h directly.
2000-02-08 13:14:35 +00:00
tsubai
b933f19ea2
Flush cache before rebooting to preserve msgbuf.
2000-02-08 12:57:11 +00:00
sjg
448f091254
Mention MAKEOBJDIRPREFIX and explain how it or MAKEOBJDIR are used.
...
Also fixed a typo in the .SUFFIXES bit.
2000-02-08 12:56:28 +00:00
enami
34d63b5623
Since we now only allocate this one, no longer necessary to check and free().
2000-02-08 12:56:00 +00:00
enami
1658944ebe
- Don't rely on implicit declaration.
...
- Sinc wi/ existing coding style.
2000-02-08 12:51:30 +00:00
enami
c7573d517e
- Bail out from attach stage if failed to enable card, number of iospace
...
or memspace is unexpected, failed to map iospace or failed to configure
the controller properly.
- Disestablish an interrupt handler if failed to enable card.
2000-02-08 12:49:12 +00:00
tsubai
d97ae29629
Enter power saving mode in idle loop on 603, 750, and 7400.
...
603 uses doze mode, 750 and 7400 use nap mode.
2000-02-08 12:49:06 +00:00