Commit Graph

1285 Commits

Author SHA1 Message Date
chopps e14205f5d8 add missing files 1997-11-09 22:14:52 +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
phil 0e4140c713 - lower swap size for smaller systems
- fix bug in custom partition sizes that made huge swap partition defaults
1997-11-09 16:07:56 +00:00
phil 5337c61bc4 -TODO: Remove names as they were source name rather than names of who should
do it.
-change install confirmation message to outline install process
-move english print text into msg.mi.eng.
1997-11-09 15:54:15 +00:00
jonathan b3da2a1b88 Fix target prefixing to handle both root-in-swap (traditional miniroot)
and current-root-is-target-root (pmax diskimage.

 * Add code to check disk names (e.g., "sd0") against the current
   kern.root_device  sysctl (whic  does *not* include a partition).

 * Add new function must_mount_root():
   check to see if it's the same device as the root.  If not,
   the current and target root partitions cannot overlap.
   If they do, do statfs() on "/", and return 1 iff we get back
   "root_device" as the mounted-on filesystem, otherwise zero.

* Call must_mount_root() right after the user specifies a disk as
  install/upgrade target, and  if it returns 1, print a message asking
  them to mount root, and abort.

*  Use statfs("/")  mounted_from string to check if a disk partition
    (e.g., "sd0a") matches the current root.
1997-11-09 12:47:06 +00:00
jonathan 3b987e7971 * Add local definition of DISKLABEL_CMD to arch/i386/md.h.
* Remove default definition from disk.c.  Ports that don't support
  dislabels (e.g., amiga) can now just not define DISKLABEL_CMD.
1997-11-09 04:14:10 +00:00
mhitch 0dfa0df14c The amiga tty erase character is ^?, not ^H. 1997-11-08 23:02:05 +00:00
mhitch e711ce12ab The atari miniroot upgrade didn't need the network configuration files, but
we do on the amiga.  Add back the SYMLINKs needed to enable the network.
Remove a couple of [commented out] atari-specific lines.
1997-11-08 23:01:32 +00:00
mark e968859def Install notes for NetBSD/arm32. 1997-11-08 02:55:06 +00:00
mark 7555dda7db Remind the use which sets MUST be installed at the end of this script.
Don't try and install a kernel from the ramdisk image as this will now
be in a kern set.
1997-11-08 02:29:24 +00:00
mark 5cd730f2c3 Overhauled support for installing from CDROM. Support unsplit tar files
as well as split ones for installation sets.
1997-11-08 02:28:17 +00:00
mark de12bd8b16 Include sysinst. 1997-11-08 02:26:16 +00:00
mark b7fff31651 Initial commit of arm32 MD support for sysinst. 1997-11-08 02:17:16 +00:00
mrg 5952f7c2ce clean up a bit. 1997-11-07 23:07:37 +00:00
jonathan 5aa3e4ef06 reflect recent changes. Add more random ideas for features. 1997-11-07 14:12:27 +00:00
jonathan cb086002a9 Add annoyingly verbose comments to pmax md.c and md.h, to serve as
documentation for porting to more hosts.

Define DISKLABEL_CMD in MD code.
CAVS: ----------------------------------------------------------------------
1997-11-07 08:43:46 +00:00
mikel ff1bdcd3f8 back out last change 1997-11-07 05:34:07 +00:00
phil 042114bf68 A requirement from sysinst. 1997-11-06 22:00:27 +00:00
jonathan 121b2869f7 * Add merge_etc() in upgrade.c. Copies /etc.old/fstab to /etc/fstab
as last step of upgrade, so /etc/fstab exists after reboot.

*  util.c: correct sense of test in sanity-check helper check_for().
   Change variable name to `found' for readability.
1997-11-06 09:02:36 +00:00
phil 483e07a88c - add TODO file for developer communication
- add user notification/response for errors during tar extraction
- twiddle ask_ynquestion()
1997-11-05 23:32:44 +00:00
phil 99df3ac6f2 Add sysinst as an option in the start menu. 1997-11-05 22:58:22 +00:00
mhitch f36de6c906 Use getrawpartition() rather than a constant when creating the new fstab. 1997-11-05 22:49:06 +00:00
mhitch 174cd0f5ef Add an option to install or upgrade from a local disk filesystem. Upgrade
still needs an option to specify the distribution sets from a filesystem
present in fstab.
Add "ados" to the list file recognized filesystems.
Increase label information table size to 16 to allow for 16 partitions.
1997-11-05 22:45:53 +00:00
scottr 0b1a63b86b When deciding which md set lists to use, prefer $MACHINE over
uname -m
1997-11-05 22:08:22 +00:00
perry 16de89f71a small (1.2M) bootfloppy Makefile 1997-11-05 19:46:37 +00:00
phil 599cb5da3d Make extract_dist use the getit information. (Correct fix) 1997-11-05 07:48:52 +00:00
jonathan 77221dcc6a * Add code to run `test(1)' on target-root pathnames.
* Change find_disks: after mouting target root, check for
  /etc/fstab in target, and abort upgrade if not found.

* Change upgrade to check if the target root has /etc.old
  before renaming the target /etc -> /etc.old.  If found, abort.
  (may indicates a failed upgrade.)

*  Add save_etc(). saves target /etc as /etc.old, then copies back
   config files we might want during upgrade, in case target is current root.

* Fix logic that fscks and mounts disks. Use subroutines to
  fsck with a warning message and ok() on continue.  Same for doing mounts.

* Fix bug in extract_dist(). Do NOT do target prefixing on the dist_dir,
  since we didn't do target prefixing when mounting it.
  (At least, NFS does't.)

* Add function to  sanity-check target root.
   Call after upgrade/install  is done.

* Change MSG_realdir to print the strerror() of any errors.
  Change target_chdir() to check if chdir() returns -1 and return errno.

* Make sure /dev exists before cd'ing there and running MAKEDEV.

* Use target_fopen() and fprintf() to write network state to disk,
  to avoid inadvertent shell escapes.

* Fix silly typo in append_to_target_file. (maybe add shell quotes?)
1997-11-05 07:28:20 +00:00
thorpej 6b225ed22d Add Wilfredo Sanchez to supporting cast. 1997-11-05 06:29:05 +00:00
perry da801e20c2 Change default bootfloppy to 1.44M, and add a 1.2M "small" bootfloppy. 1997-11-05 03:39:51 +00:00
phil 443efc08d3 Complete -r flag addition, info was static, now path names are runtime
constructed so -r flag makes a diffference in the distribution directory.
1997-11-05 01:23:06 +00:00
phil 9e973cbe0a - extract_dist now uses dist_list to know which to extract
- Added -r rel flag to change the release tag on the tar files.
- Added Usage
- Fixed a menu bug (missing exit)
- Made target_expand available to all functions to produce correct
	file names.
1997-11-04 01:39:03 +00:00
jonathan 73cb26cbd6 Installation termcap file with entries for rcons on pmax framebuffers. 1997-11-03 10:57:02 +00:00
pk c9c773124f Add `nfsd' and `nfsiod' to the list of relocated files. 1997-11-03 10:15:23 +00:00
jonathan 409430d612 * Get current root device via sysctl(). Use it in target prefixing code.
Add more #ifdef DEBUG to target-prefixing.
* Fix niggle in creating a new resolv.conf: ctime()'s result ends in '\n',
  so don't include one after the %s for the timestamp.
* Change upgrade: add the same ``disk stuff done'' message used in install,
  so the user knows what's going to happen.
  (is a more tailored message useful?)
1997-11-03 09:47:00 +00:00
jonathan a5f389631d Make install() use msgc, not inline text, for the `disks done' text.
Expand that text, making clearer what sysinst is done, what kind of
errors to double-check for before proceeding, and what we're about to do next.
1997-11-03 06:18:08 +00:00
jonathan 3e74d705e2 * Clean up target.c to use a single consistent path-prefixing subroutine.
* Correct arg typo in mv_within_target_or_die().
* Add new path-prefixing entrypoints to fopen(), collect(), and do mounts.
* Use the above.  MI code is now clean of explicit references to /mnt.
* Lint: add `const' to collect()'s pathname arg.
  include <stdio.h> in factor.c, now that defs.h uses FILE*.
1997-11-03 02:38:41 +00:00
jonathan 2d4f71002f * Use getmaxpartitions() instead of explicit constant 8.
* Put newfs-and-mount code into a separate function, in case
  we want to support non-ffs filesystems.
* Check for the currently-mounted root, and don't newfs or mount it.
  Assumes md code will also avoid changing  that partition.
1997-11-03 00:04:53 +00:00
jonathan 17aa1054d7 Add more target_wrapper functions, to do
* renames of files from one pathname within the  target to another
    (e.g., mv_within_target_or_die("/etc", "/etc.old");
  *  check to see  if a partition name like "sd0a" is the current root
  *  Duplicate a file from the current root into the target root
     (for copying /netbsd from RAMdisk into the  target).
     A no-op if the root is the install target).
Start using these where appropriate.

Change net.c to avoid losing any information when updating network
config files: where possible, do appends to files that might have more
info than we got from the user (e.g., /etc/hosts.)

Where possible, add comment saying file was created/modified by sysinst.
1997-11-02 23:43:11 +00:00
phil 78a713a664 Add missing space in file name list. 1997-11-02 22:19:39 +00:00
kleink 19a9982852 Sync (basename(3), dirname(3)). 1997-11-02 16:56:48 +00:00
kleink aac78bc58f Add <libgen.h> header, from XPG4.2. 1997-11-02 16:34:21 +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
jonathan 1b07f33492 copyright boilerplate (oops) 1997-11-02 08:30:39 +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
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
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
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
mikel 0297ab5245 remove libossaudio_pic.a 1997-11-01 05:32:54 +00:00
mikel ff0c290972 remove libossaudio.so.0.0 1997-11-01 05:25:54 +00:00
phil 2cb88494a3 Tweeks to editing file system partitions, fix for PR4405, adding a method
to reselect the allocation multiplier while editing a disklabel.
1997-10-31 23:00:32 +00:00
jonathan a8e1a40058 Change MD label-edit code from i386 convention (d=whole disk, c=bsd slice),
to 4.3BSD-style (BSD uses whole disk, 8 partitions, c=RAW_PART, d=/usr).
Initialize variables appropriately.

May be a good starting template for sparc, vax, others?

Use symbolic defines to allow changing the partition used for /usr (to
add a /var partition, or for consistency with i386).
1997-10-31 22:21:19 +00:00
pk cb69025d2b Remove unneeded link to `/usr/sbin/installboot' 1997-10-31 21:53:25 +00:00
mhitch 6d3db8915a Initial updates to document install and upgrades using the MI miniroot.
Update revision numbers for 1.3.
1997-10-31 21:15:46 +00:00
mhitch 739aea03d8 Update for version numbering and a few typos. 1997-10-31 17:26:25 +00:00
phil 0b0e2488e2 Add missing parameter to function call msg_display in menu editfsparts. 1997-10-31 17:15:10 +00:00
carrel 6bd1dfb199 add in shared libs 1997-10-31 16:59:49 +00:00
bouyer de60757b60 Add tl man page (pointed out by Jonathan Stone). 1997-10-31 08:29:41 +00:00
mhitch 94d78ed95e Mount needs -u option to make root writable. 1997-10-31 04:41:47 +00:00
phil bc4e8c4cf1 Bug fixes for distribution sets from floppy, nfs and cdrom. 1997-10-30 00:03:32 +00:00
veego 39f42733f4 Increase the recommended size of the /usr partition and rewrite the
comment for the CyberVision64/3D after the Console mode works now.
1997-10-29 20:29:20 +00:00
mhitch 185510c972 Fix md_installboot() to use the correct arguments for installboot. 1997-10-29 17:36:56 +00:00
jonathan 6d61af0fc0 Add temporary, alpha-release, xserver set entries for old X11R5 pmax servers:
Xcfbpmax, Xmfbpmax, Xsfbpmax
  X11R5 rgb.{dir,pag} DBM-style font database
  symlink /store -> /usr/X11R6 (used by ancient, unpatched, X11R5  binaries)
1997-10-29 05:32:26 +00:00
jonathan 945dbf344e Old pmax-specific changes from my tree:
* Use md_make_bsd_partitions() code lifted from the i386 version,
    modified to set D partition size.
  * Add the MD messages used by the above to sysisnt/arch/pmax/msg.md.eng.
  * Add X11 sets xbase, xserver, xcomp to arch/pmax/md.h.
1997-10-29 03:06:35 +00:00
phil 2db6dfbd84 Sync to current state. Tweeks for disk discovery, ... 1997-10-29 01:09:51 +00:00
phil d626993ee4 Sync with current state. Includes selection of distribution sets, tweeks
to disk detection, and floppy load.
1997-10-29 01:06:42 +00:00
veego c9872b6bf8 Add xcontrib to xlists. 1997-10-28 17:29:45 +00:00
veego b8f7ab59c5 New set for xsrc/contrib. 1997-10-28 17:27:35 +00:00
veego e908462af2 To be consitent with the other sets:
- use ./usr and not usr
- remove duplicated directory entries
1997-10-28 13:43:44 +00:00
veego 2a1bd53cb0 To be consitent with the other sets:
- use ./usr and not usr
- remove duplicated directory entries
- add directories from the other xsets
1997-10-28 13:41:23 +00:00
veego 6f2a7e6f08 Add a new option '-x11' for the xsets. 1997-10-28 13:35:23 +00:00
scottr 614f21db94 Split X fonts out into a separate distribution set. 1997-10-28 08:01:32 +00:00
jonathan efc815d99c Add missing libSM. 1997-10-28 06:39:05 +00:00
veego 34341c444a New files under /usr/share/sendmail. From the base set. 1997-10-27 18:27:00 +00:00
veego 6df80f64c6 Remove the entries of /usr/obj and /usr/obj because they are now marked
optional in mtree/NetBSD.dist.
While I am here move the files in /usr/share/sendmail to the misc set.
1997-10-27 18:25:04 +00:00
veego 6f6ca3cfbc s/mat9/man9/ 1997-10-27 18:15:18 +00:00
veego a293498b24 Remove entries for if_le_isapnpvar.h and if_ed_isavar.h 1997-10-27 18:13:37 +00:00
jonathan d9f45f623b Add lib*_pic.a files. 1997-10-27 07:28:04 +00:00
jonathan 0c8d4acbc4 sysinst support for pmax, pass 0. 1997-10-27 03:34:32 +00:00
veego 992d8bfae0 update for the cv64/3d and the hypercom 3 and 4. 1997-10-27 00:28:07 +00:00
mark 064a421453 iomd.h is no longer installed in /usr/include/machine/
intr.h is now installed in /usr/include/machine/
1997-10-27 00:19:52 +00:00
mikel 2dfc6bfd9d update; from Steve Allen in PR misc/4346 1997-10-26 04:39:57 +00:00
mikel 24e5d9da11 update; from Steve Allen in PR misc/4345, with some additions by myself. 1997-10-26 03:32:18 +00:00
jonathan 966de441b6 Sync with mips, pmax include files installed by `make build'. 1997-10-26 02:46:32 +00:00
jonathan fc6bd92581 Add missing /usr/include header files and sort:
bfd/*.h i2c/*.
   dev/ic/{aic63630*.h,i82365*.h,tms32av110*.h}
   dev/isa/if_ed_isavar.h    dev/isapnp/if_le_isapnpvar.h
   dev/mii/*.h dev/pcmcia/*.h
   soundcard.h  termcap.h
1997-10-26 02:00:16 +00:00
thorpej 5992d80ec3 Add SAITOH Masanobu to supporting cast. 1997-10-24 20:53:26 +00:00
thorpej 86dd3691f3 Add Bill Studenmund to supporting cast. 1997-10-24 20:40:41 +00:00
jonathan fc16fe2241 Add X11R6.3 ELF shared libraries. 1997-10-23 23:47:07 +00:00
jonathan f11d2bba47 Kill man4/imp.4 (not just cat4/imp.0). 1997-10-23 22:29:52 +00:00
jonathan bc8e181331 Re-sync with 1.3 release tree, pass 0: nuke missing references
* step shared libc version to 12.20
 * pick up move of com(4), lpt(4) headers from dev/isa to dev/ic
 * remove imp.4  (Arpanet 1822)  manpage.

For now, leave manpage references to syscalls that are still emulated
in libc dangling.
1997-10-23 22:07:53 +00:00
phil 345ae6924d Recover more bits lost in my earlier blunder. Get update working.
Other minor tweeks.
1997-10-22 15:28:33 +00:00
is 560b960e0d finalize Objective-C support, closing PR 4200 by Peter Simons:
- add /usr/include/objc to mtree
- set libobjc/Makefile INCSDIR=/usr/include/objc
- put to-be-installed includes to libobjc/Makefile into INCS=
- add the Objective-C source files to the appropriate lists.
- as the objc include files are installed now, no need to patch most
  of the files.
- add /usr/include/obj/* to src/distrib/comp/mi
The changes have been applied to gcc2netbsd, and this script was then used
to create the new version of the files in libobjc/.
1997-10-22 12:56:37 +00:00
lukem 07b16fa2db use CPPFLAGS instead of CFLAGS 1997-10-22 02:20:09 +00:00
lukem e48b312006 use CPPFLAGS instead of CFLAGS, fix dependancies, add RCSID 1997-10-22 02:17:11 +00:00
lukem ad6d6347fe use CPPFLAGS instead of CFLAGS 1997-10-22 02:11:56 +00:00
lukem b885d5c559 use CPPFLAGS instead of CFLAGS 1997-10-22 01:42:36 +00:00
bouyer c2223c1fbe Correct ThunderLAN spelling 1997-10-21 06:02:09 +00:00
scottr 4cb9c325b3 Oops. Move shared libraries from mi to md.mac68k. Pointed out
by Bernd Ernesti.
1997-10-20 17:03:57 +00:00
veego 83d19d1e6e Add amiga md server. 1997-10-20 08:45:32 +00:00
mrg 8e7401b98d add sparc md servers. 1997-10-20 07:21:21 +00:00
scottr 439b357821 Add empty set lists for ports that already have distribution sets. 1997-10-20 06:52:26 +00:00
phil 39725806db Floppy and cdrom distribution load. Other tweeks to improve installation
and upgrade.
1997-10-20 06:13:25 +00:00
perry cc828cfe1b 12G -> 13 1997-10-20 05:20:29 +00:00
perry ecaa3c65df Note the fact that this document is out of date -- it must be fixed
soon!
1997-10-20 05:18:34 +00:00
perry 1421bb1bd0 12G -> 13 1997-10-20 05:14:30 +00:00
perry 0f0dec44fc Remove false reference claiming that WD7000 support isn't present in
the small floppy, given that there is no such beast any longer.
1997-10-20 05:11:57 +00:00
perry a6d37913df Update for 1.3 alpha -- still needs some work. 1997-10-20 05:08:42 +00:00
perry 550589fa61 Update for 1.3 1997-10-20 05:03:57 +00:00
ender 2da6f5db2c o Updated distribution notes to reflect latest installation procedures
and hardware support
o Made note of the X11 distribution sets in the contents section
1997-10-20 00:01:36 +00:00
pk 036bc1c3d0 Retract statement about audio on LXen. 1997-10-19 21:08:53 +00:00
scottr f470d346c3 Add MI and mac68k-specific X11 set lists. 1997-10-19 18:54:51 +00:00
soda 34eaabcd16 These problems are fixed by thorpej's ahc->sc_xxxq, since Dec 02 1996. 1997-10-19 18:07:56 +00:00
oki 6aa7bad1fc Remove old-style install image. 1997-10-19 15:39:14 +00:00
oki a88eb35d75 Update for new bootfloppy/ramdisk 1997-10-19 15:38:34 +00:00
oki 5a9cb7b516 Remove old-style install image. 1997-10-19 15:33:26 +00:00
oki dc3654b410 Initial commit of installer use ramdisk image.
lifted from i386, modified for x68k by me.
1997-10-19 15:29:04 +00:00
matt ff0c62458b Add some PCMCIA devices (done while noting DEC DEPCM-BA and DE305 support). 1997-10-18 23:03:51 +00:00
mark 8f1ba91f0e Update for location of runlist.sh and list2sh.awk 1997-10-18 07:45:00 +00:00
mark c98ceb6a1b Missed these from the earlier commit of the files to build a ramdisk image. 1997-10-18 07:42:31 +00:00
mark accfff0e35 Common bit of Makefile used by the Makefiles in the subdirectories. 1997-10-18 04:15:37 +00:00
mark dcf807c409 Add Makefile for building sub directories. 1997-10-18 04:15:01 +00:00
mark 24e33d98ad Initial commit of an install ramdisk image build. 1997-10-18 04:05:47 +00:00
mark ca363acbb6 Initial commit of an install ramdisk image build. 1997-10-18 04:05:39 +00:00
mark 416fa2941b Initial commit of an install ramdisk image build. 1997-10-18 04:05:19 +00:00
phil 578886c5b8 Tweeks to make install better (take two)
- route messages to /dev/null
- remove // in some file names
- clear screen at proper times
1997-10-17 22:24:20 +00:00
phil fd205c739f Try to recover from a mistake of mine where I lost bits. 1997-10-17 22:17:05 +00:00
phil 88ca252c34 Tweeks to make install nicer. 1997-10-17 21:10:39 +00:00
phil 9298c97b61 Add sysinst to ramdiskbin
Move to use init_s to make room for sysinst
(Note: sysinst is not automatically run, it still uses the old install
process.  One can choose "shell" and then run sysinst to use it.)
1997-10-17 21:02:34 +00:00
bouyer f60e10920c Note support of Compaq's thunderland-based network adapters 1997-10-17 19:29:20 +00:00
is 43a0e5b910 Mention Melody board. 1997-10-17 13:42:00 +00:00
phil 15274f8880 Update to current state. Install and upgrade nearly finished. Disk
discovery and geometry no longer use /kern/msgbuf.
1997-10-15 04:35:17 +00:00
mycroft da169d6900 Add unformatted man pages. 1997-10-13 14:11:19 +00:00
thorpej ecacf28412 Added Lonhyn T. Jasinskyj to supporting cast, and change to use NetBSD.ORG
e-mail addresses where possible.
1997-10-10 23:47:36 +00:00
jtc c8f77c0b8b Fix tipo inherited from old version of TNF copyright template. 1997-10-09 07:25:45 +00:00
veego 4e9c981391 Update the supported hardware. 1997-10-08 20:10:42 +00:00
phil 9f2b3143db Update to current state. 1997-10-07 04:01:29 +00:00
jonathan ca201eb4fc Partial update for 1.3. 1997-10-06 20:54:34 +00:00
phil 7f55972efc Sync with current state. Fixes PR 4193. factor.c -- replce prime table with
code to generate needed primes.  Change copyright because prime table was only
code under previous copyright.
1997-10-01 05:04:24 +00:00
is 5379dca61e /etc/magic -> /usr/share/misc/magic 1997-09-30 17:00:30 +00:00
is 074614ee2d update 1997-09-30 14:07:35 +00:00
is 38208dcb4f Update. 1997-09-30 13:59:41 +00:00
phil 0b4bc7e6b8 Add cat4/pc532/scn.0. 1997-09-30 04:54:18 +00:00
phil 35e522db38 Sync to current state. (detect ftp error, clean up directories ...) 1997-09-27 00:09:22 +00:00
phil af1d23bed3 Import of sysinst. Not quite ready, but other ports want access for
parallel development.  i386 version about 90% complete.  pc532 version
just started, other architectures later in coordination with portmasters.

This is a curses based, menu driven installation program.

Better error checking is needed.
1997-09-26 23:02:53 +00:00
phil 8ca6c062d5 Add menuc and msgc to compiler distribution. 1997-09-26 22:05:55 +00:00
leo 4f74685857 Refurbish the ftp_install function:
- it now tries to find out if there are files that look like install
    sets in the remote directory.
  - it is possible to change to another directory when there are no
    things like install-sets around.
  - you can even get a directory listing while trying to find the
    correct directory (wow ;-)
  - when the correct directory is found, you can tag the sets you want to
    extract (like in all(?) other cases). The only difference is that the
    get-install sequence is batched.

There is still plenty of room for improvement, but it's getting workable.
1997-09-25 06:25:50 +00:00
jeremy 449baf4d93 The sun3x distribution list. (Almost identical to sun3, will be merged
someday.)
1997-09-24 08:17:26 +00:00
jeremy 83676e3b7c Added leds.h for /dev/leds. 1997-09-24 08:12:36 +00:00
is a3683f2819 We don't need md_get_ifdevs any more; install.sub calls ifconfig -l
nowadays.
1997-09-23 13:48:33 +00:00
scottr 9aa1556f94 Add a termcap file (mostly cribbed from the sun3 miniroot), and use it. 1997-09-23 06:12:21 +00:00
scottr 16983d9f2f New and improved miniroot, suitable for embedding into kernels. 1997-09-22 23:37:19 +00:00
scottr eb7d37446f Remove obsolete miniroot configuration. 1997-09-22 23:37:08 +00:00
scottr de9a20d706 Add a VND_GEOM variable for optionally specifying a geometry
to vnconfig(8).
1997-09-22 21:33:31 +00:00
veego 77a3c0b696 Sync. 1997-09-22 08:28:15 +00:00
lukem ae454c092f regenerated by localsrc/admin/mirrors/fmt.pl 1997-09-22 03:43:38 +00:00
chopps 1a03e6d991 use different path to grab kernel 1997-09-21 18:37:37 +00:00
chopps 4cc7bf4619 bring up to date 1997-09-21 18:36:19 +00:00
chopps 25771c78e5 fix paths, should be relative 1997-09-19 14:17:22 +00:00
thorpej a36727d108 Add Kazuki Sakamoto, update Hubert Feyrer's e-mail address. 1997-09-19 09:13:46 +00:00
mycroft 2561362e68 Reword the `domestic' items a bit so they do not state an explicit legal
opinion regarding ITAR/EAR.
1997-09-18 17:38:40 +00:00
cgd 07a211906a move me out of port maintainer list, into supporting cast list 1997-09-15 17:05:57 +00:00
thorpej fa5b3fb276 Mass update of Supporting Cast (I need to remember to do this
when I create the accounts!):

Erik Fair, Matt Thomas, Juergen Hannken-Illjes, Matthias Drochner,
Manuel Bouyer, Klaus Klein, Rob Deker, Alistair Crooks, Steve Woodford,
Matthew Jacob, Marc Horowitz, Kevin Lahey, Paul Vixie, Darren Reed,
Dave Carrel, Colin Wood, and John Birrell.

Also, update Port Masters:

Jeremy Cooper and Gordon Ross (sun3x)
1997-09-14 18:11:46 +00:00
thorpej 39e49c01a1 Update Lennart Augustsson's e-mail address (the NetBSD.ORG address should
be listed, if possible).
1997-09-14 17:44:08 +00:00
phil 378e2bc162 Add Lennart Augustsson <augustss@cs.chalmers.se> to supporting cast.
Closes PR4106.
1997-09-13 00:05:22 +00:00
jtk 6e0f2df205 minor mods:
* BIOS for NCR only needed to boot
* eliminate redundancy in APM description
* wordsmithing on driver inclusion in INSTALL kernels
1997-09-12 03:39:12 +00:00
is f88e00fba3 First hack at generic miniroot installation for NetBSD/Amiga.
Needs refinement at a few places, probably, and the docs still need to be
rewritten.
And we _still_ don't have a native partition table editor in the tree.
1997-09-09 23:07:03 +00:00
is cd718ac0c1 More changes, while working on Amiga generic miniroot stuff:
- added method BOOTINSTALL, for an architecture to optionally install a
  bootblock in the miniroot (this works for Amiga)
- added Amiga keymap directories
- removed the subdir selection from mount_local_disk() and mount_nfs(), and
  the remains from mount_cdrom(), as all are handled now by the subdir
  navigator in mount_from_installed_fs()
1997-09-09 23:02:04 +00:00
thorpej 2fb53b41ca Add Christoph Badura, David Brownlee, Enami Tsugutomo. 1997-09-09 01:01:56 +00:00
pk 603d8d5607 Don't leave /etc/rc.conf "unconfigured". 1997-09-08 23:25:01 +00:00
pk 6e885e06dd Do not present media type `manual' as a default choice. 1997-09-08 23:22:44 +00:00
is 61334d9eb4 - add support for split sets (like: base12G.aa ... base12G.bq)
- add a subdirectory navigator for moving around in mounted CD-ROMs and
  disk or network partitions.
  Still a bit rough: should have explicit ".." support.
1997-09-07 22:43:13 +00:00
pk 5f918826ae Add dev/ic/smc91cxxreg.h and dev/ic/smc91cxxvar.h 1997-09-07 17:21:41 +00:00
pk 01c625b932 add sparc/intro.0 1997-09-07 17:19:00 +00:00
pk 939d37fe68 remove etc/myname 1997-09-07 17:16:47 +00:00
bouyer c9f89582da Add an entry for ATAPI CD-ROMs. Also the section about SCSI and ATA(PI)
to explain how devices names are assigned.
Also restored some tabs.
1997-09-03 07:37:22 +00:00
is 4f1f662f6c Fix type (_fstype vs. _filesystem); and use partition "a" on CD as default. 1997-09-01 21:16:01 +00:00
is bf9cc7d6ed We dont need to mention 'sd0*' any longer. 1997-09-01 19:21:46 +00:00
perry f7e639f48f sync to reality 1997-08-31 23:49:15 +00:00
scottr 2b9ca8ce80 Add intr.h, found to be missing by Michael Wolfson <mw34@cornell.edu>. 1997-08-29 00:20:50 +00:00
perry 9891493884 mount root ramdisk rw in .profile 1997-08-22 18:23:08 +00:00
perry 945e8578f4 improve the net interface config stuff 1997-08-15 23:03:57 +00:00
perry ddf588bf6c update to reality 1997-08-15 19:00:37 +00:00
perry 99d9add0bf update to reality 1997-08-15 18:55:37 +00:00
perry c02c7b32f6 update to current reality 1997-08-15 18:48:47 +00:00
scottr 23a165dfe8 Need machine/kcore.h, too 1997-08-07 22:57:32 +00:00
hannken 417f8e4a63 Fix wrong values for free blocks/inodes versus `bytes per inode'. 1997-08-07 18:09:49 +00:00
hannken 6f746d6d8c Add new variable `INO_BYTES' for the `-i' parameter to `newfs' and set
to 204800 instead of 6144. This gives 16k more data space with 61 inodes
left. Variable may be overwritten from command line.
1997-08-07 11:32:00 +00:00
hannken ebbcf2e45f Add `bin/mt', `sbin/restore' and `sbin/rrestore' so the bootdisk is useable
as an emergency disk.
1997-08-06 20:57:57 +00:00
pk dffa41f350 Add mountd to thelist of moving files. 1997-08-05 08:44:03 +00:00
phil b218474661 In Config(): hostname.XXX -> ifconfig.XXX for new netstart. 1997-08-04 22:33:58 +00:00
leo ffb43470c8 Creat the /kern directory, so we can mount /kern before we have a writable
root.
1997-08-03 20:12:17 +00:00
leo efe156d5f9 Mount /kern/rootdev instead of /dev/md0. 1997-08-03 20:10:22 +00:00
leo fc468be2d7 Add a disktype to satisfy vnconfig.. 1997-08-03 20:08:39 +00:00
matt 44259e8e0b Note that EtherWORKS III are now supported. 1997-08-03 13:31:21 +00:00
pk 186ef97c9c Update. 1997-08-03 13:12:43 +00:00
perry 5ea0f7b67b crunch utilities moved to /usr/src/usr.bin 1997-08-02 20:28:08 +00:00
veego 777676aa51 Sync. 1997-07-31 12:08:37 +00:00
phil 7e64b24b2c Changes to deal with vnds that need to be disklabeled. Using
vnd?d for vnconfig and vnd?a for newfs/mount.
1997-07-29 18:07:48 +00:00
thorpej 57e27962c0 Add "Numerical Aerospace Simulation Facility, NASA Ames Research Center",
per request of NAS management personnel.
1997-07-28 02:37:41 +00:00
scottr f6a72fb05a Add critical information for successfully booting NetBSD/mac68k. (How
could this have been missed for so long?)  Based on additions by Ken Nakata
<kenn@eden.rutgers.edu> in PRs 3839.
1997-07-25 23:29:42 +00:00
jonathan c89683a7a5 remove old Sprite-compatible header files machAsmDefs.h and machConst.h 1997-07-19 07:02:04 +00:00
mark 7feb9cc5e5 Note changes in the machine header files. Added pic versions of the
libraries.
1997-07-17 00:01:45 +00:00
mark 93ddb28afe Added shared libraries, lkm's and fdformat to the arm32 list. 1997-07-17 00:00:10 +00:00
phil 8c0dc30324 Add files for /usr/share/sendmail to base mi list. 1997-07-16 23:56:38 +00:00
mark 1fef291468 Added fdformat.0 man page for the arm32 port. 1997-07-16 20:00:23 +00:00
is bd8f6b11f3 Note the addition of FPU emulation. 1997-07-16 11:43:09 +00:00
mikel b3f3644fcf add setlocale(3) and toascii(3) 1997-07-16 06:27:12 +00:00
pk 54c37dd087 Make DISKTYPE optional; default to vnd's builtin geometry.
Make `vnd0c' the default vnd device (instead of `vnd0a').
1997-07-15 08:16:36 +00:00
pk e65c520c5f Mention ifconfig(8)'s `media' parameter instead of `link[01]'. 1997-07-14 14:59:23 +00:00
pk 5372285b58 Remove cautioning against using `disklabel -r ..' 1997-07-14 14:57:49 +00:00
is f44bc4cec2 Note the addition of Amiga audio and DraCo RTC, and the availability (although
since long time) of A2000/A3000/A4000 RTC.
1997-07-10 17:43:19 +00:00
leo 9dd14536bd Sync. 1997-07-10 13:47:42 +00:00
scottr 348e1c023c Add a header file I missed some time back. 1997-07-09 05:52:22 +00:00
veego 34915ccca5 Sync. 1997-07-08 17:20:30 +00:00
perry 42e0f38878 Close pr-2333 from hwr@pilhuhn.de by noting that the install/upgrade
floppy only groks wd[01] and sd[012] so you shouldn't put install sets
on high numbered drives.
1997-07-08 15:55:12 +00:00
pk 65daf28750 add ttymsg.0 & isofs/*.h 1997-07-04 22:33:48 +00:00
pk b51e34014d /usr/sbin/installboot => /usr/mdec 1997-07-04 22:28:35 +00:00
jeremy 656e1eaced Don't use a temporary file to record the read/write status of the root file-
system.  The temp file isn't erased during reboots and causes problems the
next time the install script is run.
1997-06-30 21:26:42 +00:00
ragge d55ff0e1b9 MD vax distribution files. 1997-06-30 19:34:46 +00:00
ragge cdb53701a8 Distribution notes for vax. These files should really have been here
many years ago.
1997-06-30 19:00:52 +00:00
jtc 1d698f906a Use the real names of libdes functions when creating manpage links
instead of abbreviations.
1997-06-27 00:49:01 +00:00
veego 9e842f0899 Add ./usr/share/man/cat1/grfinfo.0, ./usr/share/man/cat8/fdisk.0
Remove ./usr/share/man/cat8/amiga/boot.0 and double
./usr/share/man/cat8/amiga/makedev.0
Move bad144.0 from cat8/i386 to cat8.
1997-06-24 19:56:31 +00:00
veego 61eb4191c8 Add ./usr/share/man/cat8/ntptime.0
Move ./usr/share/man/cat8/fdisk.0 to man/md_share
1997-06-24 19:55:19 +00:00
veego c9852b2921 Add ./usr/include/dev/tc/{clockvar,mcclockvar}.h,
./usr/share/man/cat3/{kvm_dump,kvm_dump_inval,kvm_dump_mkheader,
 kvm_dump_wrtheader}.0
s/vndioctl.h/vndvar.h/
1997-06-24 19:54:25 +00:00
veego cd1e7c2102 Move ./usr/share/man/cat3/{kvm_dump,kvm_dump_inval,kvm_dump_mkheader,
kvm_dump_wrtheader}.0 to comp/mi
1997-06-24 19:51:38 +00:00
veego b413c79c1c Add ./usr/sbin/ntptime, ./usr/share/man/cat1/{atari,i386,x68k},
./usr/share/man/{cat3,cat5}/i386, ./usr/share/man/cat8/{mvme68k,sun3x},
 ./usr/share/man/man1/{atari,i386,x68k}, ./usr/share/man/{man3.man5}/i386,
 ./usr/share/man/man8/{mvme68k,sun3x}
1997-06-24 19:50:16 +00:00
thorpej 3490af152e Update for changes to vnconfig(8). 1997-06-23 21:50:40 +00:00
thorpej c066db370d Update for change to vnconfig(8). 1997-06-23 21:40:16 +00:00
thorpej ed4c805216 Update for changes to vnconfig(8). 1997-06-23 21:29:50 +00:00
thorpej 278032974f Update for changes to vnconfig(8). 1997-06-23 21:18:34 +00:00
is cadf1d32d2 fdboot is too big again. leave it out. 1997-06-23 20:44:49 +00:00
mrg b2fe0403a4 move man pages into share/man. 1997-06-23 14:19:51 +00:00
mrg 5667e094a1 move man pages into share/man. 1997-06-23 04:23:46 +00:00
mrg 9fd353f5d7 dlxxx.0 man pages should be already in md_share. 1997-06-23 03:45:28 +00:00
mrg 90a52da37a move man pages into share/man. 1997-06-23 03:30:19 +00:00
mrg 57d82a8b27 move man pages into share/man. 1997-06-23 02:05:21 +00:00
jtk 4af615ba1b add esp.0 1997-06-23 01:20:07 +00:00
jtk 712a7863e8 unmount before running installboot so this works on securelevel >1 systems 1997-06-23 01:14:32 +00:00
pk 63a16956e7 Don't bother with initializing `RELOCATED_FILES_13' to the empty string. 1997-06-22 22:28:43 +00:00
pk 8cd300a821 Add `installboot' to list of files that have moved since 1.2 1997-06-22 22:26:42 +00:00
christos 65650e234d Make this work with objdirs. 1997-06-21 21:30:49 +00:00
veego 2fa14056f8 Sync for dumpfs, dumplfs and quotacheck. 1997-06-21 19:36:16 +00:00
mikel 08146f8adc add /etc/profile 1997-06-21 06:10:03 +00:00
pk 1b0d39a29d Add a list of files (tagged with release number) that have shifted
locations since the last release. These files are removed if the
upgrade sets installed them in the new locations.
1997-06-20 20:28:41 +00:00
veego c346252c6b Sync. 1997-06-20 20:22:59 +00:00
perry c6bccee655 Get rid of awk. We don't need it any more, and we can use the space
better for other things.
1997-06-19 17:28:29 +00:00
perry 4411c926a8 fsck and fsck_ffs are no longer the same program 1997-06-19 16:56:57 +00:00
lukem d138a32e56 add inet_net{,ntop,pton}.0 1997-06-18 02:33:53 +00:00
perry 057693aba6 1) upgrade the boot blocks with installboot, not disklabel!
2) always fsck the partitions before mounting. (I even force fsck now,
   just to be sure.)
1997-06-18 00:11:28 +00:00
perry b1eb259787 Make sure the created fstab has a swap partition! Otherwise, in the
new world order, you won't have any swap space! Bad!
1997-06-18 00:09:17 +00:00
perry 9a6b119bd8 boot-.fs -> boot.fs 1997-06-17 16:50:00 +00:00
mikel f9c1322ae2 use _VER for NetBSD version; note that fileset names must still be
updated by hand.
1997-06-17 08:02:47 +00:00
mikel aee96d97f1 add support for automatically inserting the NetBSD version, using the
version number from /sys/conf/osrelease.sh.
replace MACHINE symbol with _MACH, and define _VER for version number.
fileset names must still be updated by hand; this is a bit harder to
  fix unless GNU cpp's -traditional-cpp flag is used.
1997-06-17 08:00:13 +00:00
perry ac6d0343d7 removed some redundant cites 1997-06-17 02:59:45 +00:00
perry 8a8e30217f 1.2E -> 1.2G (someone should automate this) 1997-06-17 02:57:40 +00:00
perry 10b278aa32 sync with reality 1997-06-16 22:20:07 +00:00
perry e9faa92a39 add fdisk to install ramdisk 1997-06-15 23:16:33 +00:00
perry 3148c0e429 Initial commit of new single floppy install/upgrade system. 1997-06-14 18:56:00 +00:00
perry 721bf6cb09 obsolete 1997-06-14 18:33:15 +00:00
perry 350f363582 obsolete 1997-06-14 18:30:53 +00:00
mikel 0a5a273048 I found one file where I used the Bezerkeley advertising clause, oh well 1997-06-14 08:26:04 +00:00
perry c4c99518a6 update for 1.2G 1997-06-14 06:17:22 +00:00
veego 4352a9c55a Add ./usr/include/m68k/param.h 1997-06-10 07:57:05 +00:00
jonathan 6611e392af Add compat_ultrix manpage to lists/man/mi set. 1997-06-08 21:45:10 +00:00
veego e1af84cc37 sync to reality. 1997-06-05 20:50:24 +00:00
perry f2b935d7c6 make closer to reality. 1997-06-04 21:39:34 +00:00
perry fb7dc23a39 sync to reality 1997-06-04 18:22:07 +00:00
lukem 56e7a6f2db fix typos. from Kouichi Matsuda <kmatsuda@elsip.hokudai.ac.jp> in [i386/3454] 1997-05-30 01:34:42 +00:00
veego 31c759562c Add ./bin/rcmd 1997-05-29 21:08:12 +00:00
is 29a25de5db installboot belongs into /usr/mdec 1997-05-28 23:51:44 +00:00
is 844c3b3dbb We're at 1.2E, currently. 1997-05-28 23:49:50 +00:00
is b95eba1252 Updates; from my recent netbsd-1.2D snapshooting efforts. 1997-05-28 23:47:23 +00:00
jeremy d94100578a Added sd1 devices to /dev directory. Must have been skipped. 1997-05-26 03:26:07 +00:00
jeremy 6225100b00 Sync with rd_ -> md_ RAMDISK changes. 1997-05-26 02:51:46 +00:00
jonathan 1f169691f6 Delete binutils-2.6 ld (ld.old). Kernel now built with current ld and a script. 1997-05-26 01:33:53 +00:00
veego 328e0b62a5 Add ./usr/include/zconf.h 1997-05-25 23:01:35 +00:00
is 0f35120351 Add the ethersubr documentation. While we're here, sort the list. 1997-05-25 16:10:52 +00:00
is 3247d49e14 Installboot is know in /usr/mdec. 1997-05-19 21:26:23 +00:00
is 84c038a464 Installboot is now in /usr/mdec, and its manpage in /usr/share/man/cat8/amiga. 1997-05-19 21:23:52 +00:00
kleink 7fd669bfe6 Add libposix. 1997-05-18 20:48:38 +00:00
is 8219088bd8 Stuff I needed to build the last NetBSD-12D/Amiga snapshot. 1997-05-14 22:19:45 +00:00
gwr 02104984d9 Kill -D_ZLIB_PRIVATE 1997-05-13 23:14:11 +00:00
veego 0bbc3a600d Add Tobias Abt, Markus Illenseer and Michael Teske. 1997-05-11 21:19:04 +00:00
veego 5a318f6b3b Updated for new cirrus and et4000 boards and increase the /usr size. 1997-05-11 20:58:42 +00:00
veego 681b8b08c7 Add missing REV changes from lukem:
>Don't hardcode in the current release information; generate it
>automatically on the fly, by using
>	`sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s`
1997-05-11 08:58:56 +00:00
lukem 6709a268be Don't hardcode in the current release information; generate it
automatically on the fly, by using
	`sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s`
1997-05-10 15:42:53 +00:00
mycroft b2a77a6aa4 Don't use _SUBDIRUSE outside of bsd.subdir.mk. 1997-05-07 17:06:16 +00:00
mycroft 222fdb5510 Sort. 1997-05-07 12:01:10 +00:00
pk 48dcd4eff7 * ftp setup: don't echo password
* network interface configuration:
	- use new ifconfig(8) capabilities
	- adapt to changed ifconfig(8) output
	- use new config files (ifconfig.xxn)
1997-05-01 13:26:54 +00:00
pk 3be181bda6 Synchronize. 1997-04-30 19:49:00 +00:00
pk c0fdd00487 Synchronize. 1997-04-30 19:45:47 +00:00
pk 517d6dc879 Synchronize. 1997-04-30 18:34:24 +00:00
cgd 1c176a94c4 rcs id cleanups 1997-04-18 18:05:24 +00:00
cgd 16e1561afb add a script which can be used ot build a distribution image 1997-04-18 18:02:09 +00:00
scottr 162a1cb893 Update for current reality. 1997-04-07 23:24:11 +00:00
scottr 29670532ca Add missing m68k includes 1997-04-07 23:22:14 +00:00
scottr c66cc81aa0 Update for new files since last commit 1997-04-07 23:21:15 +00:00
is e934bd737e Some corrections (mostly typos) by Thorsten Frueauf (PR 3315). 1997-04-07 17:47:50 +00:00
leo 3a66d25aaf Add 'wd[0-9]*' as a possible disk device. 1997-04-04 20:57:23 +00:00
jonathan f7e792279e Move mountd, nfsd, nfsiod to /usr/sbin 1997-04-01 17:38:56 +00:00
is ba42360d18 Move mopa.out manpage back to base, where the binary already is. (Should it
be in comp instead?)
1997-03-30 12:11:59 +00:00
is 9c5a4a0182 - move mopa.out man page to comp
- add cpu_reboot(9)
1997-03-30 11:32:59 +00:00
is 5f3ff121fb Mention installboot, the bootblocks and screenblank. 1997-03-30 09:13:44 +00:00
veego f4139556c1 The Ariadne manpage is no longer needed (/usr/share/man/cat4/amiga/ae.0) 1997-03-28 10:53:58 +00:00
mikel 3188b7933b add ktrace(2) and shmdt(2) 1997-03-27 02:42:36 +00:00
thorpej 1dad4ef8c6 Add the following individuals for their dontations of money and/or
equipment to the NetBSD Project:

	David Brownlee
	Ralph Campbell
	Christopher G. Demetriou
	Scott Ellis
	Perry E. Metzger
1997-03-25 18:40:07 +00:00
perry 4deb4b43b7 Update to describe new upgrade floppy system 1997-03-25 06:35:04 +00:00
perry 29128f0d7e fix silly typo 1997-03-25 06:25:04 +00:00
perry 4deae47f44 add information on kern set 1997-03-25 06:20:56 +00:00
perry 508181ed7a describe "kern" set. 1997-03-25 06:16:24 +00:00
perry 80067d7a43 Update for the new ramdisk based install, with the installed kernel
implicitly moved into the kern??? set.
1997-03-25 06:09:06 +00:00
perry fe395da669 Update to the new set of ramdisk based installs, etc. 1997-03-25 06:04:23 +00:00
perry 83e59afff5 Update. In particular, remove refernces to the kcoth/kcadp split (we
no longer have split kernels) and remove references to "kernel copy"
floppies since we are now using ramdisk boot kernels.
1997-03-25 05:01:51 +00:00
perry c9d61d5cd3 Partial upgrade of document to describe the interim SSTO floppies. I
haven't renamed 1.2 to 1.2D everywhere since thats transient anyway...
1997-03-25 04:50:06 +00:00
perry 76b7132eeb Update to add Matthias Drochner and yours truly. 1997-03-25 04:21:07 +00:00
perry 852b0f3606 Add a couple of missing zoneinfo files. 1997-03-25 02:58:56 +00:00
perry 740c418b30 add mop* man pages (should be in section 8!) and arp*.9 man pages 1997-03-25 02:56:35 +00:00
perry bd94b26fd7 add /usr/sbin/mop* and resort 1997-03-25 02:50:48 +00:00
perry 4545fe75b6 Update for recent arp changes. 1997-03-25 02:45:50 +00:00
christos d59123b39b - Makefile cleanups 1997-03-24 22:15:37 +00:00
cgd 575d2214af punt rc.hack for now. It's not so happy with a shared-lib-based system,
because it wants to use sysctl and sysctl is normally dynamically linked,
and it doesn't have the shared libs available when it wants to use it.
The right thing to do (if i want to propagate this hack) is to build a
statically-linked sysctl rather than copying the dynamically-linked one.
1997-03-18 20:04:11 +00:00
veego d27d7804f7 Bump the REV to 12D to get in sync with param.h and newvers.sh.
This REALLY needs to be in ONE file and not in 11 files.
1997-03-16 11:26:15 +00:00
thorpej 7118724a3d Sync with reality. 1997-03-14 02:34:24 +00:00
cgd fd09f1ffb0 update for current FTP site files 1997-03-14 00:56:03 +00:00
mycroft c1ed71f4c1 Rename image to inst${REV}.fs, for consistency. 1997-03-13 01:44:40 +00:00
mikel 1186720517 eliminate leftover header from bt -> bha conversion; noted by Enami
Tsusgutomo in PR kern/3310.
1997-03-11 04:24:03 +00:00
mikel 8a50dcb5df eliminate dangling references to config.old;
from Klaus Klein in PR misc/3295.
1997-03-06 23:41:22 +00:00
jonathan 49c786a6af * Add symlinks from lib<foo>.so.<major> to lib<foo>.so.<major>.<minor>.
When given -l<foo>, ld links against  lib<foo>.so. Ld finds the version
  number provided and written into the .so file by "-soname" when the
  library was built, and writes that into the shared binary.
  The -soname version  we use is now lib<foo>.so.<major>.
  At run-time, ld.so links against that file, so we need that symlink
  as well as the lib<foo>.so symlink.
1997-03-06 03:58:01 +00:00
scottr e5af1860be Remove my email address, giving a pointer to the port-mac68k list instead. 1997-03-03 04:25:39 +00:00
scottr 1da48281ff The LKMs aren't MI (what was I thinking?). Thanks to Jonathan
for noticing this.
1997-03-02 21:55:52 +00:00
jonathan 9519de8c71 base md.pmax updates:
Add symlinks lib*.so -> lib*.so.x.y to placate the ld.so we're using.
  Add crtn.o (should use crtend.o to be consistent with other ports)
1997-03-02 20:26:52 +00:00
jonathan fe0b788f1e Add missing header files (e.g., elf_machdep, ecoff_machdep).
Garbage-collect old files.
1997-03-02 11:08:30 +00:00
cgd 72ef5768bc clean up in various ways 1997-02-24 20:35:23 +00:00
scottr b29e980d77 Add libtelnet; noticed by Dave Huang <khym@bga.com> 1997-02-24 05:58:18 +00:00
jonathan 5da9c38e68 Move machine-independent isa device manpages that dont' clash with MD
drivers from cat4/i386 cat4.
Add PCI, EISA, ISA, and wds manpages.
1997-02-24 00:21:48 +00:00
scottr 3af02d153c Mike Long points out that g++ .cc includes are installed now;
add these so that PR 2488 doesn't recur with the next release.
1997-02-18 08:02:55 +00:00
mikel d6af1b7d7c Merge separate kernel-copy floppies back into one. This is a stop-gap
measure; the next release will use something Different.
Update version number to 1.2C.
1997-02-18 07:38:15 +00:00
scottr 4ce568ed93 Final update to sync with reality, pointed out by checkflist 1997-02-18 07:29:02 +00:00
mikel c4dd13d8d0 RCSID police 1997-02-18 07:06:00 +00:00
mikel 294f1691ec translate to sh, add RCSID and a comment 1997-02-18 06:58:56 +00:00
mikel b1c7774932 Feed makeflist to sh, instead of relying on x-bits; from Andrew
Wheadon in PR 3116.
1997-02-18 06:03:48 +00:00
scottr cc9eaaeed6 YARC (Yet Another Reality Check):
- Update libc, libg++, and libstdc++ shared library versions where
   appropriate
 - Move LKMs to base/mi (except union and compat_sunos, which are broken
   and currently not part of the set lists)
 - Add /usr/bin/fdformat to base/md.i386, from PR 3116
 - Add /etc/fstab.sd to etc/md.i386, inspired by PR 3116
1997-02-18 05:56:59 +00:00
scottr c641a90858 Reality check from Steve Allen <wormey@eskimo.com> 1997-02-18 04:56:39 +00:00
cgd 39898dca7b support wd, add '-t ffs' to fsck 1997-02-17 20:15:40 +00:00
cgd 2ea81b29dd parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
cgd 4f2317d97b add ELF support. tested on an alpha (64-bit ELF), but compiled with both
32- and 64-bit ELF support.
1997-01-23 05:43:29 +00:00
cgd 4790c9bc3d note that -k/-f should be give C names. note what i've done 1997-01-23 05:28:50 +00:00
cgd 4a4977d054 clean up formatting glitches (bogus newlines in source) 1997-01-23 05:14:37 +00:00
cgd d2fff4533c change the keep list (in_keep_list()) semantics: now keep list is C labels 1997-01-23 05:13:00 +00:00
cgd 20741c52e9 give crunchide a C label name with -k, since crunchgen really doesn't
want to have to care about the object format in use, and C label prefix
is object format dependent.
1997-01-23 05:07:22 +00:00
cgd 9e2f98f172 clean up formatting glitches (bogus newlines in source) 1997-01-23 05:03:49 +00:00
cgd b78496eee9 add ECOFF, ELF32, and ELF64 recognition code. Right now, when
you try to hide symbols in these kinds of files, an error message
is printed noting that the executable format is not supported.
1997-01-22 23:57:18 +00:00
cgd d7b9b1a503 dd the various #defines/#ifdefs for ECOFF support. ECOFF will
probably never be completely supported here (since its internal vs.
external symbol handling is so annoying), but at least we can recognize
the ECOFF binaries and print something useful, on machines that use
them.
1997-01-22 23:53:58 +00:00
cgd 144d8aad7e a couple more bogons. (i'd been testing with the wrong executable!)
Now it really works.
1997-01-22 23:33:08 +00:00
cgd eb8abf7e9d include extern.h, add newline to new fprintf 1997-01-22 23:21:49 +00:00
cgd 34f3806288 fix a couple of goofs ('hide' now returns errors!), move #ifdef 1997-01-22 23:21:01 +00:00
cgd ccc5be39c2 fix hide_* prototypes 1997-01-22 23:20:03 +00:00
cgd 5247fa0ce9 split this up so that support for other executable formats can be more
easily added.
1997-01-22 22:49:05 +00:00
mikel 30a7d21e1b ncr(4) is now MI 1997-01-15 06:04:04 +00:00
thorpej c02377f8c7 Add the new *.conf and rc.lkm files. 1997-01-10 08:05:19 +00:00
leo 9e96d5a59a Update to match reality more closely. 1997-01-08 22:06:56 +00:00
leo c4de9da34f No longer used (now using the miniroot installation). 1997-01-08 10:32:49 +00:00
leo 86adda87bd No longer used (now using the miniroot installation). 1997-01-08 10:21:46 +00:00
leo fb3ba90b43 rd -> md rename. 1997-01-08 10:05:03 +00:00
thorpej d93dec3be3 Update to reflect current reality. 1997-01-08 08:54:54 +00:00
thorpej 79ed9a4d29 Include <bsd.own.mk> for <bsd.obj.mk>. Bump rev to 12B (HI PERRY! :-) 1997-01-08 07:22:43 +00:00
pk b8d8c821a2 rdconfig => mdconfig; rdsetimage => mdsetimage 1997-01-02 21:49:32 +00:00
is 6ba9e5874d Note that we support DraCo serial ports.
While here, increment the Amiga release counter.
1997-01-02 21:36:44 +00:00
is 47f5fd4ac3 Note that we have writable floppies. 1997-01-02 21:32:44 +00:00
pk fb27e166b1 Add ttyaction.0,cpu_switch.0,ctxsw.0,mi_switch.0 1996-12-09 22:13:54 +00:00
pk ab575b49ea Add fdio.h,ttyaction.0 1996-12-09 22:12:22 +00:00
pk b31d950e31 add kcore.h,kvm_dump*.0 1996-12-09 22:11:39 +00:00
jonathan 7ae23da383 Add shared-lib files: ld.so and lib*.so.*. 1996-12-07 08:01:21 +00:00
jonathan e92aad9d20 Add elf-to-ecoff kernel conversion tool.
Add binutils-2.6 ld.old for linking kernels (2.7 doesn't work)
1996-12-07 08:00:05 +00:00
mikel fa952b9bd6 add libwrap manpage 1996-12-04 06:49:24 +00:00
mikel 84277461bd add libwrap manpages. 1996-12-04 06:45:36 +00:00
mikel 4b0f959ea9 add libwrap, fix libz. 1996-12-04 06:38:56 +00:00
mikel 61aa9da2f7 add libwrap.so and libz.so. 1996-12-04 06:28:35 +00:00
lukem f355fafa1d AUTHPRIV syslog messages go to /var/log/authlog instead of /var/log/secure
(in line with other systems)
1996-12-04 05:10:42 +00:00
pk 6bc9cd56b2 exit: exec.h; enter: {aout,elf}_machdep.h 1996-12-03 20:29:21 +00:00
pk c131794b0c update to -current 1996-12-03 20:27:24 +00:00
pk 11e28a9fb3 Add librmt. 1996-12-01 21:51:53 +00:00
pk 0ba2269c4e Drop in a note about the old-style `sd(c,u,p)' boot syntax. 1996-11-29 23:21:52 +00:00
jtk 7e682fdcab add fdformat, its man pages, and fdc(4) page 1996-11-29 16:35:29 +00:00
cgd 4978d83570 when checking the built file systems, force the check (use -f), and make
sure fsck is trying to check ffs file systems (use -t ffs) because it's
not smart enough to figure that out on its own.
1996-11-27 01:42:07 +00:00
pk cbb3972943 Update and clarifications (addresses PR#2933). 1996-11-23 21:39:23 +00:00
lukem a84bcf1d4b add /var/log/secure 1996-11-20 04:29:49 +00:00
briggs 15c3f794e5 Updates from Steve Allen <wormey@eskimo.com> to match the current world. 1996-11-16 16:36:11 +00:00
gwr a56800e144 The sources over in ../../../sbin/route/ now do what this wants,
so use those instead of the versions that were copied here.
1996-11-15 19:18:39 +00:00
thorpej ec942d8d0b Sync up INSTALL and supporting cast WWW page, adding some missing names. 1996-11-15 04:39:58 +00:00
leo 888c05f09b Add a description about how HDX should be used when preparing a NetBSD-bootable
disk using AHDI partitioning. (From Udo Erdelhoff).
1996-11-05 09:57:44 +00:00
leo cca19823c9 Fix some typo's (From Rainer Brandt). 1996-10-29 13:56:48 +00:00
perry c99082b87b Bump to 1.2B. We really need to centralize this. 1996-10-26 19:03:47 +00:00
perry 31ea8a8bb2 Bump to 1.2B. We really need to centralize this. 1996-10-25 23:28:44 +00:00
perry 179ea08328 add lots of shared libraries and _pic.a files 1996-10-18 20:01:03 +00:00
perry 1f1e73e82c add telnet, tn3270, man pages for bdes and libcrypt 1996-10-18 19:39:55 +00:00
perry d7e3f85045 remove obsolete doc/smm/01.setup/{vax,tahoe}. 1996-10-18 07:04:24 +00:00
perry 8ab353aa45 removed tahoe references 1996-10-17 04:27:00 +00:00
perry ee84c148d6 removed most tahoe references 1996-10-17 04:26:08 +00:00
pk 359edad4af Pullup changes from 1.2 branch. 1996-10-15 23:29:40 +00:00
fvdl 52d51015e3 Add APM to supported hardware and 1.2 -> 1.2A 1996-10-15 10:52:38 +00:00
perry df3c9c2934 Bump revision number to 1.2A so that snapshots of -current will have
decent version numbers in them. This should really, really be in a
single file so in the future it only has to be changed in one place
for all distributions and documentation.
1996-10-15 04:39:33 +00:00
is 4f8689c804 - increase the / and /usr recommended partition sizes by 5 MB for
crash dumps and the increased kernel source size, respectively
- mention the newly available IBM (720/1440k) floppy encoding and the
  floppy driver write-protect bug.
1996-10-14 18:20:37 +00:00
leo 67384150c2 Merge the netbsd-1-2 branch into the mainline. 1996-10-11 20:30:33 +00:00
thorpej 21526da6c8 Merge the netbsd-1-2 branch back into the mainline. 1996-10-11 18:13:03 +00:00
gwr 1533d5c679 All usr/include/machine/* files belong in md.* 1996-10-10 21:49:47 +00:00
gwr 10dceb0171 Merge the netbsd-1-2 branch back into the mainline. 1996-10-10 21:30:18 +00:00
gwr 165cf39d2a Merge the netbsd-1-2 branch back into the mainline. 1996-10-10 19:58:32 +00:00
scottr d9add485a7 Updated booter information. 1996-10-10 16:43:47 +00:00
perry f9af6f1e41 Changed *.ccore to *.core. "make clean" now works right again. 1996-10-09 19:16:10 +00:00
jtc 34d9f1513d merge in 1.2 branch 1996-10-09 00:13:36 +00:00
is 36000223be Mention 4 graphics boards which we forgot. (Twice Mea Culpa --- I
integrated the drivers long time ago, and I was supposed to check the
INSTALL few days ago)
1996-10-08 17:00:50 +00:00
jonathan c6721d4b48 Commit skeleton pmax installation notes, pointing at the web page.
(the installation process has not yet been documented in fixed-font format.)
1996-10-01 00:16:16 +00:00
chopps 625ec85615 update notes from release branch and clean up a little 1996-09-29 03:13:39 +00:00
chopps d0b7447162 update to match current release 1996-09-28 18:05:57 +00:00
chopps 8cf0211749 add missing files 1996-09-28 17:50:11 +00:00
scottr 9bec0da45b Second pass cleanup 1996-09-26 19:22:42 +00:00
briggs ba1a770fcd Make a pass for 1.2. 1996-09-24 23:04:41 +00:00
gwr a8791ca150 The hack to keep out deflate.c and related stuff belongs better here,
because that allows zlib to stay closer to the distributed version.
1996-09-24 20:40:10 +00:00
thorpej 84378055a8 Add the Free Hardware Foundation. 1996-09-21 06:39:12 +00:00
jonathan 8214ac7d58 Remove bogus reference to "testme.h", once used for regression-testing
merged mips1/mips3 (r[23]k,r4k) header files.
1996-09-16 23:45:48 +00:00
jonathan 1112d46296 Fix 1.1->1.2 references as in pr#2745, and other typos. 1996-09-15 19:06:40 +00:00
cgd eb8541778b note new CKSUMS file 1996-09-14 04:39:54 +00:00
gwr 713bf81a5b lob off some more libc code 1996-09-13 18:57:38 +00:00
gwr 815a4d2d55 These files should be merged into src/sbin/route after the 1.2 release.
For now they can live here, so the sun3 ramdisk can use them.
1996-09-13 18:21:25 +00:00
perry f16e62fc51 Add missing i386 include files, etc. 1996-09-13 15:25:43 +00:00
perry 514aa13c4b Bump minor version number of libi386.so 1996-09-13 15:18:26 +00:00
gwr a42e3b4603 This is a minimal zcat for installation media. 1996-09-12 20:24:00 +00:00
jonathan 4813c310c4 * Fix supported-system list to refer to supported DECstations, not Sparc
systems.
* Reorder unsupported systems by model name.
* Correct reference to "sun keyboard and mouse".
* Fix typo on unsupported hardware list.
1996-09-08 10:38:53 +00:00
gwr 5c4ec6aa7e quiet down cvs update 1996-09-05 17:11:55 +00:00
thorpej 52110e02f0 RCS id police. 1996-08-30 20:03:54 +00:00
thorpej f7af6b8627 RCS id police 1996-08-30 17:37:26 +00:00
thorpej c7a5193440 RCS id police. 1996-08-30 17:32:23 +00:00
veego a107442de9 added ./usr/include/machine/conf.h 1996-08-26 21:48:53 +00:00
gwr 7ea45d9109 Add this on the main branch too. 1996-08-26 16:04:54 +00:00
thorpej 25507ee843 Pull md_install_sets() changes down from release branch. 1996-08-26 02:34:37 +00:00
jtk b86b695240 add Advanced Power Management driver
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
1996-08-25 23:38:57 +00:00
pk f8b994ef5b sync with 1.2 branch 1996-08-25 14:59:00 +00:00
pk 3644c8dbbd Pull up fstab changes from 1.2 branch. 1996-08-25 14:49:06 +00:00
thorpej c4dce4a8fa Sync up wtih WWW pages. 1996-08-24 22:59:10 +00:00
thorpej 1effb21638 Acknowledge a donation from James Chacon. 1996-08-24 22:08:07 +00:00
thorpej eb233a57af Note that Frank van der Linden is co-maintainer of port-i386, and add
Karl Schilke (rAT) to "Supporting Cast".
1996-08-24 22:05:44 +00:00
mrg 30e14d6861 Makefile to build xbin, xman, and xinc 1996-08-22 03:32:21 +00:00
mrg 682e5d1a57 do md_install_sets. 1996-08-22 03:24:15 +00:00
mrg d6a8947874 update a bit for 1.2 1996-08-19 02:44:32 +00:00
oki b57279a974 update. 1996-08-15 09:15:06 +00:00
jonathan c376af9abb Create (most of) pmax release docs:
contents hardware prep upgrade whatis xfer
1996-08-13 09:05:01 +00:00
leo 2ee7b67a98 Some small fixes suggested by David Brownlee 1996-08-12 14:06:11 +00:00
oki 8aaf3f915b revision is up to 1.2. 1996-08-11 15:38:43 +00:00
leo 00f3b26b64 Final(?) update of the 1.2 install docs 1996-08-02 08:33:41 +00:00
leo a8ea317ed4 keymap -> keymaps 1996-07-15 06:24:07 +00:00
oki d09eed0a24 Sync with release branch. 1996-07-08 19:36:21 +00:00
oki fcfd492fd6 - VERSION is up to 1.2
- fixed to write bootstrap code correctly.
- x68k has only fake disklabel, cannot use disklabel -r.  remove -r.
1996-07-08 19:33:40 +00:00
chopps 63d996d871 change more to less and make link from less to more 1996-07-07 07:02:29 +00:00
thorpej d0fa21650e Sync with WWW server. 1996-07-07 02:28:44 +00:00
leo 6d97198ea1 First steps in getting the installation docs up to date. 1996-07-06 19:45:43 +00:00
leo 1cc9cc4d59 Re-arrange install_disk() a bit. The code to mount a disk is pulled out
so it can also be used from other functions.
1996-07-04 06:57:21 +00:00
leo 04b67d2caa Check for $DESTDIR being set. This prevents you from accidently ending up
with a miniroot that contains your local passwd files.
1996-07-04 06:53:12 +00:00
leo ed96a4bc28 - Conditionally install the boot block.
- Add a way to copy /netbsd from disk or floppy.
1996-07-04 06:41:00 +00:00
leo 5592f8b22b Add the binpatch & boot_atari manuals. 1996-07-04 06:28:46 +00:00
leo 23b9899ecf Add binpatch, loadkmap & the keyboard maps. 1996-07-04 06:23:24 +00:00
leo 296b6800e5 - Catch up with Jason's disklabel changes.
- Add md_get_partition_range() (I'm sure it has been there before!?)
- some minor nits.
1996-06-28 22:08:42 +00:00
pk bd6d9d2e89 Deal with install sets in `install_from_mounted_fs()' differently.
The sets are passed around in a global variable.
Remember installed sets across loads from different media.
1996-06-27 13:45:45 +00:00
pk f838b18224 Do the disklabel song and dance. 1996-06-26 21:35:32 +00:00
thorpej a3c63c03ac Add md_copy_kernel().
(I have the feeling that a cvs merge botched at some point...)
1996-06-26 21:11:07 +00:00
pk 4e06e7b166 Pull up from 1.2 release branch: We need installboot, sysctl, getopt. 1996-06-26 19:26:39 +00:00
pk b11425523d Do not present previously skipped sets as default again. 1996-06-26 19:09:31 +00:00
pk 512a95af8e Pull up changes from release branch (rename `install_common_cdrom_nfs'). 1996-06-26 19:07:29 +00:00
thorpej fb6584df4d The x68k port poffd(8) source lives in sys/arch/x68k/usr.sbin/..., so
ports like the hp300 (or i386, or ...) will never get a chance to
build or install the manual page.  For this reason, the page belongs in
the x68k machine-dependent list, not the "shared machine-dependent" pages.
1996-06-26 06:37:56 +00:00
thorpej b3b461a5a2 Fix a couple of typos. 1996-06-25 07:36:54 +00:00
thorpej 7f3ca3ca65 Move all disklabel handling into install.md. Even the error messages
can be machine-dependent.
1996-06-25 07:35:20 +00:00
thorpej 647f309e62 We're 1.2A, I promise. 1996-06-25 05:33:14 +00:00
jonathan 38e30038fb Add pmax header files created since the 1.1 release.
Add all of /usr/include/mips header files.
1996-06-23 19:01:13 +00:00
oki f606ce425b fixed typo 1996-06-23 15:24:08 +00:00
leo d306a384e2 Add keyboardmap stuff. 1996-06-23 14:04:54 +00:00
leo 294d82f240 Add /usr/share/keymap/atari 1996-06-23 13:58:59 +00:00
mark adade817c8 arm32 dependent set lists. 1996-06-22 21:51:40 +00:00
pk 187edb5fa8 Insert pause after disklabel blurb.
Remove `-v' from binstall.
1996-06-19 14:18:40 +00:00
pk 0719964575 Typos I thought I killed before. 1996-06-19 14:16:25 +00:00
pk ca95e90fca Insert filesystem type in munge_fstab.
Don't `ifconfig down' an active network interface (bad for diskless setup);
but use it to cull default IP address and netmask.
1996-06-18 12:50:56 +00:00
oki f0367c0602 first commit of x68k related document. 1996-06-17 11:26:04 +00:00
oki fc865832f6 method of kernel-copy floppy 1996-06-17 04:14:15 +00:00
oki cc7e048040 fixed to make image file correctly 1996-06-17 04:12:16 +00:00
oki 6644de1c12 x68k dependent set lists. 1996-06-16 16:42:19 +00:00
oki b30c13bd83 added man files for x68k 1996-06-16 15:41:47 +00:00
cgd 066cc0d79c pull down from branch:
>add a little hack, to replace /etc/rc on the distribution disk image,
>to make life a little bit easier for people just starting out.
>(remounts root read-write, mounts /usr, etc.)  includes instructions
>on how to get 'normal' /etc/rc as the default.  does _not_ appear
>in the tar files.
1996-06-15 04:04:26 +00:00
cgd 69db9501d4 we don't ship netbsd_nfs{,.gdb}.gz any more. 1996-06-13 20:50:33 +00:00
thorpej 72548ecec1 Adapt to the slightly different content of the MD `list' file on the
trunk.
1996-06-11 09:53:25 +00:00
thorpej 5e55ec3674 Oops, missed this file:
Remove the hp300-specific installation tools and use the MI minroot
tools.
1996-06-11 09:50:30 +00:00
thorpej f4529b230f The file is no longer needed; we don't go down subdirectories anymore. 1996-06-11 09:09:14 +00:00
thorpej f965d026f3 Remove the hp300-specific installation tools and use the MI minroot
tools.
1996-06-11 08:30:11 +00:00
cgd 8edcc13f8e add note about the 'ported-software' directory of pub/NetBSD/arch/alpha. 1996-06-06 19:20:46 +00:00
cgd 9175e2b707 Be more tolerant of changes in the GNU (Cygnus) cpp binary's location
due to NetBSD and Cygnus release number/date changes.
1996-05-31 00:54:39 +00:00
leo a2df203f71 Nuke use of more. 1996-05-30 07:09:20 +00:00
leo cff5efa2ad Add more&less. They are no longer in the MI-list. 1996-05-30 07:00:45 +00:00
leo 76285e652b * Edit VERSION into install.sub while copying instead of using a
VERSION file.
* Set the EDITOR variable in install.sub, so it will be set in both
  upgrade & install.
* Make the checks on  the presence of installation sets on the local
  disks on upgrade more precise.
* Remove more&less from the list of standard binaries (I need more space!)
* When building an fstab from the users' fstab, drop lines starting with
  a '#' and lines with an fstype that is not supported on the miniroot.
1996-05-30 06:57:12 +00:00
pk 728c3fbcb2 Change extra directory for vi to `vi/build' 1996-05-28 21:51:31 +00:00
leo ad65f50c1f CURDIR -> ARCHDIR 1996-05-27 15:53:39 +00:00
leo ef84477f6d Forgotten in previous commit. 1996-05-27 15:50:53 +00:00
leo b058af8711 Remove leftover from atari (floppybt -> miniroot) 1996-05-27 15:46:41 +00:00
pk 5d525ce079 Two small optimizations: no need for sed to convert fstab. 1996-05-27 13:32:01 +00:00
leo bacafe6a9f Sync with MI-miniroot code. 1996-05-27 12:49:49 +00:00
leo 05574183dd Sync with changes in MI-miniroot 1996-05-27 12:41:54 +00:00
leo e2202ab208 Sync atari miniroot & mi-miniroot 1996-05-27 12:39:01 +00:00
pk 344a892d31 sync 1996-05-27 01:06:14 +00:00
pk ac453ee7ed sync 1996-05-27 00:41:51 +00:00
pk abfbc398e7 sync 1996-05-27 00:28:07 +00:00
leo ce463ad2e1 * Merge with mi miniroot changes (== use Paul's functions + define EDITOR)
* Make RELDIR useful when updating
* add md_copy_kernel()
* some minor fixes
1996-05-25 22:13:07 +00:00
pk caf88110f1 sync. 1996-05-25 00:33:35 +00:00
pk cf6887780f Include machine-specific makefile so the default values of various
things can be overridden.
1996-05-24 23:36:38 +00:00
pk b4e023b86a Move disklabel(8) calls into `md_prep_label()'. 1996-05-21 18:54:40 +00:00
pk 819ce802e7 Add a `install_disk' option (copied from Atari miniroot).
Make editor configurable (variable EDITOR, also usable by disklabel(8)).
Move disklabel(8) calls into `md_prep_label()'.
Eliminate two uses of `sed'.
Eliminate `awk' in upgrade.sh.
1996-05-21 18:53:54 +00:00
pk 9954d351bb kill some more awks 1996-05-21 00:10:57 +00:00
gwr 7bb94b7bdf More portable versions of makeflist and maketars that can be used to
cross-make a distribution.  Also avoid duplicating makeflist logic.
1996-05-20 19:10:28 +00:00
leo e73f0ea043 Get them closer to reality. 1996-05-20 09:26:27 +00:00
pk 5d2a8bbf21 There's life after awk. Replace awk scripts with shell function equivalents
(inspired by Leo's atari scripts).
1996-05-20 00:32:24 +00:00
leo 38f440b74a Miniroot iplementation for the atari. XXX: Merge with MI miniroot ASAP! 1996-05-19 19:43:36 +00:00
veego 23c94bca8e updated for fsck -> fsck_ffs 1996-05-19 09:01:38 +00:00
oki 91584e9199 x68k distribution floppy for upgrade protocol. 1996-05-18 01:51:44 +00:00
oki c6376213e3 vnd0a --> vnd0c 1996-05-18 01:42:22 +00:00
oki 7c916549ba distribution "floppies" for x68k 1996-05-17 12:25:36 +00:00
mark 4132013e71 Initial commit of the code for building installation and upgrade
floppies for the arm32 port.
1996-05-16 19:58:49 +00:00
christos 4d77d4f9e8 Fix typo: $ -> # 1996-05-14 21:51:41 +00:00
thorpej e755357545 Update, and correct a couple of entries. 1996-05-12 16:12:48 +00:00
thorpej 8bdf3233c6 RCS id police. 1996-05-07 18:45:18 +00:00
pk 33819c6ee2 Change format of `LINK' and `SYMLINK' lines to accept multiple program
names. As before the first program name (field 3) is the one "with source".
The remaining entries specify just filesystem links.

Additional keywords processed by makeconf.awk:
ARGVLINK: used to specify additional link directives for crunchgen(1); no
	  filesystem links appear for these.
SRCDIRS:  crunchgen `srcdirs' directive
CRUNCHSPECIAL:  crunchgen `special' directive
1996-05-04 15:45:30 +00:00
pk a1edfa1874 Apply `topdir' prefix to relative paths in `special srcdir <prog> <path>'
lines.
1996-05-04 14:37:23 +00:00
cgd c917cba930 update to note that fsck no longer exists, that fsck_ffs should be used,
and that fsck should be a link to fsck_ffs.
1996-05-02 23:16:57 +00:00
scottr 398c6ae4a4 Sync with reality with regard to EtherExpress 16 1996-04-26 01:10:12 +00:00
cgd 898dcb24ad update for new X, toolchain source locations, and for the new
location of the toolchain's cpp (caused by the change in 'uname -r' caused
by the merge with the master sources).
1996-04-25 13:20:05 +00:00
cgd 807030aab7 clean up a bit, note that some source files will no longer be
appearing, and note where alpha-specific sources should be installed.
1996-04-25 13:09:31 +00:00
phil c30121eed7 Update for new IEEE FP support. 1996-04-03 08:36:12 +00:00
scottr ea8086b766 Replace BSDSRCDIR use with relative paths. 1996-03-27 04:48:28 +00:00
mrg f88f31de89 update all of these to reality (at least, for the sparc). changes
include:
    libg++, bind, less, zoneinfo, lots of headers, and a pc532 man page.
1996-03-25 07:35:59 +00:00
is ad32891e83 State explicitly that the install kernel needs the root and swap
partition on the same disk.
1996-03-23 15:21:39 +00:00
is 381d40e063 Fix (critical) typos in installation document.
Closes PR 2230 by Thorsten Fruehauf.
1996-03-21 20:25:26 +00:00
jtc ffdb8fb7c8 nsquery and nstest are no longer part of bind (or NetBSD) 1996-03-21 19:52:40 +00:00
perry ff483dae6a Ooops. Fixed the less problem slightly differently. This time it
works. It seems the order of the srcdirs line is important. Ought to
find out why.
1996-03-12 04:55:21 +00:00
perry 981bb65cf9 crunchgen list still specified "more" and not "less"; we no longer
have a /usr/src/usr.bin/more. Fixed.
1996-03-12 00:40:51 +00:00
is 2409161b0e We don't support 68060 cpu's yet, so explicitly talk about 020+030+040. 1996-03-01 20:06:49 +00:00
leo 502d20c723 Fix minor typo. 1996-02-28 10:06:40 +00:00
thorpej 0ffa7d7b3c Copyright assigned to The NetBSD Foundation. 1996-02-28 00:47:42 +00:00
thorpej c676fe1e46 Copyright assigned to NetBSD Foundation. 1996-02-28 00:44:01 +00:00
jtc 1ceffcf267 Add script I used to make the 1.1 source distribution 1996-02-12 21:58:46 +00:00
neil 425d3e951b Fixed typo. Closes PR #2000. 1996-02-11 16:03:04 +00:00