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
dfr
ca8fc41182
Don't frob the user stack directly, use suword instead. This fixes the
...
elf_freebsd_fixup() panic which many people have noticed on the alpha.
1998-10-15 09:52:19 +00:00
dfr
7fffd12601
Use the interface name as well as the method name when creating the method
...
description.
Submitted by: Nick Hibma <nick.hibma@jrc.it>
1998-10-15 09:50:45 +00:00
sos
42b4d56210
Make the next_writeable address specific for each drive, there might
...
be more than one burner online.
1998-10-15 08:11:55 +00:00
jkh
e41ce00c8d
Update README.TXT, not that anyone will read it anyway, to describe just
...
what 3.0 is meant to be.
1998-10-15 07:42:25 +00:00
jkh
2fef01ea21
snuff warning message if package is not found in INDEX but is found
...
to be already installed anyway.
1998-10-15 06:50:43 +00:00
jkoshy
5816b595c7
Fix formatting bug.
...
PR: 8320
Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
1998-10-15 05:04:28 +00:00
sef
9e0aee1ff0
Add lstat() as a known system call.
1998-10-15 04:31:44 +00:00
peter
d13c281654
Forgot to commit this; the alpha uses the kld symbol interface now. The
...
tables that db_elf.c is expecting are not loaded in that format any more.
1998-10-15 02:01:50 +00:00
msmith
59741c0a16
Conform to POSIX and close any copies of popen() descriptors inherited by a
...
popen()ed child.
PR: misc/7810
Submitted by: Wayne Scott <wscott@ichips.intel.com>
1998-10-15 01:47:40 +00:00
peter
ec797a8335
Add objformat links for gdb and (while we're at it) c++filt.
...
This means we can (assuming an a.out gdb is present) debug a.out kernels
and crashdumps with gdb -aout.
1998-10-15 00:19:08 +00:00
peter
3ed74bd188
Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.
1998-10-15 00:15:01 +00:00
ken
68b03ab551
Fix a couple of potential buffer overrun cases.
...
Submitted by: imp
1998-10-14 23:28:26 +00:00
ken
65106e9e36
Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drives
...
with 71* firmware revisions. Scott Mace <smace@intt.ORG> reports that
drives with 00* firmware revisions do tagged queueing just fine.
1998-10-14 22:51:51 +00:00