34600 Commits

Author SHA1 Message Date
thorpej
ee9c3ac44f Fill in a few things. 1997-11-11 05:31:33 +00:00
thorpej
49571ef5eb Fill a few things out. 1997-11-11 05:27:11 +00:00
thorpej
73ee6249a8 Clean up the DIAGNOSTICS sections. 1997-11-11 05:11:27 +00:00
thorpej
0199629221 Update to match reality. 1997-11-11 05:02:16 +00:00
jonathan
b8636b832f chipset driver for DEC pixelstamp and STIC (stamp Interface chip). 1997-11-11 04:47:57 +00:00
jonathan
8fb5daf0f7 Allow etc.{$MACHINE_ARCH}/Makefile.inc to add files to BIN1, BIN2, BIN3. 1997-11-11 04:37:17 +00:00
thorpej
ad89f0bfb2 Add a blurb about PCMCIA "aic" attachments. 1997-11-11 03:55:24 +00:00
jonathan
6ba565c4d3 Add options to rc.conf and rc to start xfs (x font server) and xdm.
Add entries to rc.conf.5.
While we're here, note that the domestic kerberos damons are still
Kerberos IV, not kerberos version 5.
1997-11-11 02:28:58 +00:00
thorpej
9de27f16b4 Add a manual page for the "en" driver. 1997-11-11 02:05:58 +00:00
thorpej
810df1dbb8 Add missing stuff, remove incorrect stuff, and general cleanup. 1997-11-11 02:03:45 +00:00
thorpej
ab07f1e7ae Add a manual page for the "lc" driver. 1997-11-11 01:11:11 +00:00
thorpej
1e7399ce90 Add manual page for the "sm" device driver. 1997-11-11 00:45:54 +00:00
phil
4ec8d82726 Clear up confusion of extract_dist() extract directory source. New var
ext_dir that is absolute directory name of where files are located to
extract.  All setup routines must set that directory name correctly.
Make target.c compile if DEBUG is set.
1997-11-11 00:43:31 +00:00
thorpej
b85d82744a Fix a few bogons, add "sm" device. 1997-11-11 00:42:50 +00:00
scottr
b2fa1adcaf Fix tyop in last commit. 1997-11-11 00:13:10 +00:00
fvdl
f70699ffb4 Make this more up to date. 1997-11-10 23:51:50 +00:00
thorpej
b8d17bce4d This driver no longer exists. 1997-11-10 23:21:35 +00:00
thorpej
6a56bee4c0 Manual pages for "ec" and "we" drivers. 1997-11-10 23:18:23 +00:00
thorpej
774b159882 Change previous at request of contributor. 1997-11-10 22:41:50 +00:00
is
9360bfcc81 Remove remnants from ISA com console attachment code, which caused, due
to missing variable initialization, a panic on the DraCo.
1997-11-10 22:29:03 +00:00
ragge
7b60c8ed11 Fix multivolume installation bug; PR#4454. 1997-11-10 22:14:16 +00:00
mhitch
b0367937cb Fix typo: NRASTERRCONSOLE -> NRASTERCONSOLE 1997-11-10 21:59:18 +00:00
thorpej
ad274d7553 Add Allan 'Norm' Crain for his contribution of a Sun3/E, per gwr. 1997-11-10 21:37:33 +00:00
pk
85524f37b3 Set `dvma_cachealign' on Hypersparc. 1997-11-10 21:20:07 +00:00
pk
ba5e432c64 Check `auto_ifconfig' rc.conf variable, per Michael Hitch. 1997-11-10 21:13:01 +00:00
mjacob
479bc8877c Protect userland applications from the inline splraise function. 1997-11-10 18:23:50 +00:00
jonathan
9f8db6cd26 Add ideas from Simon Burge.
Mark things currently in progress, but which won't make it for today's
review, as `to do for release'.
1997-11-10 17:11:19 +00:00
is
7101646a4e Add some missing devices:
- cv64/3d in ZorroII mode
- Melody, HyperCom in the HTML file
1997-11-10 12:45:39 +00:00
is
ff1fd132f3 Forgot this yestereve: s/CV64CONSOLE/CV3DCONSOLE/ 1997-11-10 12:17:20 +00:00
fair
225f748158 build fdformat on sparc per PR#4459 1997-11-10 09:06:48 +00:00
jonathan
9dee06e184 Add px placebo driver to standard pmax options. 1997-11-10 08:26:33 +00:00
mycroft
402ecc3fed Clean up code from last commit. 1997-11-10 08:26:09 +00:00
jonathan
61531e7b2d fix typo ("/netsbd"). Use target call to copy /tmp/.hdprofile to target root. 1997-11-10 08:16:21 +00:00
hubertf
3c59683dc1 Remove unneeded RCS Id 1997-11-10 08:07:29 +00:00
jonathan
f3e413c744 Only duplicate /install.usr into the target /usr if we /install.usr exists. 1997-11-10 06:08:55 +00:00
jonathan
8f4cc24742 Change dist_list[] order in all md.h files to unpack base' before etc'. 1997-11-10 03:57:00 +00:00
phil
b9b9e9752b Remove comment on bim.8 man page. 1997-11-10 01:58:10 +00:00
jonathan
35c15567d3 Better, more correct pipeline for usr/bin files, from Simon Burge. 1997-11-10 01:52:46 +00:00
phil
29bc127e91 Remove unknown .even, complete a string in a macro call. 1997-11-10 01:50:25 +00:00
jonathan
b1def2c4bb Workaround for MI code running "/usr/bin/tar".
If installing from a pmax diskimage as both current root and target root,
the diskimage /usr/bin/tar is hidden underneath the target /usr mountpoint
when it's time to untar distribution files. From a comment in the change:

   Make sure any binaries in a diskimage /usrbin get copied
   into the current root's /usr/bin. (may be same as target /usr/bin.)
   The rest of sysinst uses /usr/bin/{tar,ftp,chgrp}.
   We cannot ship those in /usr/bin, because if we did
   an install with target root == current root, they'd
   be be hidden under the  target's /usr filesystem.

Requires updated diskimage build script which populates /usrbin with
tar, gzip, gunzip, ftp, and chgrp (all statically linked.)
1997-11-10 01:07:12 +00:00
hubertf
fa829ce599 Document $PKG_PATH and $PKG_DBDIR 1997-11-10 00:29:21 +00:00
is
f31e12d69d - recognize CV3D in Zorro-II mode.
- use board address space > 4 MB, instead of iszthreepa(), to detect Z3-mode
  boards. We dont want the bus, but want the address configuration.
- s/CV64CONSOLE/CV3DCONSOLE/
- s/cv3d_zorroIII == 1/cv3d_zorroIII/ and s/cv3d_zorroIII != 1/!cv3d_zorroIII/
1997-11-09 23:30:47 +00:00
lukem
a6ebb2c7b0 sort SEE ALSO by section 1997-11-09 23:03:06 +00:00
lukem
09bb14e8a7 minor cleanup 1997-11-09 23:01:47 +00:00
cjs
60c8449a61 sendmail 8.8.8 merge 1997-11-09 22:25:58 +00:00
cjs
3016f7f3b8 sendmail 8.8.8 import 1997-11-09 22:15:17 +00:00
chopps
e14205f5d8 add missing files 1997-11-09 22:14:52 +00:00
cjs
3acc53a34a sendmail 8.8.8 import 1997-11-09 22:14:04 +00:00
phil
1ec08fd982 Add code for handling NULL return from initscr(). Added "ERROR ACTION"
for user code for above error.
1997-11-09 20:59:11 +00:00
chopps
37ac6a5ba8 add -both arg for when one puts xsrc and src builds in same DESTDIR 1997-11-09 20:47:29 +00:00