ragge
84f5dc2404
Fix clearing of redundant restart flag; CPU specific.
...
Also clean up a bit.
1997-11-02 14:07:07 +00:00
lukem
dea85dc703
* remove duplicate inode entries, so files with multiple hard links are
...
only parsed once; results in a 33% speedup on a p5-200
* order SEE ALSO by section
1997-11-02 14:01:54 +00:00
ragge
a8e1e83943
#include files must be in the correct order.
1997-11-02 14:01:07 +00:00
pk
d0365b21f4
RELEASE => _VER
1997-11-02 12:28:45 +00:00
pk
83aa272495
Point at the pre-built `/usr/mdec/boot.net' file in the "diskless setup"
...
section.
1997-11-02 12:18:51 +00:00
jonathan
326ca1c813
Snip out common code that fetches and unpack setss in both upgrade()
...
and install(). Put it into a new function ``get_and_unpack_sets()''.
Fixes a typo (/sbin/umoount) in the upgrade() version.
1997-11-02 09:41:57 +00:00
mycroft
61bf289f3e
Slight code rearrangement.
1997-11-02 09:31:49 +00:00
mycroft
acb27fb42a
Slight code rearrangement.
1997-11-02 09:24:51 +00:00
mycroft
5869b743c7
Rearrange *param() slightly to eliminate a spl.
...
Also fix another comment regarding DTR.
1997-11-02 09:15:41 +00:00
mycroft
76b7dd52df
Add another splserial()/splzs().
1997-11-02 08:55:52 +00:00
mycroft
acd97c6676
Minimize some spl regions slightly.
1997-11-02 08:50:31 +00:00
ross
0e2ebc3559
--Fix k1seg translation, which has been broken since
...
--10/10/97 when a WARNS "fix" was put in that broke
--kernel core dump stack backtrace and other
--things that go thru libkvm.
1997-11-02 08:35:08 +00:00
jonathan
1b07f33492
copyright boilerplate (oops)
1997-11-02 08:30:39 +00:00
mycroft
8914537568
If we lose HFC, assert RTS.
1997-11-02 08:29:51 +00:00
jonathan
2d01e4dc90
* Change sysinst MI code to use new install-target-filesystem access functions.
...
Add target.c to Makefiles.
* Minor fixes:
* Fix buglet in disks.c: make sure the target /etc exists before
touching the target's /etc/fstab. (Could be even cleaner.)
* If the target root is on /, don't copy our temporary /etc/resolv.conf
to the target /etc/resolv.conf. (Could be even cleaner.)
* Don't write the DNS hostname into /etc/defaultdomain.
DNS search paths are often not the same as YP group names.
1997-11-02 08:20:40 +00:00
jonathan
cd7def2863
Use run_prog_or_continue to write bootblocks. pmaxes upgrade/install
...
from diskimage or NFS, so It's not absolutely fatal for the bootblock
update to fail.
1997-11-02 08:16:39 +00:00
jonathan
a1d0279446
Add missing "xfont" set. Back in consistency with the message file.
...
(Why don't the curses menu for state and option match up horizontally?)
1997-11-02 08:15:02 +00:00
jonathan
d9dbb24102
Add target path-prefixing code. Hide whethers the installation target
...
disk is at /mnt or / from the rest of sysinst.
1997-11-02 08:12:06 +00:00
mycroft
ec5fd4954e
Set rr0_dcd.
...
Don't set DCD_IE and CTS_IE here; let the MI code do it.
Handle MDMBUF.
1997-11-02 08:05:06 +00:00
mycroft
b000ee5105
Set the state of DCD_IE and CTS_IE based on what's in rr0_mask.
1997-11-02 08:02:40 +00:00
mycroft
a839cc8b41
s/u_int/unsigned int/
1997-11-02 07:23:09 +00:00
scottr
c35524f0a1
Fix a serious problem in dp8390_write_mbuf(), noticed by Jason Thorpe:
...
after we've written out the contents of the mbuf, increment the transmit
buffer offset by m->m_len.
1997-11-02 06:18:27 +00:00
thorpej
892b0c409e
Fix a slight brain lapse.
1997-11-02 05:17:32 +00:00
gwr
395f27b052
Give the kernel pmap a soft copy of its segmap (like user pmaps)
...
so we can optimize away calls where pm_segmap[x] == SEGINV.
1997-11-02 05:16:25 +00:00
jonathan
8315a3dff0
Add two variants of run_prog() for errors that aren't otherwise handled:
...
run_prog_or_die() -- aborts if system() returns an error.
run_prog_or_continue() -- prints a warning that installation may
have failed but lets the user continue. Suitable for running mkdir.
1997-11-02 03:45:27 +00:00
gwr
0270c30b3d
Change some debug prints to db_printf(), other minor stuff.
1997-11-02 03:19:18 +00:00
jonathan
57c4aa7f69
On pmax, write bootblocks to raw C partition, not A partition.
...
pmax still writes bootblocks with disklabel -B, not installboot.
1997-11-02 02:21:04 +00:00
mjacob
b6558b2b59
Hmmm..fsck_ffs has to really be able to alwasy work, and if you've got
...
a *huge* (like 600GB) filesystem, you need to not be limited by resource
limits.
1997-11-02 01:42:44 +00:00
lukem
7c059b1253
use $TMP and $LIST everywhere, remove $LIST upon successful exit
1997-11-02 01:26:10 +00:00
thorpej
540caf5a8f
Add "ec" driver.
1997-11-02 01:02:23 +00:00
thorpej
2497f4a8da
Garbage-collect the 3Com 3c503 support from the "ed" driver. The ISA "ec"
...
driver now handles the 3c503.
1997-11-02 00:57:24 +00:00
thorpej
a945a24322
Front-end to the dp8390 chip driver for the 3Com 3c503 Ethernet interface.
...
Supports changing media with ifconfig's "media" directive.
This splits the 3c503 functionality out of the ISA "ed" driver, much the
same way NE2000 support was split out.
1997-11-02 00:44:25 +00:00
thorpej
7438e6c882
Adjust for ifmedia-related changes to dp8390 driver.
1997-11-02 00:25:11 +00:00
thorpej
18636a8934
Add ifmedia support via callbacks to the front-end.
1997-11-02 00:23:54 +00:00
lukem
b0b8aac67b
* use (``foo'') instead of (<em>foo</em>)
...
* order SEE ALSO on man section then alphabetical
* add -w to usage string
* deprecate register
* minor code move in newman section, to follow style of oldman section
1997-11-02 00:23:36 +00:00
lukem
699c57c48b
correctly detect good vs bad hash mark values. (found by <enami@netbsd.org>)
1997-11-02 00:18:46 +00:00
gwr
56008e767b
Clean up spl* handling a bit (move some spl* calls up a level,
...
and have the callee do a CHECK_SPL for debugging).
Get rid of some private TAILQ_* macros.
some cosmetic stuff.
1997-11-01 23:56:25 +00:00
jonathan
8f766ae320
Use max of (secperunit, (ntracks*secpertrack*ncyl)) when computing
...
RAW_PART for new labels, instead of just the latter.
Avoids shrinking RAW_PART label with pmax kernel-supplied default
labels or with already-labelled disks.
XXX Get real incore label, instead of default label instead (or as well)?
1997-11-01 23:44:23 +00:00
jonathan
e1ba034070
Add xfont, xcontrib sets to compiled-in list.
1997-11-01 23:39:57 +00:00
pk
f00f5d9428
Start an MI VMEbus framework.
...
Includes two sample drivers: IE ethernet driver (VME front-end to
dev/ic/i82586.c) and the XD disk driver, both converted from the
sparc versions.
1997-11-01 22:56:19 +00:00
drochner
6c0cd4bbaf
Remove the "wait for mfs to be mounted" hack; this is solved in mount_mfs
...
now.
1997-11-01 22:15:54 +00:00
scottr
59498b56f8
From i386: initialize nfs_boot_rfc951 if either NFS_BOOT_BOOTP or
...
NFS_BOOT_DHCP are defined.
1997-11-01 21:11:07 +00:00
mycroft
74df2cee60
Correct a comment regarding our behaviour with DTR.
1997-11-01 20:40:36 +00:00
mycroft
d0df1f96f4
Add additional splserial()s in comopen() and comclose(). These are not
...
necessary on the i386 port, but may be on others.
1997-11-01 20:31:57 +00:00
mycroft
8475e6c0ba
Fix minor omission; write back reg 1 earlier in zsopen().
1997-11-01 20:23:50 +00:00
mycroft
386d55a1ca
Need some additional splzs() in zsopen(), and nuke one that's no longer
...
needed.
1997-11-01 20:15:10 +00:00
scw
d0d3cc7965
Remove paragraph describing problem with initialising VMEbus RAM cards'
...
parity bits. Initialisation now handled during kernel startup.
1997-11-01 19:18:39 +00:00
kleink
db674c76eb
Add appropriate conformance notice; noticed while fixing PR standards/4351.
1997-11-01 19:10:32 +00:00
kleink
01b7b3de51
isascii() is not specified by ANSI C but X/Open; noticed by Peter Seebach
...
<seebs@puddle.plethora.net> in PR standards/4351.
1997-11-01 19:05:14 +00:00
drochner
3545748fee
Take out last change (wait for mount_mfs completion).
...
I changed it in mount_mfs instead.
1997-11-01 18:38:29 +00:00