se
12a7766ebc
Fix "opt_ncr.h" changes:
...
- put #include into #ifdef KERNEL or ncrcontrol won't build
- rename SCSI_DEBUG_FLAGS to SCSI_NCR_DEBUG
1996-12-16 14:31:45 +00:00
max
d3527da3f9
Merge the en version changes (1.5 -> 1.8).
...
Use the same punctuation characters as other files do.
Submitted by: mihoko@pa.yokogawa.co.jp
Japanese Documentation Project.
1996-12-16 14:02:55 +00:00
peter
a6a3967cc6
Rerun configure for updates
1996-12-16 11:59:10 +00:00
peter
e014c54efc
Reverse the tcl configure's decision to "disable" the use of ranlib since
...
it's wrong. It "knows" that ranlib is not used on shared libraries, this
is not a valid assumption since it exports this definition to the world
via tclConfig.sh. :-( Hence, things like expect (to be updated) fall over
because they were using ":" instead of "ranlib" on their static libraries.
1996-12-16 11:53:50 +00:00
ache
a9973bd449
cvsup client moved from sbin to bin
...
2.2 candidate
1996-12-16 03:37:59 +00:00
mpp
5844c68880
Add man page for moused(8). It is basically a rehash of the
...
usage output from moused, but it is a start for anyone
else who wants to expand on it.
Closed PR# 1552.
1996-12-16 01:05:00 +00:00
fenner
51ee8c9e62
Add mtest.
1996-12-16 01:01:46 +00:00
mpp
1380efe872
Document the -k, -v and -x options.
...
Closes PR# 801.
1996-12-16 00:01:28 +00:00
ache
d6af96c622
Add \' to valid escapes list to be compatible with printf
...
2.2 candidate
1996-12-15 23:55:03 +00:00
fenner
e90f4998f6
Add multicast options -I (source interface), -T (set ttl), -L (no loopback).
...
They were all lowercase in the original, but our ping already uses -i and
-l so I made them all uppercase.
Obtained from: Multicast release 3.5
1996-12-15 23:41:29 +00:00
se
c25e969a03
This commit was generated by cvs2svn to compensate for changes in r20537,
...
which included commits to RCS files with non-trunk default branches.
1996-12-15 23:40:48 +00:00
se
d9ee777465
Tekram supplied driver for their DC390 and DC390T controllers.
...
These controllers are based on the AMD 53c974, and the driver
does only support those two cards, since it checks for a Tekram
specific configuration EEPROM.
This deficiency (TM) will be fixed soon ... :)
This code is:
(C)Copyright 1995-1996 Tekram Technology Co., Ltd.
Obtained from: Tekram
1996-12-15 23:40:48 +00:00
mpp
072b837a26
Add .Nm and .Nd lines to the template so that anyone starting
...
a man page from this file will not forget to include them,
since they are not optional..
1996-12-15 23:33:19 +00:00
se
cd4ee5a70b
Fix typo
1996-12-15 23:25:50 +00:00
mpp
77a293a8d3
Mention FreeBSD explicitly along with 4.2BSD so that the
...
reader will know that this information does apply to FreeBSD also.
Closes PR# 1618.
This can go into 2.2.
1996-12-15 23:23:17 +00:00
mpp
b9bbd2b94c
Add the one line description of the man page at the top so
...
that "whatis" will report something more than just "mtest".
1996-12-15 23:02:48 +00:00
wollman
f46a73f8f0
Some days, it just doesn't pay to get out of bed. Fix another broken
...
reference to the now-dead-for-real-this-time ia_next field.
Reminded by: Russell Vincent
1996-12-15 22:44:00 +00:00
fenner
54d8a8c04e
Make mtest build. Write a makefile and a man page.
1996-12-15 21:57:32 +00:00
fenner
eb8ff4b113
This commit was generated by cvs2svn to compensate for changes in r20529,
...
which included commits to RCS files with non-trunk default branches.
1996-12-15 21:30:02 +00:00
fenner
2f4f34d743
A multicast testing program, allowing you to join and leave both
...
IP and ethernet multicast groups.
Obtained from: Multicast release 3.5
1996-12-15 21:30:02 +00:00
wollman
30318ded72
Somehow the removal of ia_next didn't make it in the last time. Hope
...
it makes it in this time, and remember not to commit changes next time
late on a Friday evening!
1996-12-15 20:46:39 +00:00
pst
7f6c218474
Avoid some buffer overrun problems.
1996-12-15 20:39:30 +00:00
bde
3f499be2dd
Attempt to complete the fix in the previous revision. This version
...
fixes the problem reported by max.
1996-12-15 20:38:30 +00:00
jkh
382662c8aa
make note of which /etc files need upgrading in installUpgrade rather
...
than asking the user to keep track of the list himself.
1996-12-15 18:14:37 +00:00
se
bbad272975
Include "opt_ncr.h" for option settings.
1996-12-15 16:37:17 +00:00
se
3b6467a0ac
Add options for NCR driver.
1996-12-15 16:35:54 +00:00
se
0a97aba6c1
Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNs
...
now anyway, even if compiled with FAILSAFE defined.
1996-12-15 16:31:18 +00:00
se
9c1048b2f5
Do not limit to 1 LUN if FAILSAVE is set. Seems that CDROM drives
...
are now only probed for LUN 0, unless there is a specific entry in
scsi_conf.c.
1996-12-15 16:28:24 +00:00
se
a05b043bbf
Update comment for "ncr" SCSI controllers (add Symbios and new chips)
1996-12-15 16:24:07 +00:00
alex
4310c7fab2
Typo fix.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1996-12-15 15:14:26 +00:00
mckay
5c577b8f21
Documented ctm_dequeue and the new feature of ctm_smail that goes with it.
...
Expanded the ctm_rmail example usage section.
1996-12-15 15:10:11 +00:00
bde
da9d173299
Fixed garbage being returned for constant int values, e.g., for
...
KERN_SAVED_IDS.
Should be in 2.2.
Reviewed by: phk
Found by: NIST-PCTS
1996-12-15 14:38:46 +00:00
joerg
81835df193
Increase the size of the vector that is allocated for execv(). Jordan
...
apparently forgot this when adding the password feature.
1996-12-15 11:22:37 +00:00
phk
778ced07de
Support 4 of these as default, it only cost us 12 bytes more.
1996-12-15 11:14:47 +00:00
kato
945f80ddd1
Fix typo.
1996-12-15 10:07:09 +00:00
kato
227b9dd049
Synchronize with sys/i386/i386/userconfig.c revison 1.74.
...
Definite 2.2 candidate.
1996-12-15 09:37:43 +00:00
kato
0a16d90ea1
Synchronize with sys/i386/i386/userconfig.c revision 1.72 and 1.73.
1996-12-15 09:35:49 +00:00
kato
e60ed0bf28
Synchronize with sys/i386/boot/rawboot/Makefile revison 1.4.
1996-12-15 09:22:52 +00:00
kato
75ed394f4b
Synchronize with sys/i386/i386/machdep.c revision 1.220.
...
Definite 2.2 candidate.
1996-12-15 09:18:48 +00:00
kato
d6d60a9254
Synchronize with if_ed.c revision 1.111 and if_fe.c revision 1.22.
1996-12-15 09:14:48 +00:00
kato
e7d528efb6
Synchronize with Makefile.i386 revison 1.91.
1996-12-15 09:09:53 +00:00
mpp
a3165f8e3b
Correct a typo.
...
Closes PR# 2217.
1996-12-15 07:34:07 +00:00
peter
0e3ee5fa21
Add missing \ at the end of the first line
...
Forgotten by: mpp (rev 1.18)
1996-12-15 02:33:30 +00:00
max
4de60c5793
Merge the changes made in 1.171 -> 1.172.
1996-12-15 01:33:22 +00:00
max
9d90430fdf
Merge the changes made the en version (1.42 -> 1.43).
1996-12-15 01:29:28 +00:00
peter
d24a34fa4e
Add missing -I so that probe_keyboard.c can find <i386/isa/kbdio.h>. :-(
...
(Why, oh why did this include file end up in isa/ rather than include/ ?)
1996-12-15 01:25:54 +00:00
jdp
9f515f9fd2
Update the sample cvsupfiles to take advantage of the new "*default"
...
feature in CVSup-14.0. You no longer need a 200-column window to look
at them.
Also did some general cleanups, and corrected some errors.
2.2 candidate. These should be brought directly into 2.2 if at all
possible, since they correspond with the CVSup release whose port is
going to go into 2.2.
1996-12-15 00:34:52 +00:00
mpp
9bc3e724e5
Correct some xrefs/mlinks.
1996-12-14 23:27:20 +00:00
jkh
ee27c541e3
Merge from 2.2
1996-12-14 23:14:39 +00:00
jkh
54029d7039
Now that I've got my source tree sorted out, bring all the things
...
I've been committing into 2.2 directly all this time.
1996-12-14 23:09:10 +00:00