Commit Graph

10246 Commits

Author SHA1 Message Date
cgd
c3071d641c fill in sizes 1994-10-18 08:33:53 +00:00
cgd
9606d1d107 case the joint... 1994-10-18 08:28:56 +00:00
cgd
f80896d5eb clean up adam's work. 1994-10-18 07:38:46 +00:00
glass
ada76f3209 doc update...needs wordsmithing 1994-10-18 07:17:04 +00:00
glass
a63619a01c 1 floppy drive support 1994-10-18 07:02:52 +00:00
deraadt
a99b93e354 man page bywr and I 1994-10-18 06:48:51 +00:00
cgd
4eb752cd51 make the "wait on swbuf" message SDB_IO -- it's I/O related, and it's
not at all anomalous (and bloody annoying!) on 4M machines.
1994-10-18 06:42:28 +00:00
cgd
90f2c4f70a DEBUG and/or DIAGNOSTIC shouldn't cause thing to be printed for "normal"
cases, unless the user explicitly requests it.  add variable
startinit_verbose to control init-starting messages.
1994-10-18 06:28:06 +00:00
cgd
1725b07a35 there are no flags between us (and compiling) any more. 1994-10-18 06:11:15 +00:00
andrew
464ea0c010 Use /etc/rmt as per protocol definition, to ensure interoperability
(thanks theo :).  For NetBSD, /etc/rmt is a symlink to the real
/usr/sbin/rmt.
1994-10-18 06:04:08 +00:00
cgd
bd6d113b69 change a number 1994-10-18 04:27:30 +00:00
jtc
8c34217adb The ns32k uses IEEE, not vax, floating point arithmetic.
Adjusted constants appropriately.
1994-10-18 00:25:27 +00:00
cgd
32e7357c0f either change or update references to sigvec(), as appropriate 1994-10-17 23:49:08 +00:00
cgd
a86db53141 add list of mirrors. 1994-10-17 23:05:06 +00:00
cgd
108d435824 mentione that the install notes are part of the distribtuion. 1994-10-17 23:03:40 +00:00
cgd
5f68f7b691 modify for generic kernel contents 1994-10-17 21:53:21 +00:00
cgd
805605ce56 kill le0. *sigh* 1994-10-17 21:49:51 +00:00
cgd
ac58b5cf8c don't install zcat (as it's now done by gzip), and excise the zcat sections
from the man page.  add a xref to zcat(1).  delete nothing, so that
people who want to avoid zcat can.
1994-10-17 21:43:15 +00:00
cgd
39619ceab9 fine, install as zcat, too, but _NOT_ as compress; man page is incorrect. 1994-10-17 21:37:28 +00:00
cgd
894d08c561 fix two typos. 1994-10-17 20:07:03 +00:00
brezak
304b4efcdf Fix krb4 build. From Michael Graff <explorer@vorpal.com> 1994-10-17 18:36:57 +00:00
jtc
5f55f20bd4 Change GNATS_SITE from sun-lamp to netbsd. 1994-10-17 17:22:26 +00:00
glass
82be98b701 fix uses of old config style 1994-10-17 14:33:22 +00:00
glass
0e33b7356e fix man page for lms 1994-10-17 14:23:25 +00:00
cgd
12ec973dba use NetBSD.ORG for the mail address. 1994-10-17 03:03:32 +00:00
cgd
07ccd540e9 oops! 1994-10-17 00:11:18 +00:00
cgd
38b2ce0f54 kill it... 1994-10-17 00:10:41 +00:00
cgd
320359f8e2 change, requested by Jarle Greipsland 1994-10-17 00:08:29 +00:00
mycroft
d00c05633a Wait on the correct bit in the lower half of kbc_get8042cmd(); and some other
mostly stylistic changes.  Based on suggestions from John Hood.
1994-10-16 15:46:13 +00:00
mycroft
06b14c27fd Substantially smaller and faster version, from me. 1994-10-16 15:37:41 +00:00
andrew
61043b5d11 Added mention of the retension, erase and eom options. 1994-10-16 11:46:49 +00:00
andrew
25386c8c8e Be sure to use /usr/bin/rsh and /usr/sbin/rmt. 1994-10-16 11:34:34 +00:00
deraadt
2fb5b874a1 sbus_establish() is sun4c/sun4m specific 1994-10-15 08:57:20 +00:00
deraadt
2343dc8f90 u_int_{16,32}_t stuff 1994-10-15 07:56:51 +00:00
deraadt
63afb063a5 declare obio/sbus in the right place
obio/vmes/vmel support only active if requested
1994-10-15 06:01:20 +00:00
deraadt
8986364564 mapiodev takes a bustype argument now
attempt to configure vmel/vmes
1994-10-15 05:53:23 +00:00
deraadt
3ae3c206d7 mapiodev takes a bustype argument now 1994-10-15 05:48:47 +00:00
cgd
f501e4e128 make <stdarg.h> a symlink, and clean up ports' stdarg.h and varargs.h files. 1994-10-15 04:57:29 +00:00
mycroft
cb9a3933e4 Clean up deleted files. 1994-10-15 04:57:12 +00:00
cgd
9dd6c36be0 make <stdarg.h> a symlink, and clean up ports' stdarg.h and varargs.h files. 1994-10-15 04:57:10 +00:00
glass
dda0c8a3ff partition id typo:
0xA5 == 165 not 265
1994-10-15 04:09:19 +00:00
mycroft
ee8aff3286 Register a TCP service. 1994-10-15 03:55:33 +00:00
cgd
49c34d3337 move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS. 1994-10-14 18:26:22 +00:00
mycroft
63bb09e6da Don't return received data to the user until the initial handshake is complete.
Also use TCPS_HAVEESTABLISHED() in a few other places.
1994-10-14 16:01:48 +00:00
mycroft
6f5794ecba Fix bugs in dealing with odd-length mbufs in ed_pio_write_mbufs(). From
John Hood.
1994-10-14 13:05:13 +00:00
cgd
078237de11 oops; fix that. 1994-10-13 19:55:27 +00:00
cgd
2c979dcde5 check bounds properly. 1994-10-13 19:47:10 +00:00
mycroft
b94d5a36e7 Increase the default window size to 16k. 1994-10-13 14:26:15 +00:00
mycroft
7c01f7ce51 Changes from DG to deal with some old chips that corrupt the packet length. 1994-10-12 13:42:00 +00:00
mycroft
8f5b447fb2 Remove the need for some untimeouts. 1994-10-12 13:38:16 +00:00