yokota
8093712383
Keep the entries sorted by name. Rev.1.21 broke the order inadvertently.
...
No functaionlal change.
1998-10-16 01:49:13 +00:00
obrien
ee74ab62dd
Add commented out bpf entry. (DHCP is popular here, and this is required).
...
Ok'ed by: jkh
1998-10-16 01:30:11 +00:00
jkh
fcaaffb7c9
Add notes about SCSI tape support.
...
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
1998-10-16 00:29:37 +00:00
ken
723debd689
Change the worm(4) man page to note that there is no longer a worm(4)
...
driver, and point users in the right direction for similar functionality.
The functionality that used to be provided there is now provided by the
cd(4) driver and cdrecord.
Fix cross-references in a few other man pages. (i.e. delete references to
things I haven't written yet)
1998-10-16 00:26:28 +00:00
des
9db67e79b6
Warn about "mount -u" bug.
1998-10-16 00:06:56 +00:00
gibbs
335fec2c78
-Wunused cleanup.
...
Correct a problem where an external bus reset on the 'background' channel of
a Twin Channel EISA controller could put the driver into an infinite loop.
Noticed by: Twin Channel bug, Joerg Wunsch <joerg@FreeBSD.org>
Submitted by: -Wunused, Poul-Henning Kamp <phk@freebsd.org>
1998-10-15 23:49:27 +00:00
gibbs
ef8c2c33b6
-Wunused cleanup.
...
Fixed bug in advansys.c where we did not properly clean up ccb_info data
structures in softc teardown.
Submitted by: Poul-Henning Kamp <phk@freebsd.org>
1998-10-15 23:47:14 +00:00
gibbs
8111be0235
-Wunused cleanup.
...
Submitted by: Poul-Henning Kamp <phk@freebsd.org>
1998-10-15 23:46:33 +00:00
gibbs
f3dbbe3c84
Honor CAM_TAG_ACTION_NONE.
1998-10-15 23:17:58 +00:00
gibbs
391b30cdfa
Add a mechanism to send a non-tagged transaction even if a device is
...
currently operating in a tagged mode. The SIM driver should determine
if a device is in tag mode by looking at the CAM_TAG_ACTION_VALID flag
in the ccb header. If the flag is set, the tag_action field is either
a SCSI II tag message (simple, ordered, head) or CAM_TAG_ACTION_NONE
to specify that no tagging should be performed.
1998-10-15 23:17:35 +00:00
rnordier
764f911a88
Fix path to sio.s
1998-10-15 22:08:13 +00:00
dfr
8d976b1320
Fix a typo preventing the correct value of kernend from being picked up
...
from the bootstrap. Also change some debug printfs from #if 0 to
#ifdef DEBUG_CLUSTER to make it easier to debug startup memory problems.
1998-10-15 22:00:54 +00:00
dfr
69efe6cf4e
Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.
1998-10-15 21:56:47 +00:00
dfr
8c5d5288fb
Fix the bootinfo so that the right values actual make it into the kernel.
1998-10-15 21:55:58 +00:00
abial
e8799dedf6
Various fixups and corrections to match the 3.0-RELEASE tree.
...
The PicoBSD version is now 0.42.
1998-10-15 21:40:07 +00:00
jkh
a7c40510bc
Note latest SCSI subsystem changes.
...
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
1998-10-15 21:28:59 +00:00
jkh
cc3e52bbd6
Add references to ATM cards (Mike Spengler <mks@networkcs.com>) and
...
remove all tabs.
1998-10-15 21:20:33 +00:00
imp
43379e2ca8
Add wst.4
1998-10-15 20:45:57 +00:00
imp
31aef622ef
Man page for the wst driver. I had planned on committing this earlier,
...
but forgot.
1998-10-15 20:43:25 +00:00
wosch
e5d2797cb5
Added reference to ifconfig(8).
1998-10-15 20:36:55 +00:00
wosch
77d12cf963
Added manpage link plip.4 -> lp.4
1998-10-15 20:35:28 +00:00
wosch
ec626dc257
Add reference to lp(4).
1998-10-15 20:27:26 +00:00
rnordier
0b71e4f0b7
Add serial, dual, and probe-keyboard support.
1998-10-15 20:04:21 +00:00
imp
a0e096d460
Reduce the number of ccbs to 16, per the aha documentation. Move
...
bogus comment to proper place.
This should fix the hangs people are seeing under very heavy load, at
least it does for me. Please let me know if you continue to have
problems.
1998-10-15 19:53:30 +00:00
msmith
89e6ddee34
Add some points from experiences installing on a range of IBM Netfinity
...
systems.
1998-10-15 19:12:04 +00:00
ken
4af1fad569
Fix several potential buffer overrun conditions. These changes have been
...
tested both in the kernel and in userland. Also, fix a couple of printf
warnings that show up when CAMDEBUG is defined.
Reviewed by: imp
Partially submitted by: imp
1998-10-15 19:08:58 +00:00
markm
45d6171cea
Properly install the *.h files in CORE and Config.pm where it wants to be.
...
This should fix a substantial number of broken p5-* ports.
Tested-on: x11-toolkits/p5-Tk (Amongst others)
1998-10-15 18:50:04 +00:00
gibbs
9ede5f09d8
Bring back support for honoring the primary channel setting for twin channel
...
EISA adapters. This could have caused the system to find the wrong root
disk.
Reviewed by: J Wunsch <j@ida.interface-business.de>
1998-10-15 18:21:50 +00:00
ken
8c808a1f97
Clean up some unused variables.
...
Reviewed by: ken
Submitted by: phk
1998-10-15 17:46:26 +00:00
peter
5e2d525772
- bzero() after malloc() bug fix
...
- look up relocation symbol names in correct table bugfix.
- remove unused (initialized to 0) variable and conditional free() of it.
1998-10-15 17:16:24 +00:00
des
3705233db0
Fix style issues in execl(), and make execle() vfork()-safe.
...
Reviewed by: bde
Approved by: jkh
1998-10-15 17:14:15 +00:00
peter
1ced1025f2
- bzero() after malloc(). This is especially obvious when kern_malloc is
...
compiled with DIAGNOSTIC.
- Don't break from the preload module processing loop prematurely.
1998-10-15 17:12:12 +00:00
peter
184dca28fb
Fix sysinit_add().
...
- Don't include multiple copies of the previous sysinit in the new one.
- Leave space for and explicitly null terminate the new list.
1998-10-15 17:09:19 +00:00
peter
d1bde99276
Get the last used address via a more conservative method, don't depend
...
on the module chain being in increasing address order.
1998-10-15 17:06:36 +00:00
jdp
d8b0acd731
Fix make world breakage from last commit.
1998-10-15 16:09:56 +00:00
bde
34ec08b0e2
Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
...
They may belong in /usr/libexec/{aout,elf}, but objformat doesn't
support that.
Fixed bogus `?=' assignments for BINDIR.
1998-10-15 14:15:09 +00:00
mckay
080437aa74
Spelling.
1998-10-15 13:37:35 +00:00
mckay
098b4f80dd
atq ignored locale info when printing dates. Is the other call to
...
setlocale() just in the wrong place?
PR: 8300
1998-10-15 13:30:48 +00:00
jkoshy
bad1418fa9
Fix a serious bug in make(1)'s handling of archive libraries.
...
This case did not need to be tested when RANLIBMAG was defined
(as when in an `aout' environment) because Arch_StatMember() treated
the two cases of the library not being present and a member of
the library not being present the same way, forcing a rebuild
of the library. Since in the ELF environment we don't look inside
archive libraries we now need to check if the archive library is
present in order to determine its `out-of-date'-ness.
(I hope I've been able to meet the Oct 15th freeze).
Reported-by: Steve Price (and a few others whom I've forgotten, sorry)
1998-10-15 13:00:34 +00:00
jkh
3fa226147f
Make it clear that installations can only occur from drive C.
...
PR: 8334
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>
1998-10-15 11:27:45 +00:00
jkh
821ab7ab1f
Update DOS emulator description.
1998-10-15 11:24:29 +00:00
jkh
7249f19796
Make the bit about DOS partitions somewhat clearer.
...
PR: 8333
1998-10-15 11:22:33 +00:00
jkh
02807a4204
More attempts to DTRT for the alpha, based on what I now know about boot2.
1998-10-15 11:12:40 +00:00
jkh
982b34a437
Fix upgrade notes.
...
PR: 8331
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>
1998-10-15 11:01:30 +00:00
jkh
b041ca648c
Update for 3.0
...
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>
1998-10-15 10:16:33 +00:00
jkh
c1025517b9
Call ourselves by the correct name. :)
...
Submitted by: Sue Blake <sue@vedanix.welearn.com.au>
1998-10-15 10:14:55 +00:00
jkh
fa26b27840
Add ipfw change information.
1998-10-15 10:13:53 +00:00
jkh
59479629d6
Update size information for ports.
1998-10-15 10:13:34 +00:00
jkh
c9853d6de4
Search for correct property name; the older attrs code bogusly folded case,
...
so I never noticed this bug. :)
1998-10-15 10:03:48 +00:00
dfr
87a0ba4fba
Change a bogus cast to the correct one.
1998-10-15 09:53:27 +00:00