Commit Graph

2314 Commits

Author SHA1 Message Date
sommerfe d9994f64bd Copy compressed kernel with miniroot inside to "netbsd" rather than
"netbsd.gz".  This speeds the boot by a small but perceptable amount.

The time between when the bootblocks print "no such file or directory"
for netbsd and when they show signs of actually having found netbsd.gz
is long enough to be noticeable, and looks bad..
1999-03-13 20:02:32 +00:00
sommerfe 2ccf28fc88 Install bootblocks before the kernel; this speeds the boot slightly as
the system doesn't have to seek to the end of the disk and then back
again.
Use gzip -9 to try to squeeze every last bit in.
1999-03-13 19:58:44 +00:00
sommerfe 40b1ba1fb9 Use installboot and bootblocks from DESTDIR 1999-03-13 19:19:03 +00:00
sommerfe 93c6dea365 Make it more clear where this came from. 1999-03-13 19:11:54 +00:00
sommerfe a8ff351bae Warnsify.
Add reduced version of getcap routines, so sysinst need not drag in
the database goop via libtermcap.
1999-03-13 19:08:43 +00:00
drochner 51b87dd93c g/c regdef.h 1999-03-13 13:03:26 +00:00
itohy 29b70cd215 Use G0 (not G1) for the alternative character set (DEC line graphics).
Delete "\E)0" sequences and make ":as=\E(0:ae=\E(B:"
(some terminals use "1" for "0").
This change makes it easy to use 8-bit encodings, such as ISO8859, EUC, etc.
PR #7126.
1999-03-13 09:03:28 +00:00
ragge aa897b228c Put in new code to make a ramdisk system for installation. 1999-03-12 18:36:52 +00:00
sommerfe fc47c0c742 Also build serial bootblocks by default, installing into
/usr/mdec/biosboot_ser.sym
Change Makefile.booters to not assume `version' file is in source directory.
1999-03-12 16:07:57 +00:00
marc a08745a0e8 if exec fails, perror() and _exit(). exit() is no good, because if
the child runs the atexit cleanup() function, the filesystems get
unmounted and things lose.
1999-03-11 16:48:27 +00:00
leo dbe02b9472 Sync with checkflist output from Julian Coleman. 1999-03-11 15:35:11 +00:00
marc d498a2d354 update the list to correspond to the programs which are actually in
the ramdiskbin
1999-03-11 06:24:36 +00:00
marc 15d1a6cc63 alphabetize 1999-03-10 08:02:12 +00:00
he 1a36836b8e If TIOCGWINSIZE returns 0 x 0, default to 80 x 24 instead of crashing. 1999-03-09 19:30:00 +00:00
he 982ab7b13a Add termcap.mini, with both pc3 and vt100 terminal types, and use it. 1999-03-09 19:28:54 +00:00
garbled c6d6153ab6 Found another case of shell redirection in a run_prog. Tidy it up with
do_system, and appropriate logging calls.
1999-03-08 19:42:30 +00:00
kleink 7c689f6dd8 Add hcreate(3) and friends. 1999-03-08 18:49:54 +00:00
kleink 718a724b1c Add missing ioctl(9). 1999-03-08 18:31:04 +00:00
he 97645818ba Let's call this image boot-big.fs. 1999-03-08 15:59:34 +00:00
he 25e8d87423 Add README.I128. 1999-03-08 08:40:49 +00:00
hubertf 7ed74de17b Add some more MLINKS to queue.3 (tailq_next, ...) 1999-03-07 03:21:01 +00:00
he 94d92ef5c2 Forgot ./usr/libexec/sendmail entry. 1999-03-06 19:13:32 +00:00
he 111a866fcd Fixing various chaff, sync to current reality:
o mailwrapper, postfix and sendmail
 o hello, sup.no.netbsd.org; bye to skarven.itea.unit.no
 o innetgr / netgroup
 o a few sendmail master config file changes
1999-03-06 19:11:07 +00:00
drochner e6c7d6de02 workaround to make "make depend" succeed 1999-03-06 11:31:51 +00:00
wrstuden ad140b77ea Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
1999-03-04 20:32:18 +00:00
ross f6dcb51416 Sync: sha1(3), tfind(3) (et al), mk.conf(5), mailwrapper(8) 1999-03-04 08:13:14 +00:00
tv 730800f9f6 Add some missing Info stuff. 1999-03-03 13:22:34 +00:00
explorer 8650b13a6c add SHA1 man pages and include/sha1.h 1999-02-28 18:18:46 +00:00
scw a6a7b5c100 Add ./etc/fstab.sd example. 1999-02-27 17:59:35 +00:00
ross 17556b8ba3 Convert GENERIC floppy image to ustarfs.
Make sure kernel is stripped.
1999-02-25 12:31:30 +00:00
abs 6f9ff1cdcb Update libc and libamu version - noted by dokas@cs.umn.edu 1999-02-25 08:08:06 +00:00
scottr 4687329516 Add the mac68k iwm(4) man page. 1999-02-23 14:53:57 +00:00
lukem 66f6dda9f1 regen 1999-02-23 14:34:21 +00:00
ross 5bc723973e Add sched.h. 1999-02-23 03:04:49 +00:00
kleink 4e1ecffb24 Back out revision 1.91; I'm a dork. 1999-02-21 17:19:40 +00:00
scw 6d5ffe9469 Updates for MVME167 support. 1999-02-20 16:21:19 +00:00
scw a946bd14d0 Update mvme68k sections for MVME167 support.
Also move Chuck to "Developers" and myself to mvme68k port-master.
1999-02-20 16:19:48 +00:00
scw df90f3d608 Update for MVME167 support. 1999-02-20 16:18:10 +00:00
tron e22dbe7254 Be more precise about which of Adaptec's AIC chips we support.
Fixes PR kern/7011 by Olaf Seibert.
1999-02-19 16:41:57 +00:00
is 6edf8af927 Warm about root/swap placement within the first 4 GB of the disk 1999-02-19 15:01:26 +00:00
thorpej 6ecf444398 Add fdformat. 1999-02-18 20:33:10 +00:00
tv c2fadca3a6 We don't install `gprof.callg' and `gprof.flat' anymore - those text files
are now part of the gprof binary.
1999-02-18 15:35:06 +00:00
he e861a305f3 Typo correction. 1999-02-17 12:27:16 +00:00
is 2c7fa23c38 Fix Copyright dates 1999-02-16 23:34:10 +00:00
is dc068e0d1f Assign my files to The NetBSD Foundation, Inc. 1999-02-16 22:46:55 +00:00
kleink a99dd435e7 Add nl(1). 1999-02-15 15:34:16 +00:00
mrg ee33f9143c lose GNU chess.. 1999-02-15 11:23:16 +00:00
simonb 0b2e590950 Add top. 1999-02-15 03:11:08 +00:00
he fc449356b1 Remove entry for `strings' since that's binutils-based and we don't
have the machinery to include that (besdies, it would take up lots of
space on the miniroot).
1999-02-14 16:27:42 +00:00
lukem 868ca23db4 remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate 1999-02-13 23:53:56 +00:00
nathanw 75218cf184 Add uiomove.{0,9} 1999-02-13 08:07:34 +00:00
itohy d2ebbdebdc Use "$MAKE" instead of "make" for cross environment. 1999-02-13 07:59:45 +00:00
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
kleink b75d68301e <sys/fcntl.h> -> <fcntl.h> 1999-02-12 15:04:00 +00:00
tv 3fd0fbd058 Add send-pr.info. 1999-02-12 14:55:01 +00:00
tv cec1db793b Add diff.info. 1999-02-12 12:49:43 +00:00
tv 26624f2493 Add Texinfo stuff and /usr/share/locale files. 1999-02-11 17:41:22 +00:00
kleink cd6ab900da Add clock_settime(2) and friends. 1999-02-11 15:26:58 +00:00
he 0f64b4b5b7 Add files that are now being installed: 3 new includes, two lkms and mkboot. 1999-02-10 19:57:36 +00:00
is b0f697496e Provide a minimal instruction/data cache synchronization C binding.
(The function has always been in the kernels as special trap #12).
In response to PR 4951 by Hauke Fath.
1999-02-09 22:32:33 +00:00
tv 9965c5dfdc ld.so is only for 1.3 binary compatibility, and will become part of the
soon to be created compat13 pkg.
1999-02-09 19:44:41 +00:00
tv 5163316f8d Remap mipse[bl] to mips for set lists. 1999-02-09 19:34:18 +00:00
tv 64932f9f5c Remove bfd includes, bfd link libraries, and add ldscripts to
/usr/share/ldscripts.
1999-02-09 17:35:04 +00:00
tv 5d3f4f89b6 Nuke libcc1 shlib. 1999-02-09 15:43:05 +00:00
kleink 827b8c9fea New zoneinfo files from tzdata1999b. 1999-02-08 18:29:56 +00:00
is 2dc9b12410 Make it clearer what to answer to the "Device name: " prompt. 1999-02-07 19:39:07 +00:00
kleink 7652845c4d Also clean up ${TARG}.more. 1999-02-07 18:29:51 +00:00
kleink 746964e353 Add l64a_r(3) links. 1999-02-06 15:07:48 +00:00
kleink e90a587abc Sync libc minor. 1999-02-06 15:06:14 +00:00
mrg 5890f2855d add boot floppy stuff. 1.3 is the fourth netbsd/sparc release 1999-02-06 08:36:05 +00:00
minoura 3cd6b4425d There is no installboot for x68k port. 1999-02-05 15:50:51 +00:00
minoura 379e966207 Add keymaps. 1999-02-05 14:10:01 +00:00
cjs eded1c99ca Tweak for various new and removed files. 1999-02-05 09:48:09 +00:00
tron fb0f57bc28 Remove bogus white spaces. 1999-02-03 20:13:21 +00:00
bouyer 559036da39 Update to current state of pciide. Note support of ISA, ISAPnp and PCMCIA
IDE controllers too.
1999-02-02 17:32:27 +00:00
lukem bb1f1b53ac regen 1999-02-02 08:38:32 +00:00
he 0c0355cfd9 bootfloppy-big/Makefile creates 2.88M diskette image suitable for CD-ROM boot.
(Depends on new disktab from etc/etc.i386/.)
Don't descend into bootfloppy and bootfloppy-small since these now overflow,
now do ramdisk, fdset, bootfloppy-big, and bootfloppy-tiny.
1999-02-01 21:55:31 +00:00
kim 45faaa01a0 Added z[ef]grep. 1999-02-01 17:14:41 +00:00
he 2c5c44b893 Describe multi-floppy boot.
Describe possible PCMCIA workaround via DDB now that DDB is in INSTALL.
1999-02-01 16:16:09 +00:00
minoura 885f14413a Add /usr/share/examples/supfiles/sup.jp.netbsd.org. 1999-02-01 16:03:56 +00:00
he 7cf58978a8 Fix clean target too. 1999-02-01 15:13:01 +00:00
he 135540da2a Rename boot disk set name from 'disk' to 'boot'. 1999-02-01 14:25:09 +00:00
he ff15f486fc Move extern declaration of do_system() from run.c to defs.h, used by i386/md.c 1999-02-01 14:08:35 +00:00
minoura ddd80b8ebd Setup $driveunits properly. 1999-01-31 17:35:49 +00:00
mrg b6ae8c804d use pax for tar. 1999-01-31 09:28:26 +00:00
mrg b232af4818 err, this is 92 cylinders now. 1999-01-31 08:05:08 +00:00
veego 62b6d88053 Ups, made an mistake when i added Xwrapper. 1999-01-30 20:52:48 +00:00
veego 43b1a4c84d Sync for the new files in XFree86 3.3.3.1. 1999-01-30 20:33:51 +00:00
veego 838ba1d483 Back out the last commit which moved the ldconfig(8) manpages to shl.aout.
Thx to Ross for pointing it out that this has to be done differently.
1999-01-30 20:32:45 +00:00
veego 3af300d46f Add ./usr/include/dev/ic/mc68450reg.h. 1999-01-30 17:35:07 +00:00
veego 5a01afaed9 Move the ldconfig(8) manpage to shl.aout. 1999-01-30 17:10:46 +00:00
veego c24c65fdd0 Add the ./usr/libdata/ldscripts directoy and files in it. 1999-01-30 17:01:43 +00:00
veego 7fa23a9bd9 /usr/include/sys/vcmd.h and /usr/include/sys/vlimit.h are gone. 1999-01-30 16:59:38 +00:00
veego 46527edb83 Remove the machine check for missing shared libs support on the vax. 1999-01-30 16:58:02 +00:00
thorpej 39ad8cfc5f nuke <machine/disklabel_mbr.h> 1999-01-27 22:09:42 +00:00
thorpej bcc5206520 add <sys/disklabel_mbr.h> 1999-01-27 22:09:13 +00:00
tsubai 3849ede50b * Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
1999-01-27 13:18:30 +00:00
tsubai 65d8322a2f Uncomment "bootfloppy". 1999-01-27 12:04:32 +00:00
minoura a632f67a13 Mention X sets.
Security distribution is actually available because it is m68k-common.
1999-01-26 15:21:17 +00:00
thorpej 46e8a53c33 Add indent.pro. 1999-01-26 04:35:19 +00:00
lukem 25b79ebda9 regen 1999-01-26 03:10:50 +00:00
garbled ed77015dc8 When special casing these commands with do_system, remember to add
manual logging and scripting calls, so everything is recorded in it's
proper location.
1999-01-25 23:55:10 +00:00
garbled 851ee9e397 1) Remove all vestiges of tar from src/distrib. Use pax and appropriate
commandlines for all tar operations.  (work supplied by Matt Green)
2) Update arch/*/md.c to deal with new sysinst/run.c.  Special case
anything that needs to do a redirect or a pipe.
3) #if 0 some unused code in target.c. This code will need to be updated,
or special cased with do_system.

Big thank you to Matt for all his work on this.
1999-01-25 23:34:20 +00:00
lukem 56b81a911b add hesinfo 1999-01-25 23:01:40 +00:00
lukem 9a98ba2e5b hesiod*.3 1999-01-25 09:49:52 +00:00
lukem cb76a540cc hesiod.conf.5 1999-01-25 09:48:26 +00:00
garbled 7e3cccdc10 libutil.so.4 -> libutil.so.5 1999-01-25 06:34:33 +00:00
lukem 91d671c6fa update for libc.so.12.37 1999-01-25 01:12:48 +00:00
mycroft 6484a78535 More catchup. 1999-01-23 17:01:21 +00:00
garbled 5a277f5dfd Fix thinko. Thanks to mrg. 1999-01-23 15:54:31 +00:00
mycroft c0f8b7a742 They're moving pretty fast... 1999-01-23 12:52:18 +00:00
mycroft 7d8cc046c2 Catch up with the Joneses. 1999-01-23 12:10:57 +00:00
mrg 70886049ec a clone of the SPARC miniroot, adjusted as necessary.. not really tested yet. 1999-01-23 06:44:38 +00:00
garbled 10218daeef Correct some oversights in the sysinst conversion. arch/alpha/md.c and
others allready had these fixes.
1999-01-23 06:19:17 +00:00
garbled 232877f475 Forgot to check this one file into the tree with sysinst. 1999-01-23 06:11:51 +00:00
thorpej 4dcc1e4297 Remove securenet(5) and ypserv.acl(5) manual pages. 1999-01-22 17:31:18 +00:00
tsubai da7b796faf Uncomment X11 stuff. 1999-01-21 08:55:40 +00:00
garbled 37a95fd205 Oops.. missed an external declaration in the merge.. compiles now. ;) 1999-01-21 08:13:02 +00:00
garbled 865c31ac7b This change includes the following:
Scripting and logging functionality for sysinst.
Child programs are run in a "display window" so you can actually see what
	they did before the screen flashes back and you loose it all.
Lots of curses fixups.  Removed nasty endwins that mangled the tty upon
	rentry.
Change the yes/no box to accept Y or N, and not require cursor motion to
	decide one or the other.
Perform curses redraws when doing things that could cause the kernel to
	spew printfs onto your screen.
1999-01-21 08:02:17 +00:00
garbled c3262a3841 Use pax instead of tar on the ramdisk bins.. create appropriate link for
tar to get tar-like fonctionality.
1999-01-21 07:52:00 +00:00
tsubai c9db02d31e Invoke sysinst.
TERM=vt100.
1999-01-20 14:02:53 +00:00
tsubai 30bb3309b9 powerpc ports use ELF shlib. 1999-01-20 12:42:38 +00:00
tsubai a5c19a3bdb Sync with reality. 1999-01-20 12:41:38 +00:00
tsubai 6a35754ec0 Add macppc X files. 1999-01-20 12:40:02 +00:00
mrg ec6c46ef02 remove strings. 1999-01-20 07:43:17 +00:00
hubertf cdc9d12e0c Add code for pkgdb. 1999-01-19 17:46:48 +00:00
tv 3eeac9e4c4 New include files for libstdc++. 1999-01-19 15:27:47 +00:00
bouyer 36de4a0b2f Update for bswap.h and byte_swap.h includes. 1999-01-19 08:59:02 +00:00
mrg 84e248ad5e remove bogus line in all: target. 1999-01-18 13:21:21 +00:00
lukem b6e0814d26 add nsswitch.conf 1999-01-18 12:12:58 +00:00
phil f9bf8744f0 Correct run address. 1999-01-18 08:29:01 +00:00
mrg 2e85a68f15 ignatios' tool to build bootable sparc/sun3 cdroms. 1999-01-18 07:37:23 +00:00
ross a6908b4c34 Fix a .so that didn't respect \*[.CURDIR]. (Yes, it was designed to work
with OBJDIRs, but a bogus mod crept in after my one and only OBJDIR
test.)
1999-01-16 23:43:15 +00:00
rvb 27443c6d0f Bump libc & libutil 1999-01-16 21:35:05 +00:00
tsubai 2e6f16f3b8 Change image size to 1.5MB. 1999-01-13 10:54:16 +00:00
tsubai 20f9f55a10 * Remove strings.
* Enable sysinst.
1999-01-13 10:52:53 +00:00
ross 381f4410a7 Merge the alpha and i386 upgrade sections: .so ../common/upgrade 1999-01-13 09:59:22 +00:00
ross 47503cb65d Makefiles for notes. 1999-01-13 08:42:54 +00:00
ross b207e38c8b Give the common install notes components their own subdirectory.
Also, alpha and i386 now use a single merged common/sysinst,
and arm32 and sparc have a single merged common/xfer.
1999-01-13 08:18:44 +00:00
ross 6eb9d9ef9a Markup for -mdoc and -mdoc2html. 1999-01-13 07:30:01 +00:00
tron 25e26cd4d4 NetBSD-current uses 169 as MBR partition ID, not 165.
Fixes PR install/6737 by Soren S. Jorvang.
1999-01-11 23:23:28 +00:00
mrg 0a1b83af3c use x_gzip over gzip_s 1999-01-11 13:03:43 +00:00
mrg a17ace088d move gzip_s to x_gzip via repository copy. gzip_s was the wrong name from the start. 1999-01-11 13:02:03 +00:00
mrg f39074b570 use x_gzip over gzip_s 1999-01-11 13:01:34 +00:00
mrg 97023377a8 use x_netstat, and save 30k. we now have 46k spare. 1999-01-10 14:25:47 +00:00
mrg 747cbac661 add a -DSMALL netstat. saves ~30k of text/data for me, on the sparc. 1999-01-10 13:50:35 +00:00
mrg 1d8e4b1210 - share more with the miniroot
- don't use sysinst yet, it's not ready for the sparc, go back to
	  the old miniroot install programs.

- add these programs:
	- pppd (nice to install from an SS2 with local floppy & modem only)
	- bzip2 (media may be bz2'ed in the RFSN future)
	- edlabel (much ligher weight than disklabel)
	- expr (miniroot)
	- hostname (miniroot)
	- netstat (miniroot)
	- sort (miniroot)

- remove these programs:
	- tset (not used)
	- strings (too big now)
	- slattach (who uses slip these days, *really* ?  see pppd addition)
	- disklabel (see edlabel addition)
	- shutdown (have reboot/halt already)
	- sysinst (not using it yet)

- grow the install filesystem a bit more, to facilitate the new programs.

- use gordons libhack stuff, to reduce the size of the install binary.
	- don't need /etc/master.passwd or the {s,}pwd.db files anymore!

- clean up dot.profile a bit.
1999-01-10 13:39:44 +00:00
mrg fa1711e241 adapt to using the miniroot version of runlist.sh 1999-01-10 13:21:27 +00:00
mrg c050a5562e use the "miniroot" versions of these. 1999-01-10 13:21:01 +00:00
simonb 309b01ee4b Add handling raid's as well 1999-01-10 00:52:33 +00:00
simonb 9e61ed141a Add handling ccd's 1999-01-09 12:58:03 +00:00
abs 3726df67b9 set BLOCKSIZE=1k (so df behaves the same as when installed)
set EDITOR=ed (otherwise disklabel -e tries to run 'vi')
1999-01-08 04:32:33 +00:00
cjs 4c9053a54f Remove this dir, since it's the same as distrib/sparc/bootfs. It belongs
there rather than here because this boot filesystem is also used for
CD-ROMs.
1999-01-06 17:22:32 +00:00
drochner 5449449eeb delete /usr/include/dev/wscons/wskbdmap_mfii.h 1999-01-06 12:34:40 +00:00
he 527c984161 Add ./usr/share/misc/domains. 1999-01-06 12:00:09 +00:00
cjs 2d6b2d6904 Fix paths and bring into line with distrib/sparc/boofs/Makefile. 1999-01-06 03:00:39 +00:00
cjs 5ac03a8a01 Remove strings, at least for the moment, until someone figures out
how to get it to link here. It needs to link statically against
gnu/usr.bin/binutils/common/libcommon.a (which may be in an obj or
obj.arch directory underneath, actually).
1999-01-05 23:30:46 +00:00
tv 739fe7beb7 Add `c89'. 1999-01-05 15:47:16 +00:00
cjs 403a37083c Sync with various changes over the last week or two. 1999-01-05 11:19:30 +00:00
veego 5a1719bd9e Add Xwrapper, which should have added a long time ago. 1999-01-03 12:45:28 +00:00
tv b5a5a3842f Also add a manpage link for fort77. 1999-01-02 23:56:24 +00:00
tv 5e7565c4dd Fix to add f77 and g77, as well as new fort77. 1999-01-02 23:54:03 +00:00
he 113bf32fbf Makefile setup to construct multi-floppy boot using ustarfs. 1998-12-19 19:51:23 +00:00
simonb b520d1bbc1 s/sprintf/snprintf/ 1998-12-16 22:35:26 +00:00
tv d89a36bdab Set cleanup:
- make all ports egcs; move stuff to mi and shl.*
- fix m68k-based comp sets to use usr/include/$MACHINE (as
  usr/include/machine is now a symlink); add directory entries where missing
1998-12-16 15:15:16 +00:00
mrg 13eaff30ae add sparc64 man8 sections. 1998-12-13 01:20:28 +00:00
augustss d9c8e546f9 Add sv man page. 1998-12-10 18:56:55 +00:00
ross 6b583a619e = -> ?=
change default pathnames a bit
1998-12-10 05:15:43 +00:00
scottr 75b96564c5 Tweak the port maintainers list a bit. Remove the dedication; it has
served its purpose.
1998-12-09 08:03:46 +00:00
cgd ab74d21734 fix current composition of 'core' 1998-12-09 07:54:14 +00:00
ross f7befd86e1 Add NetBSD id keyword comment. 1998-12-09 00:22:03 +00:00
he 49a9ba987d Add nsupdate, objcopy, include/sys/ataio.h and a few corresponding man pages. 1998-12-08 22:45:07 +00:00
minoura 16f23eb61c Updated the staff list. 1998-12-08 22:23:43 +00:00
cgd d0d551757c Add my self to releng list 1998-12-08 08:48:34 +00:00
cgd d74e600ce9 add local directories installed by XF86 3.3.3. (From fvdl) 1998-12-08 07:56:16 +00:00
cgd ac5c673d62 add files new in xf86 3.3.3 build (from fvdl) 1998-12-08 07:45:47 +00:00
kenh c3212c811c Add atactl. Pointed out by Bill Sommerfeld. 1998-12-08 04:32:24 +00:00
cjs ec7880433c Add a couple of new fonts for XFree86 1.3.3 1998-12-08 04:29:07 +00:00
cjs 829e1c4944 Update for XFree86 3.3.3. 1998-12-08 03:44:26 +00:00
cjs 15fc99d096 It appears traditional to include directory names, as well as the names
of files in those directories. The last revision did not include a couple
directory names; this fixes that.
1998-12-08 03:05:27 +00:00
tron edee8bf61d "README.NV1" was renamed to "README.NVIDIA". 1998-12-07 00:09:43 +00:00
jonathan d5bbe0a7f3 Add egcs dependencies for mips: stl hdrs, libobjc hdrs, shared libs, manpages. 1998-12-06 11:56:49 +00:00
jonathan 7775c04f9c remove libg++ headers. 1998-12-06 10:25:21 +00:00
jonathan d4cce0d780 Make ramdisk and ne-tbootable ramdisk-based instkernel on pmax. 1998-12-05 07:33:13 +00:00
jonathan b18f6fc2aa Set VER and REL for miniroot. 1998-12-05 06:42:55 +00:00
frueauf aa66b9fc72 Use $out correctly, pointed out in pr 6526 by Dave Huang. 1998-12-03 18:17:45 +00:00
lukem 53b78e5034 regen 1998-12-01 11:14:21 +00:00
ragge 42b291e36f Sysinst support for vax. 1998-11-30 22:36:00 +00:00
thorpej 294f5c3157 libc is now 12.34 1998-11-30 22:23:00 +00:00
lukem ccf16771e7 regen 1998-11-28 15:25:32 +00:00
lukem 545a470969 regen 1998-11-28 03:15:12 +00:00
jonathan 7c7a3d90e5 Dead. 1998-11-28 02:53:33 +00:00
jonathan aaa44058ad Use MI versions of the dot.commonutils and dot.instutils helper
scripts for ramdisk-based script installer (even where commented out).
1998-11-28 02:49:44 +00:00
jonathan 2b381dd5ae Copy script-based installer from i386 ramdisk to MI directory. 1998-11-28 01:38:30 +00:00
jonathan 79f873a329 pmax installation ramdisk configuration. 1998-11-27 23:10:28 +00:00
thorpej 4b08b00301 Need to pull in <bsd.own.mk> to get preferences set in mk.conf (e.g.
OBJMACHINE).
1998-11-27 21:10:10 +00:00
simonb 902778fa68 Update list for new XF 3.3.3 files 1998-11-26 21:56:31 +00:00
bouyer 07b6364862 A few line overflow fixes, for 1.3.3. 1998-11-25 12:50:54 +00:00
sakamoto 0af8906658 Remove script about installboot. 1998-11-24 06:40:30 +00:00
simonb dcd677e28b slight cleanup 1998-11-24 02:49:13 +00:00
sakamoto 6464a5e477 Use x_ftp,gzip_s,more,x_sh. 1998-11-22 12:45:21 +00:00
itohy 0d570b4995 Added x68k man page loadbsd.8 and loadbsd.x.8 (alias). 1998-11-20 11:38:10 +00:00
simonb 1cfeea7b69 Re-do special note on installing from a NetBSD CD-ROM after actually
doing this for real.  (Many thanks to David).
1998-11-20 05:33:12 +00:00
tron f9ace50af3 Add manual pages for "named-bootconf". 1998-11-19 21:15:37 +00:00
tron 90ce0839c0 Add "usr/sbin/named-bootconf". 1998-11-19 21:14:07 +00:00
tron 0f16f07e2d Include "named.conf" instead of "named.boot". 1998-11-19 20:48:10 +00:00
sakamoto 4f70b04b16 Add bebox install floppy and sysinst files. 1998-11-19 08:58:02 +00:00
sakamoto aed3c9dfaa Add bebox file. 1998-11-19 07:48:21 +00:00
he 7675f01a71 Add mbrlabel, and make both mbrlabel and swapctl visible in the images. 1998-11-18 18:29:21 +00:00
simonb 50faa9008e Undo previous after thinking about it a bit more. I did say it was only
a temporary change :)
1998-11-18 12:41:18 +00:00
simonb 743ebc7bbe Add a symlink for /bin/tar. From the comments in the file:
# XXX temporary extra (for 1.3.X).  We need "tar" in the path but not
# under /usr until we copy the contents of /usr.install into /usr.
# Maybe a better idea is to use pax, which lives in /bin anyway...
# Should go away soon in whatever will become 1.4.

Someone shoot me if I don't remove this soon ;>)
1998-11-18 11:22:35 +00:00
he 335e356232 There should be no need for the "set -x" now, it clutters output. 1998-11-18 11:09:12 +00:00
he 43a358908f Bring into sync with what's being installed: egcs manpages, raidctl++,
mbrlabel and collect2 for i386.
1998-11-18 11:06:15 +00:00
simonb 8144a979c1 Add the small netboot kernel (nfsnetbsd.ecoff).
Copy .profile to tmp/.hdprofile for sysinst.
1998-11-18 11:01:01 +00:00
simonb 4a17f9c066 Remove comment saying a translation is needed - it's there! 1998-11-18 02:06:48 +00:00
simonb 7e81c41eb9 Specifically mention that NetBSD/pmax uses rzX devices for CD-ROMs and
not cdX like other NetBSD ports.
1998-11-17 23:23:08 +00:00
jonathan 0e92ecd82d Copy disktab profile to/etc for diskimage. (no ramdisk symlinks via /tmp). 1998-11-17 06:58:24 +00:00
jonathan 2c1dcc2bd0 Add the old-pmax-root usr.install/{bin,sbin} with same symlinks as /usr,
so that install from a miniroot image in / can find /usr/bin/{tar,ftp}
after mounting the target /usr over /usr.
1998-11-17 05:07:18 +00:00
jonathan bcbe1e5b31 Make crunched equivalent of pmax root diskimage.
Makefile.inc: build `miniroot' [sic]
	list: list of files to  crunch in
	dot.profile: start up sysinst on boot.
	diskimage.label.proto:  write diskimage label so kernel recomputes
				label at boot from SCSI geometry..
1998-11-17 02:38:17 +00:00
jonathan c0fc274246 Add hook for running extraneous commands before newfs. 1998-11-16 23:43:58 +00:00
bouyer cc52aa9190 Sync with msg.mi.eng. 1998-11-16 12:49:09 +00:00
simonb 284b91ac42 Mention that it may be necessary to hand-mount a CD on /mnt2 before
starting sysinst.

Partial fix for PR bin/6307 from Terry R. Friedrichsen.

From PR #6307:
	Added possibly non-working work around for 1.3.3.

	Will do more work on this when I get a CD image of a NetBSD release.
1998-11-16 08:52:23 +00:00
simonb e90f3ee382 Reference the section on dd'ing a disk image into the swap
partition of an Ultrix disk in the "QUICK.INSTALL" notes.

NOTE - this isn't the best solution.  The INSTALL notes need
to be totally rewritten, but at least now there's a pointer
to the referred section.

Fixes PR port-pmax/6299 from Terry R. Friedrichsen.
1998-11-16 08:15:55 +00:00
simonb b438e982a7 Update for 1.3.3. Also includes some fixes from Terry R. Friedrichsen. 1998-11-16 07:58:38 +00:00
simonb eb91fb2910 Warn that messages about "using ULTRIX label information" may
appear when disklabeling old Ultrix disks.

Fixes PR port-pmax/6300 from Terry Friedrichsen.
1998-11-16 07:45:20 +00:00
simonb af44a7fb8d Add a missing "doingwhat" reason for a re-install of sets.
NOTE:  msg.mi.fr needs a French to Englist translation marked by the XXX
comment.
1998-11-16 02:28:13 +00:00
simonb 58405d0f56 Mention that Ultrix doesn't have rock ridge extenstions so some paths
on a CD-ROM will be truncated/mungled.

Fixes PR #6296 from Terry R. Friedrichsen
1998-11-16 01:07:16 +00:00
simonb 66da5a17c5 Sync with 1.3 branch (don't we usually do this the other way around?!) 1998-11-16 00:59:38 +00:00
mrg b0c0c01da6 add a disklabel -W 1998-11-14 01:55:39 +00:00
mrg ff30fbbef4 add a disklabel -W 1998-11-14 01:45:23 +00:00
veego 7a8c25946b Add the Ariadne II to the supported device list. 1998-11-12 19:59:30 +00:00
thorpej d08c29080c Need deflateParams() stub now, too. 1998-11-12 16:49:47 +00:00
minoura 0d5518db3b Added the X68k server and other data. 1998-11-12 15:29:23 +00:00
he beb611e886 Add a copy of /usr/mdec/mbr, for the benefit of fdisk. 1998-11-11 18:52:50 +00:00
bouyer e45d95cb56 Make the warning about whole-disk installation less ambigous. 1998-11-11 17:58:42 +00:00
bouyer fa7460bdff Sync with menus.md.eng 1.15, msg.md.eng 1.7 1998-11-11 16:04:41 +00:00
mrg 75623b2860 add fgen. 1998-11-11 06:41:58 +00:00
he b4d26a8cee Added the various mii and phy man pages. 1998-11-10 20:05:04 +00:00
bouyer d9605b4cef Translation of recently-added messages, from Stephane Engel. 1998-11-10 15:06:29 +00:00
bouyer f7d2f27d50 Note support of the CMD PCI0643 and 0646 IDE controllers. 1998-11-10 14:16:09 +00:00
simonb ccdd56d285 Remove crtbegin.o, crtbeginS.o, crtend.o and crtendS.o from PowerPC and
Alpha specific lists and add to ELF list now that all ELF platform
need these.
1998-11-10 13:04:27 +00:00
simonb 2e48cf531e move crtn.o to comp set 1998-11-10 13:00:56 +00:00
hubertf 65d179de7b Link compat_svr4 to compat_sco, compat_solaris and compat_xenix
Mention what exactly has been tested (for SCO, esp.) in the manpage.
1998-11-10 10:02:50 +00:00
simonb 5b5d141230 Remove objdump - it's in the mi lists now. 1998-11-10 05:59:41 +00:00
jonathan 9e93af392d Handle ifconfig "media: ethernet manual" output for devices with
non-soft-settable media.  Treat that as if there was no media output.

Use a supplied media-string of "<null>" or "<default>" or synonyms to
avoid passing explicit media flags onto ifconfig.
1998-11-09 07:56:11 +00:00
jonathan 6ad9b1b1ef UI safety: change order of menu entries in BSD disklabel-editing menu,
so that the default option is to change a partition entry, rather than
proceed.  (The change-parittion menu has an option to quit.)
1998-11-08 04:42:21 +00:00
jonathan 9f856c8207 Fix sneezo during commit. 1998-11-08 02:56:27 +00:00
jonathan d325644fcd Fix thinko in previous commit (spelling mistake in argument name). 1998-11-08 02:55:07 +00:00
jonathan 39a8d7790a Use MI function label.c:savenewlabel() in MD code to to save labels,
now that cut-and-paste errors are resolved and MD changes unified.
Postponed for i386, pmax until 1.3.3 frozen.
1998-11-08 02:11:23 +00:00
jonathan 8b4f18eb50 Pull up change from arm32 version: only copy disktab.preinstall if not DEBUG.
Pull up rev 1.3 from arch/sparc/md.c version:
    add a "ta=4.2BSD" to disktab. fixing choosing X sets to install.
1998-11-08 02:06:27 +00:00
jonathan bdc004ebc2 Fix lossage from overly-aggressie undoing of i386 'd' partition lossage:
alpha, sparc, ppc md.c files had disktab string ":sd#.." to save
disklabel sector-size, when they really need ":se#..."
(Can now make this MI.)
1998-11-08 01:45:45 +00:00
jonathan 82e31c8f5a Change `layout' message to explicitly say that here, partitions are
being defined in the BSD disklabel (not the MBR).
1998-11-07 22:57:37 +00:00
jonathan 29dce06a1a Explain that this menu lets the user choose partition-size units for
either BSD disklabel partitions, or (on some ports) for MBR slices, too.

Note that ZBR disks make cyinder alignment rather academic.
1998-11-07 22:04:19 +00:00
jonathan 1823e2d762 Add text to `whole disk'' vs `normal' menu that explains to the user
just what the hell sysinst is asking for.  (Why do we include the
`dangerously dedicated at all?)

Fix dangerous UI botch: make `normal' install the default, not `whole disk'.
1998-11-07 20:57:52 +00:00
he 7bb8e8c9d2 Include usr/share/pcvt and .../fonts directories.
Re-sort.
1998-11-07 20:18:48 +00:00
jonathan 06079cb5e7 Expand messages prompting for BIOS geometry; say explicitly that it's
the BIOS that's being asked for, and that the real geometry is for
comparison only.
1998-11-07 20:17:28 +00:00
he 14942a65a4 Bump minor for libz.so. 1998-11-07 20:12:11 +00:00
he 45b29b34a8 Add fxp(4) man page. 1998-11-07 20:10:26 +00:00
he 6fbd9e0504 Fix construction of the 'sys' tarball so that compile directories
really will not be included, but compile/CVS and compile/.keep_me will
still be (if present).
1998-11-07 16:59:13 +00:00
he 8b31371b9c Add various headers which are now installed:
./usr/include/dev/ic/bt431reg.h
./usr/include/dev/ic/bt459reg.h
./usr/include/dev/ic/bt463reg.h
./usr/include/dev/ic/ims332reg.h
1998-11-05 16:54:55 +00:00
he ec27f9cfc5 Add stuff that's now being installed:
./usr/lib/libstdc++.so.1.0 (while gcc is still used?)
New entries:
./usr/lkm/coda.o
./usr/lkm/ext2fs.o
./usr/mdec/mbr
1998-11-05 16:51:32 +00:00
ross f9a6855884 Urk, no ``all:'' target. 1998-11-05 02:47:14 +00:00
ross a7dec70a74 Replace with README from current snapshot. 1998-11-05 02:45:49 +00:00
bouyer 4b3118ac12 wdc man page changes. 1998-11-04 18:00:10 +00:00
minoura 11e80bf830 Use `set' for the kernel as well as userland utilities. 1998-11-04 14:23:40 +00:00
minoura 1f065e81d6 The install now does not ask the type of the disk.
It only supports SCSI disks.
Also, use `set' for the kernel installation as well as for the
userland utilities.
1998-11-04 14:21:30 +00:00
minoura c361bc323d Use `set' for the kernel as well as userland utilities.
Some more updates to catch up to the installation procedure changes.
1998-11-04 14:20:35 +00:00
hubertf b6c2c53942 oops - move libkeycap.so.0.0 back from comp to base 1998-11-04 13:30:40 +00:00
pk c4b50d47b8 Add scsictl(8) 1998-11-03 14:24:25 +00:00
pk 51a2390739 Add scsictl.[08] 1998-11-03 14:18:05 +00:00
pk 923c9a96a8 bsd_audioio.h & mbppio.h no longer exist. 1998-11-03 13:50:57 +00:00
simonb df9541e68b Move all partitioning menus up by one, and add an entry (two for the
i386) so that the partition menu items match the selector letters).

XXX: All the .fr files need checking - look for the comment
	/* XXX: ENGLISH -> FRENCH */
1998-11-03 13:26:03 +00:00
simonb 1171c2461b Add quick installation notes from 1.3.2 to CVS. 1998-11-03 10:21:49 +00:00
hubertf 0c0f6a2342 move keycap libs from base to comp set 1998-11-01 17:33:25 +00:00
hubertf e45fa5e3bb add version for libkeycap 1998-11-01 17:14:27 +00:00
hubertf eccf9ccdd8 s|share/misc|share/pcvt| 1998-11-01 16:37:06 +00:00
jonathan 56b85b59ae The disk-scanning loop in get_disks() had a magic upper bound of 5.
Replace with MAX_DISKS (size of the array of disk info).

Fixes a problem where sysinst cannot install onto disks rz5 or greater
on pmaxes (which use old SCSI with wired-down scsi devices, even for
GENERIC kernels).
1998-10-31 03:54:44 +00:00
is fbf4a091d5 Mention that Apollo3060-reworked Amiga 3000 SCSI is supported now. 1998-10-29 20:57:03 +00:00
bad 0e4096acee /etc/rc.shutdown 1998-10-29 20:27:01 +00:00
ross 49ac83490a Fix bugs in the way the instkernel is compressed and in the prerequisite
names.
1998-10-29 00:37:06 +00:00
mycroft 7338d3490f Include CVS directories in the tar files. Explicitly omit obj.* links and
directories.  Fix some lossage with / being chowned when unpacking src.tgz.
1998-10-28 11:02:37 +00:00
simonb 80f6009f5b Fix a couple of typos and white space inconsistancies. 1998-10-28 04:13:35 +00:00
jeremy ac0a0b6659 Fixed description of TFTP process by mentioning that the machine requests
a file with an extension based on the architecture.  [PR/6364]
1998-10-26 23:52:15 +00:00
hubertf 7e430fc3fd Install programs & files for pcvt. 1998-10-26 21:01:28 +00:00
jonathan e1d397462e usr.bin/Makefile: recurse into fdformat on all ports
usr.bin/fdformat/Makefile:  build manpages on all  ports
distrib/sets/lists/man/mi: add fdformat manpages
distrib/sets/lists/man/md.{arm32,atari,i386,sparc}:
	 only listed fdformat manpegs. remove.
distrib/sets/lists/man/md.mvem68k:
	duplicate entry of mvme68k installboot.	remove.
1998-10-25 23:30:39 +00:00
jonathan 64b4e32f49 resort (wd manpage) 1998-10-25 23:25:50 +00:00
phil be6397e767 Implement a config file (-f file) option that overrides compiled in
defaults for things like rel (release number), ftp host, ftp prefix,
cdrom device, cdrom directory and others.
1998-10-25 19:15:04 +00:00
phil c0b49a1eac Make all menus scrollable by default so small screens won't have
problems.
1998-10-22 05:38:50 +00:00
minoura 1c2633be97 Updated for the new install procedure with the single-disk miniroot.
Use _VER macro for the version number.
1998-10-21 14:32:36 +00:00
bouyer 5cf9e827ee New IDE includes and manual pages. 1998-10-20 10:10:46 +00:00
ross 79b15dce33 sync 1998-10-19 22:11:23 +00:00
bouyer b32187bfe9 Note PCI IDE support and ATAPI disks. 1998-10-19 13:18:27 +00:00
minoura 690a8993f4 We support only SCSI disks. 1998-10-18 15:15:46 +00:00
itohy 16f4ff7111 Remove strings(1) (temporary?) since it is no longer in
src/usr.bin and the GNU version seems too large for floppies.
Use single-user only init(8), which saves ramdisk capacity
and a key stroke.
1998-10-18 07:50:18 +00:00
itohy 6220b02986 Use installboot instead of writefdboot.
Minor changes.
1998-10-18 07:35:00 +00:00
ross d34961267b Someday we might really traverse in distrib; at least traverse this
subdirectory now.
1998-10-16 01:36:45 +00:00
ross 906b236b05 Nuke the site from orbit, it's the only way to be sure. 1998-10-16 01:32:44 +00:00
ross 9219052313 More pieces of new integrated alpha installer. 1998-10-16 00:45:23 +00:00
ross 49039732e8 Components to new NetBSD/alpha integrated installer. 1998-10-16 00:43:02 +00:00
ross 0f58b07160 Utilities in (script) source form for the ramdisk. The old install scripts
are provided as well as the new sysinst program.
1998-10-16 00:40:54 +00:00
ross 4d7a2efdc4 This is now the main install directory for the new integrated sysinst
boot. Yes, NetBSD/alpha finally gets sysinst on all media types.
The new boot makes a single ramdisk which is then divided via ustarfs
onto a two-floppy set, and a second unified image for CD's, HD's, or
tapes is also created.
1998-10-16 00:39:38 +00:00
ross 5095710bae History. All alpha install options are integrated now. 1998-10-16 00:25:03 +00:00
ross 40020e5444 History. 1998-10-16 00:20:02 +00:00
ross dcd47d3361 hey hey hey, bye bye 1998-10-16 00:18:02 +00:00
kim 00d5e09649 Regen. 1998-10-15 02:01:29 +00:00
phil 984947d5b9 Change how network interfaces are selected to allow for longer names,
e.g. epic0.  (Fixes PR 5778)
1998-10-14 05:27:52 +00:00
minoura 842c98e3df Sort the developers' name correctly: me, msaitoh and tsugutomo. 1998-10-13 15:22:48 +00:00
leo 91af58fade Add /usr/sbin/bootpref 1998-10-13 11:56:34 +00:00
leo e1af0222ca Add {cat,man}4/atari/et.[04] 1998-10-13 11:55:16 +00:00
erh b3edb8ba74 Add braces to make egcs happy. 1998-10-12 17:00:43 +00:00
perry 274d4c2de2 Fixes to the install floppies
(from Havard.Eidnes@runit.sintef.no)
1998-10-12 16:32:16 +00:00
perry 5721ce3806 Fix not to include contents of kernel compile directories
(from Havard.Eidnes@runit.sintef.no)
1998-10-12 16:28:35 +00:00
simonb ecb9aeaeaa Remove /sbin/ldconfig - not used on mips ports anymore 1998-10-12 03:10:28 +00:00
simonb 513ff15404 sync minor version number of libc 1998-10-08 04:36:58 +00:00
ross ccc17f86dd g/c debug rule 1998-10-08 01:08:24 +00:00
ross e462ec8f09 Simplify the SRCDIR comment. 1998-10-08 00:44:16 +00:00
chopps afe88c71cc s,upgrade,install, 1998-10-07 16:34:12 +00:00
mark 4f50564268 Fix the vnd devices used. 1998-10-06 02:59:19 +00:00
mark 0220416488 Miscellaneous maintainance and debugging.
Fix several size / offset calculation errors.
Make some of the default partition sizes more realistic.
1998-10-06 01:43:12 +00:00
mark 0402c9b7d8 Add T_FILECORE to the DTYPE enum.
Add filecore to the fstype array.
1998-10-06 01:37:17 +00:00
minoura c94e60002d Back out previous patches: it is not necessory now. 1998-10-05 22:41:13 +00:00
itohy 76efe5d523 Added ./usr/mdec/{installboot,loadbsd.x} 1998-10-05 19:39:55 +00:00
ross 01b7b1cf60 Add `libs yplib.o'. (Holds the yp stubs from libhack.) 1998-10-05 04:35:21 +00:00
ross 62557d2bad Compile the yp stubs from libhack, and call it `yplib.o'. This avoids the
xdr functions as well. Simply linking in -lresolv wasn't enough.
1998-10-05 04:33:12 +00:00
ross a95f9dc921 Go to a 2 disk set and call the images disk[12]of2. s/netbsd.gz/netbsd/ even
though it is gzip'ed; we want the first scan through the FS to open the file.
Print out the number of bytes free on disk 2. Label disk 2 with it's volume
number and tack on a bunch of label comments...date created, md5 of disk1 of
volume set...
1998-10-05 04:30:16 +00:00
mark 3c45647427 Termcap entry for use with SHARK installs etc. 1998-10-05 00:21:59 +00:00
mark 67d97dfb18 Fix the mounting of the ramdisk read/write. 1998-10-05 00:20:43 +00:00
mark 223662fb38 Update ramdisk size and use the install-ramdisk disktab entry. 1998-10-05 00:17:56 +00:00
minoura 24c03f53f8 Flush buffer cache. 1998-10-04 14:57:53 +00:00
minoura c2d098c4a2 Corrected installation of the bootblock. 1998-10-04 14:45:23 +00:00
minoura 9d0f75e2bb Use relative path. 1998-10-04 14:41:12 +00:00
minoura ac7c4d39c5 They won't work :-p 1998-10-01 16:49:10 +00:00
jtk 4b8165499a add i386/bioscall.9 1998-10-01 02:34:30 +00:00
jonathan 2ace653fab Update /usr/include/dev/mii entries to match new mii scheme.. 1998-09-29 23:25:44 +00:00
mark ac579dca26 Overhaul for sysinst.
Remove all the gunk that sysinst does not need.
1998-09-29 03:08:47 +00:00
is fc6353f33f Add a warning to reinstall miniroot.fs before retrying installation.
[This is not totally true, but whoever is knowledgable enough to understand
the fineprint, wouldn't need the warning anyway.]
1998-09-27 19:32:59 +00:00
ross 0a7091ab0f Remove libhack. I still don't have what I want, though, which is the real
resolver routines but without any YP stuff.
1998-09-25 00:34:37 +00:00
ross fd466eded9 Print out the amount of free space on the floppy. 1998-09-25 00:33:53 +00:00
ross 51c2767d53 Script input ../common/list -> ./list. 1998-09-22 03:03:45 +00:00
ross 360b254eca Tweak the clean: target. 1998-09-22 03:00:30 +00:00
ross d51c5fbcfc Nuke strings(1). It isn't used by anything, and we just recently switched
the userland strings(1) to the binutils version. Well, crunchgen(8) links
all the stuff together ... can you say: "GPL pollution"?

If anyone knows a good reason to have strings(1) on an install disk, I can
resurrect a BSD-licensed strings. "Send me email". (ross@netbsd.org)
1998-09-22 01:15:53 +00:00
ross b3f966c92a Embed the ../common/Makefile.inc which was only used here. 1998-09-22 01:10:12 +00:00
ross 5a33f0b1e4 New alpha boot floppy. In the present incarnation, it's just like the
old alpha boot floppy, but uses the new libsa ustar FS instead of ffs
and loads in 1 minute instead of 3. (5 minutes in 1.3.2). Future work
will make use of the extra space, and also make a dual-floppy sysinst
boot out of this or another clone dir.
1998-09-22 01:08:41 +00:00
ross 1029cd880d I don't know what this directory was for; the two files are each referenced
in only one place. Nuke the site from orbit.
1998-09-22 00:56:59 +00:00
abs 10261f5201 Note that NFS now requires reserved ports by default. 1998-09-18 06:15:58 +00:00
phil 51fbe5aee3 Fix class c netmask. 1998-09-17 16:45:36 +00:00
phil 5807dd11b1 Comments added/modified to clarify how txtwalk works. 1998-09-17 05:57:28 +00:00
phil 3330188abd 1.3 has long since come and gone, update some entries, add a couple. 1998-09-17 04:11:54 +00:00
jeremy ef4152beb2 Added microtime(9) man page. 1998-09-15 01:43:52 +00:00
lukem ff7d59c499 regen 1998-09-15 00:03:13 +00:00
kleink 7ccc52a0cc Add strtok_r(3) links. 1998-09-14 21:59:53 +00:00
tv 148929222c Transition sparc platform to egcs. 1998-09-14 21:21:58 +00:00
hwr bc8eeb32a3 Add greconfig and manpages to distribution. 1998-09-14 09:51:01 +00:00
ross 381c357cf0 distrib bzlib.h and more libbz2 pieces 1998-09-14 06:13:36 +00:00
ross cb634251ae Distribute libbz2. 1998-09-14 06:09:27 +00:00
ross 4ef30e719d Add bzip2 files and links. 1998-09-14 06:06:23 +00:00
tv 768b3efab5 Switch i386 to egcs 1.1. 1998-09-14 00:29:28 +00:00
tv a6844453f0 More egcs updates: MD-split objc headers, and add egcs compilers and
static libraries where applicable.
1998-09-13 23:40:35 +00:00
tv 8d78198425 Add libobjc and libg2c runtime shared objects from egcs. 1998-09-13 23:38:33 +00:00
tv a128febf5b MD-split the libstdc++ binaries and includes to reflect the state of
egcs/non-egcs default compiler on each platform.
1998-09-13 22:31:00 +00:00
tv 9adeb9bb84 Re-sort these files. 1998-09-13 22:14:03 +00:00
hubertf ac6daa6801 remove ATC_scores (PR#6083 by Joseph Myers <jsm28@cam.ac.uk>) 1998-09-13 15:23:17 +00:00
kleink 8338b64e68 Sync libc minor version number. 1998-09-10 18:43:58 +00:00
thorpej a2f0a3cd57 Add Heiko W. Rupp and Christoph Toshok to the supporting cast. 1998-09-09 21:44:18 +00:00
veego bf6b729115 s/tar xpfz/tar xpzf/ 1998-09-07 21:48:08 +00:00
kleink adc9739c01 ./etc/mtree/BSD.{pkg,x11}.dist are gone. 1998-09-05 18:50:52 +00:00
lukem 06b0ffe181 distclean is a synonym for cleandir 1998-09-05 14:46:13 +00:00
jeremy d04d27d492 Added kprintf.9 and its aliases. 1998-09-02 04:40:02 +00:00
lukem a8a59cbf07 regen 1998-09-01 05:39:12 +00:00
mrg a93789ab6a add a "ta=4.2BSD" to disktab. fixing choosing X sets to install. 1998-08-30 09:08:52 +00:00
mrg 2908b804b2 add <sys/swap.h> 1998-08-29 17:08:45 +00:00
tv 17a8cf53ba Note bump of bfd to 2.0 for asprintf() and vasprintf(). 1998-08-29 16:11:12 +00:00
tv 0b2df9f225 Update libbfd to shlib version 1.1. 1998-08-28 16:52:46 +00:00
mrg 0962b7457b remove duplicate ./kern entry. 1998-08-28 09:48:18 +00:00
mrg 96b4a0b8cc use $TOP in more places (pr5899 from jbernard@ox.mines.edu). 1998-08-28 02:47:58 +00:00
mrg d2c403a90e link newfs to mount_mfs not mount_nfs 1998-08-28 02:46:39 +00:00
mrg 974e750f0e use $TOP in more places (pr5899 from jbernard@ox.mines.edu). add empty depend/install targets. 1998-08-28 02:01:28 +00:00
mrg c827c05064 call it "instfs" not "floppyinstfs" as it is not for a floppy 1998-08-28 01:55:43 +00:00
hubertf 476960b4dc Add notes about steps to do after installation that are common to all
platforms; Thanks to Colin Wood and Simon Burge for their comments.
1998-08-23 12:42:16 +00:00
tv 8ca9a78df5 Add ranlib(5) (ar(5) was still there). 1998-08-22 05:37:51 +00:00
tv 43d85bdd29 Update libbfd version. 1998-08-21 19:27:28 +00:00
thorpej e585f0a3f8 Update supporting cast: Eric Haszlakiewicz, ITOH Yasufumi, Dante Profeta,
Tim Rightnour.
1998-08-21 01:45:14 +00:00
thorpej db354689ed Add Eduardo Horvath to port-masters list. 1998-08-21 01:33:28 +00:00
lukem 1831fd92ef regenerate (with #l info) 1998-08-20 10:58:22 +00:00
augustss b87d63e818 Add OPL man page. 1998-08-18 08:16:56 +00:00
mark 5cb492b751 Add mount_filecore man page to cat8 and man8. 1998-08-14 14:37:44 +00:00
mark 8f59bcd607 Added ./usr/include/filecorefs and ./usr/include/filecorefs/filecore_mount.h 1998-08-14 14:07:45 +00:00
mark 9a8e27564b Added ./sbin/mount_filecore 1998-08-14 14:06:34 +00:00
kleink b2f8ac044f Sync libc minor. 1998-08-11 17:14:05 +00:00
kleink f4afbb677b Sync for am-utils-6.0a16. 1998-08-11 17:13:02 +00:00
fair 5a388ca820 move mtio.4 from man4/vax to man4, per PR#5698 1998-08-11 09:46:13 +00:00
perry e31adf91d8 bzero->memset 1998-08-10 02:23:45 +00:00
perry 4900e681b0 bcmp->memcmp 1998-08-10 02:22:30 +00:00
is 93a587345f It's "HyperCOM 3Z", not "HyperCom Z3". 1998-08-09 22:29:01 +00:00
tsubai dfe3292f75 /usr/include/machine --> /usr/include/macppc 1998-08-09 07:50:54 +00:00
minoura 61c0d1071a Added parioctl.h. 1998-08-07 16:17:33 +00:00
augustss 48bae9ee88 Add MIDI support. The MIDI devices can be accessed as ``raw'' through
the /dev/rmidiN devices, or with a sequencer interface via /dev/music.
So far the only supported MIDI device is the MPU401 port on SoundBlaster
(and only on SB on isapnp, since we do not have locators with multiple
values yet).
1998-08-07 00:00:55 +00:00
minoura 626ed8e87d /usr/include/machine/kcore.h was missing. 1998-08-06 14:27:10 +00:00
minoura 25e525b352 grfioctl.h and iteioctl.h are now exported to /usr/include/machine. 1998-08-06 14:10:19 +00:00
hubertf bc66f03729 /route/s/-f/flush/ 1998-08-05 07:44:58 +00:00
kim c4a422bd94 Fixed my name. 1998-08-04 16:39:17 +00:00
thorpej 837189f8a1 Long-needed update of supporting-cast list: Robert V. Baron,
Aidan Cully, MINOURA Makoto, Greg Oster, Ty Sarna, Kim Suominen,
Nathan Williams.
1998-08-03 12:23:13 +00:00
lukem aa02ec494a link with -lutil for fparseln(). noted by jim bernard in bin/5895 1998-08-02 03:17:21 +00:00
augustss cd1974e246 Add ESS driver man page. 1998-08-01 16:37:32 +00:00
lukem 19e9da1bad update to libedit.so.2.2 1998-07-29 11:26:36 +00:00
augustss 75e1bfa81f Note the supported USB hardware. 1998-07-29 09:04:10 +00:00
tsubai 1d3fe14e52 Add .profile 1998-07-29 05:52:19 +00:00
tsubai 04e0026f9b Add md part of sysinst. 1998-07-29 05:41:55 +00:00
pk 99e07bed22 Add /usr/include/dev/sbus. 1998-07-28 11:08:19 +00:00
pk 76df1b3aa5 Stop installing db_machdep.h, fbvar.h, z8530.h 1998-07-28 11:07:23 +00:00
tsubai 137185670b Add bootfloppy stuff. 1998-07-24 15:55:28 +00:00
perry 8b1c09ac98 Add some missing lint libraries. 1998-07-23 03:35:04 +00:00
perry 662b3e495b 1) move lint libs to the mi list -- all architectures will be building
lint libs.
2) on some md.* files, change "/machine/" to "/$ARCH/" to reflect the
   new way we do /usr/include/machine include files.

Note that some archs probably need md lint libs added, and some
machines probably still need their /usr/include/machine support
frobbed, but it is a good start.
1998-07-22 17:53:55 +00:00
perry 6a5692e5a2 update... 1998-07-22 17:17:45 +00:00
perry 772c77a727 Add options for including the "domestic" ("secr") sets. 1998-07-22 17:01:43 +00:00
rvb a3d43525ee Fix BIOS GEOMETRY menu 1998-07-21 14:53:36 +00:00
lukem 73d76dbb85 regen 1998-07-18 05:31:05 +00:00
mark b5332402a9 Added lint libraries. 1998-07-14 21:28:21 +00:00
augustss 9d99e1b342 Add USB. 1998-07-12 20:14:30 +00:00
augustss c227026fe4 Add USB files. 1998-07-12 20:10:48 +00:00
thorpej 2d07fdc85e Add elf_machdep.h 1998-07-12 01:22:08 +00:00
pk cad8e2dd88 Add mbppio.h 1998-07-07 11:21:54 +00:00
ross 14f912df15 More edits to make these instructions apply to snapshots as well as
releases. There is now a #if _FOR_RELEASE that selects text blocks.
1998-07-07 03:40:32 +00:00
ross a74ba1b0a5 #if 0 the entire supported hardware section and add a #else note explaining
its absence from the snapshot instructions.
1998-07-07 02:38:18 +00:00
mrg 32f519716b - use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
kleink eb53c85102 Add amiga/fdc(4). 1998-07-05 20:05:38 +00:00
ross 2b27474301 #if 0 the 1.3-specific release notes so this can be used for snapshots.
Rework the preamble of the dedication slightly; it now refers simply to
"the current release".

Delete someone listed in "supporting cast" purely by mistake.
1998-07-05 14:20:03 +00:00
ross 9910c1d3ee Keep trying to make this amount to something. 1998-07-05 13:59:25 +00:00
mrg 1a8cd8bfd7 add uucpd.8. 1998-07-04 21:59:36 +00:00
is 311c8a0a7b Fix typo pointed out by Michael K. Sandersi in PR 5656. 1998-07-04 18:51:00 +00:00
ross c2f5c9d517 Make the -x11 case actually work. Make the tempfile symbolic. 1998-07-04 09:27:18 +00:00
tsubai d6343652c5 Add powerpc and macppc files. 1998-07-03 12:29:29 +00:00
augustss b07356663e Add another sound card. 1998-07-03 11:32:14 +00:00
tsubai e309aa6846 macppc ramdisk tools. 1998-07-03 11:20:08 +00:00
lukem 3444f2aeff regen 1998-07-02 08:27:39 +00:00
jonathan f846ca5dca Do datbase normalization on sets/lists/*/* containing shared-library
related files. Partition into three categories:
  *  shl.mi -- MI sharedlib files present on all ports with shared libs
  *  shl.aout -- MI sharedlib files present on all ELF ports
  *  shl.elf -- MI sharedlib files present on all a.out ports

Add rudimentary shl* support to makeflist.
Remove files left empty after shlib normalization.
Add ad.mips where appropriate.
Make  libc, libedit numbers consistent (libc.so.12.29,  libedit.2.1).
1998-07-02 06:36:35 +00:00
marc 1fa113224d update to reflect reality 1998-07-01 04:36:52 +00:00
cgd eed439cd86 add puc manual page (formatted and unformatted) 1998-07-01 02:02:36 +00:00
thorpej 0e5d7351fc Add man pages for the positional i/o system calls. 1998-06-30 21:35:16 +00:00
ross 5a4035534b Make the include/machine -> include/alpha change in comp/md.alpha.
Sync the rest with reality.

More rogues' gallery nominations for modifying the distribution without
updating the sets:

	cgd             bsd.kinc.mk
	christos        fktrace.2 link
	christos        libc version
	fair            ch.4
	fair            scsi.4
	fair            ss.4
	lukem           libedit version
	mrg             packages.7
	tron            examples/amd/cd

You all owe me beer.
1998-06-30 20:40:10 +00:00
ross a1394485b6 Revert yesterday's change. 1998-06-30 20:25:14 +00:00
ragge 104c2d4f3e Oops, had forgotten hard link to fsck_ffs. Pointed out by Roger Ivie. 1998-06-30 20:14:19 +00:00
ross e18398dff5 Move the crt{begin,end}* stuff from base to comp.
Sync mi with reality.

The rogues' gallery nominations for today:

	augustss        ariareg.h
	thorpej         smc83c170{reg,var}.h
	drochner        wsdisplay_usl_io.h
	jonathan        timepps.h
1998-06-30 19:06:48 +00:00
ross 047edc1df7 Compensate for the /usr/include/${MACHINE_ARCH} change. 1998-06-30 05:13:31 +00:00
ross 49eca14af2 Move c++rt0 from mi to md files, except for 68K where it goes into ad.68k. 1998-06-30 04:03:29 +00:00
ross c43544845e Split the libraries correctly into base and comp set elements, like Chris
did for 1.3.2.
1998-06-30 03:49:00 +00:00
ross 567fbba53c Mechanism for installing the independently packaged alpha toolchain.
Originally written by Chris Demetriou.
1998-06-30 03:11:23 +00:00
ross 58091d9dec Improve the alternate unpacking shellcode. 1998-06-27 09:15:28 +00:00
ross 86c54874c2 The newly churned maketars was apparently not tested in its normal
mode with no options and no parameters.

You have to be careful about the difference between $@ and $*.
In particular, "if [ -n "$@" ]" does not do what you think it will.
1998-06-27 08:27:36 +00:00
thorpej f5a2f43b81 Update for fixed libutil shlib version 1998-06-27 05:17:18 +00:00
lukem 49d7017467 regenerate 1998-06-24 08:34:10 +00:00
mrg 58e5e70a16 remove bogus unnecessary "NetBSD-X.Y" directory from cdrom path; it will not exist for future cdroms 1998-06-22 12:18:52 +00:00
mrg d4e36ea579 this is called bootfs now. 1998-06-22 02:20:09 +00:00
mrg df19693416 oops, missed this change. 1998-06-21 13:56:18 +00:00
mrg 2762ae0f2b move distrib/sparc/floppies/* into distrib/sparc, so that the boot image
can be accessed for cdrom systems.  rename "bootfloppy" to "bootfs" as it
is used for cdroms, not just floppies :)  adjust paths as necessary for
this merge.

--- done via repository copy.
1998-06-21 07:39:45 +00:00
mrg 8d596302c7 add /mnt3 and /kern 1998-06-20 15:06:45 +00:00
mrg 76ca309bff add link for tar/cpio, fix mount_mfs, and add kernfs 1998-06-20 14:38:42 +00:00
mrg c22655fe0c FLOPPY -> INSTALL 1998-06-20 13:31:34 +00:00
mrg d1b0d1b602 KNF. 1998-06-20 13:05:48 +00:00
mrg 3e6e1c5a04 KNF, and don't copy filesystem. 1998-06-20 12:46:00 +00:00
mrg 238d69a954 add mount_mfs, getopt, use the src MAKEDEV and disktab files. ln less more 1998-06-20 12:07:11 +00:00
mrg 9ad088bf84 mount /dev/md0a rw 1998-06-20 12:05:32 +00:00
mrg 1caf02a0cf moved <machine/sun_disklabel.h> to <dev/sun/disklabel.h> 1998-06-20 03:50:51 +00:00
leo 7fe67ad2db Clarify and correct the 'Configure your network' section a bit. Getting
this section to work perfect on the bootfloppy requires a lot more work :-(
1998-06-17 11:55:39 +00:00
lukem 7d839991bd * remove empty md.* files now that makeflist supports non-existant md.* files
* factor all m68k common stuff into lists/*/ad.m68k
  XXX:	this should be done for mips (when it's not just the pmax), and
	powerpc (when there's a powerpc port put here ...)
1998-06-15 14:47:44 +00:00
lukem c1ad909d7a * replace '-arch arch' with '-m machine' (as per make(1)'s $MACHINE). e.g, i386
* add '-a arch' - $MACHINE_ARCH. e.g, m68k, powerpc
* replace long -options with short -options (with backward compat)
* ``knf''ify scripts
1998-06-15 14:45:05 +00:00
is 3a54f4c95c Clarify description of FPU emulation and A2232 support, the latter on
request of PR 5226 by Eric Delcamp.
1998-06-15 14:21:35 +00:00
lukem 17d5b111ca sort files 1998-06-15 13:28:40 +00:00
lukem d1e9a60e66 update to libc.so.12.27 and libutil.so.5.0 1998-06-15 07:45:53 +00:00
kleink e56493d55c Add {a64l,l64a}.[03] entries. 1998-06-14 17:52:00 +00:00
kleink f565c416ca Add fdatasync.[02]. 1998-06-11 20:23:51 +00:00
mrg dea9abaf42 add /usr/sbin/update, sun, xterm, and tvi925 termcaps, and a disktab.preinstall file. 1998-06-09 14:21:02 +00:00
dbj 53330fc840 created for the initial snapshot. 1998-06-09 09:17:42 +00:00
augustss fb2afe7cbe Add Aria driver. 1998-06-06 15:44:23 +00:00
lukem ad19e79da0 add share/examples/ftpd/* 1998-06-06 07:02:47 +00:00
mrg 8eff781723 add my zlib-based gzip for installs. 1998-06-06 06:11:19 +00:00
mrg c12376b3fa rename INSTALL FLOPPY. add tset. 1998-06-06 06:09:14 +00:00
mrg ea2d6ba9bb no longer necessary. 1998-06-06 05:34:44 +00:00
mrg 5725ca5157 initial sysinst support for the sparc, based on the alpha stuff. not heavily tested. 1998-06-06 05:34:00 +00:00
mrg 5da299f886 bootable floppy support for NetBSD/sparc, based on some i386 stuff 1998-06-06 05:29:50 +00:00
lukem 591111382b regen 1998-06-03 02:43:18 +00:00
lukem 86d96336f3 spell successfully correctly 1998-06-02 14:14:46 +00:00
gwr 6a5e8c9ebf Remove: Xsun24 (not built for the sun3)
Add: constype, kbd_mode (useful where the Xserver runs)
1998-06-01 16:04:03 +00:00
veego dc24f07a8f Sync it with the reality. 1998-05-30 15:16:52 +00:00
lukem 446d675ab9 regen 1998-05-30 02:10:37 +00:00
gwr 46d31e9f26 Use the INSTALL kernels. 1998-05-29 17:58:53 +00:00
gwr f96f2e46a5 Added netbsd-inst.gz (INSTALL kernel). 1998-05-29 17:57:11 +00:00
matt caa5e1cdeb Add fta.4 entries 1998-05-27 02:55:18 +00:00
tv 7c136376e9 Disable Berkeley ar, nm, ranlib, size, and strings, and enable binutils. 1998-05-25 20:06:38 +00:00
tv 71f42e433f Bring these up to date with reality. 1998-05-24 04:29:25 +00:00
augustss 4f2f40875e Add ym man page. 1998-05-23 19:24:50 +00:00
drochner 0a98b8a592 note that 3c905B in not supported
(from Nathan J Williams <nathanw@mit.edu>)
1998-05-22 11:47:01 +00:00
drochner 146444c078 DEPCA (ISA) is proven to work
add 3c90X
1998-05-20 17:16:08 +00:00
pk 379dd97906 Add <machine/bus.h> 1998-05-20 13:53:44 +00:00
ross 69d7a14c49 Define a floppy with just the GENERIC kernel on it. This lets a site
run diskless without having to netboot, which, besides being difficult,
isn't always possible on a particular firmware rev.

Also, this gives the tc machines a floppy that does something, although
they will get a proper install floppy "one of these days".
1998-05-20 02:05:58 +00:00
scottr 08799bc7a2 Revert the section from v1.8 that put my email address back into the
document, instead of the mailing list.
1998-05-19 13:45:01 +00:00
chopps 93be4ccdb5 add fr.xkm 1998-05-17 14:25:06 +00:00
kml 4d13bea3d5 add entries for eshconfig, esh for HIPIP driver 1998-05-16 19:00:06 +00:00
is b11b13a868 Add a section about installation from CD-ROM media. 1998-05-15 20:13:02 +00:00
ross 8eb0decb6a Edits for toolchain installation. 1998-05-15 18:52:54 +00:00
matt 7be8597d47 Document the support of LEMAC and DEPCA type ISA cards. 1998-05-15 17:20:00 +00:00
fvdl 4cefa17401 Forgot this in previous. 1998-05-15 15:19:25 +00:00
fvdl f998547470 Add MD cleanup function to do some thingd once the install is done.
Only implemented for the i386; behaviour for other ports is
unchanged. For the i386, make this function remove some extraneous
files in /, and frob rc.conf to have rc_configured=YES. The defaults
are reasonable, and it saves the user having to set TERM and mount
filesystems by hand in order to be able to edit /etc/rc.conf

(XXX not very clean, but it's a workaround to be more user-friendly
 for 1.3.2)

Also adapt a few messages slightly so they apply to both situations.
1998-05-15 15:12:29 +00:00
fvdl 5a3abef151 Update: system boots fully after install, TERM + mount frobbing
to be able to edit rc.conf no longer needed. Add a "Quick Install"
        section, using CD-ROM as an example.
1998-05-15 15:08:42 +00:00
fvdl fcd6e2c407 Add some files that appeared in 3.3.2 or were missing earlier. 1998-05-15 15:06:13 +00:00
drochner 505b0a7b01 Add "pcdisplay".
Being here, add if_hippi and fix order.
1998-05-15 10:33:16 +00:00
ross b230bf09a0 Insert edits suggested by cgd@netbsd.org and fix the cpp alpha/*.tgz
unclosed-comment error. (sigh)
1998-05-15 03:28:55 +00:00
augustss 5a916bd4bb Add Ensoniq AudioPCI. 1998-05-14 08:14:59 +00:00
lukem 802b840ba8 regen 1998-05-14 06:24:31 +00:00
kml 278987aba7 Added entries for include files and man pages for RoadRunner HIPPI driver. 1998-05-14 00:39:37 +00:00
ross 8cc228c742 The previous rev deletes the three crunchgen(1) output files on error. 1998-05-13 19:13:06 +00:00
ross f1e5d2be9f Note that a ./MAKEDEV all is needed, document the install script
functions, briefly describe a manual install, fix section cross
references, and other misc edits.
1998-05-13 19:07:46 +00:00
thorpej c014502ab3 Much closer to reality. 1998-05-12 04:09:46 +00:00
thorpej 487beb2373 bump libutil version 1998-05-12 04:02:30 +00:00
thorpej d52217f4db libtermlib_pic.a is installed. 1998-05-12 04:00:57 +00:00
thorpej 5a90cbeb4d Fix libkvm shlib version 1998-05-12 03:57:36 +00:00
thorpej eaebd24370 libamu_pic is no longer installed 1998-05-12 03:57:01 +00:00
thorpej 854e13935b Fix libamu shlib version 1998-05-12 03:55:18 +00:00
thorpej ba88668f59 Add rcslog 1998-05-12 03:52:01 +00:00
thorpej 6d1c6510d0 Fix some TC-related clock headers. 1998-05-12 03:50:59 +00:00
thorpej 91e1c4ab1c Delete bsd.port*.mk 1998-05-12 03:48:22 +00:00
ross 8cb8f7b2b1 Correct spelling in */upgrade. More general editing in alpha/install. 1998-05-12 00:00:18 +00:00
cgd 3ad93320db add md alpha security set files 1998-05-11 23:41:42 +00:00
ender 51b1fcd02d Make note of CD-ROM based install 1998-05-11 20:43:37 +00:00
ross fe6275bedb Getting closer. 1998-05-11 20:04:47 +00:00
thorpej 1f300b3cdd Goodbye tuba_table.h 1998-05-11 20:02:51 +00:00
mycroft 3a609af5ba Make all the sum files. 1998-05-10 16:48:44 +00:00
scw b014edcabc Delete "./sbin/ldconfig" entry; it's in "mi". 1998-05-09 17:28:10 +00:00
veego 443684836c Remove the comment about a know problem with the Ariadne ethernet card,
because the problem is fixed.
1998-05-09 10:06:52 +00:00
cgd 66086e3be0 add .so's for all of the shared libs (just symlinks). These are only
used when compiling (or should only be used then), so putting them into
xcomp is good even though putting them into xbase wouldn't cost too
much space.
1998-05-09 04:17:46 +00:00
cgd 4cb5c4741a add .so.M and .so.M.m for all of the shared libs, and
X11R6/lib/X11/xdm/libXdmGreet.so*.  (the latter gets .so, .so.M, and
.so.M.m because i'm not sure which it really needs, can't easily test it,
and don't want to fail to include something which is necessary.  In all
likelyhood, the .so.M and .so.M.m forms simply shouldn't be built for
objects only used with dlopen(), like this one.)
1998-05-09 04:13:46 +00:00
cgd 1df707facd add X and XalphaNetBSD 1998-05-09 04:09:05 +00:00
ross 74839eb5d0 s-/usr/mdec/install-&boot- 1998-05-09 04:02:07 +00:00
ross bffbd61da4 Untangle the first paragraph in the upgrade notes that were copied
from i386/upgrade.
1998-05-09 03:49:30 +00:00
ross e937bf2ed5 Modify ./contents + ./install;
* no more binary toolchain tarball
	* source toolchain tarball still present
	* some english
	* add bs=18k on the floppy dd(1) example, just to be safe on systems
	  that don't like to cross cylinder boundaries (and it's faster)
Modify ./upgrade:
	* untangle the first pp
1998-05-09 03:42:00 +00:00
mrg f3ca264c1e uvm_swapout is a static function, not exported. does not belong in uvm.9 1998-05-09 00:48:20 +00:00
cgd ad04c11900 . and ./usr are in base; they should not be here (or in the tar file
generated for this set).  (Yes, if you're using checkflist to check
only an X11 built, then you'll have . and ./usr reported as being in
your built but not being in the lists.  That is _not_ incorrect,
in this case.)
1998-05-08 20:47:35 +00:00
kleink cbb131cd8a Add uvm_swapout(9). 1998-05-08 16:22:35 +00:00
mrg 6601a9d68e add uvm man pages and sort. 1998-05-04 07:28:15 +00:00
lukem bc91315dd8 add sup.owl.de 1998-05-04 04:44:20 +00:00
ross f7a658d062 The 3/29 rewrite broke floppy builds, so add back a (different)
hack to enable this to work when included from a different directory.
Idea:  if the crunchgen(1) child were to cd to the target directory
just prior to executing its manufactured Makefile, then problems
like this might not occur.
1998-05-03 16:50:25 +00:00
ross a03f8a588d Add clean and cleandir targets. 1998-05-03 16:42:37 +00:00
ross 2727bebf77 Always rebuild the crunchgen targets, otherwise a second make will bash
on even in the face of missing files.
1998-05-02 08:50:12 +00:00
ross 25df7fccdd Build x_sh, even though some non-sysinst ports don't use it. Yet. 1998-05-02 08:04:52 +00:00
ross 8a77a8a4f5 Descend into ./utils and ./notes, possibly into ./miniroot and also
into ./${MACHINE} if ${MACHINE}/Makefile exists. (None do right now.)
1998-05-02 07:40:23 +00:00
kml e3fb1a9993 update for rt_timer(9) man page 1998-04-30 17:14:26 +00:00
kleink d4ef5aa94d Add <inttypes.h> and <sys/inttypes.h>. 1998-04-29 13:31:07 +00:00
ross 604d3ff418 Take out telnet manpages as they have been removed from the domestic
Makefile...
1998-04-29 03:58:30 +00:00
fair c4b0f47514 fix mdoc references and .Nm usage 1998-04-28 18:17:33 +00:00
lukem 15766e96a1 regenerate 1998-04-27 16:22:34 +00:00
thorpej 3ec2ee0140 Add Tim Shepard to the supporting cast. 1998-04-27 03:09:42 +00:00
thorpej 4299d2a2a0 Update Steve Allen's e-mail address. 1998-04-27 02:51:26 +00:00
drochner 0db305628b move DEC TGA to mi, add some missing header files 1998-04-24 20:26:36 +00:00
thorpej 1ddc5b8204 Add Thomas Gerner and Ken Hornstein to Supporting Cast. 1998-04-22 22:08:06 +00:00
ross 83747abe43 New intro pages from abs@netbsd.org 1998-04-22 07:52:07 +00:00
ross 29ec9d6d68 big sync 1998-04-20 06:36:15 +00:00
ross 0700a8eb32 ++./sbin/ldconfig 1998-04-19 20:57:58 +00:00
ross 091b5fd937 rm sun3x 1998-04-19 20:36:17 +00:00
ross 2b9bfc248e Move ./sbin/ldconfig from mi to md.most-of-them and kill sun3x dirs. 1998-04-19 20:21:46 +00:00
ross 9fa0ea1e0c md.alpha: pmap.{old,new}.h-- z8530var.h++
mi:       sync lots of new stuff
1998-04-19 10:35:45 +00:00
ross 555363374b Eliminate /usr/include/dev/ic/smc90cx6reg.h and .../dev/vme/*.h as these
are in the mi file.
1998-04-19 10:00:57 +00:00
ross fd0336a792 Add uvm/uvm*.h. 1998-04-18 01:09:08 +00:00
jeremy b64de1ea00 Added instructions for installing from SunOS. 1998-04-15 02:27:07 +00:00
frueauf 2a4a35095c Add some missing files. 1998-04-14 08:22:36 +00:00
lukem d3ecec520c use CPPFLAGS not CFLAGS 1998-04-13 14:10:05 +00:00
ender de57defb67 o Added a known hardware problems section
o Documented clock lossage per suggestion from Jonathan Stone
o Documented the long-standing SCSI difficulties
1998-04-10 22:52:41 +00:00
thorpej 9aa633e807 Move Herb's name from Supporting Cast to Core. 1998-04-09 21:11:23 +00:00
christos 1820947a9f Simplify so that this works. 1998-03-29 09:22:06 +00:00
thorpej 9ec671bd30 Make a note of the new Alpha port maintainer, Ross Harvey. 1998-03-22 03:56:55 +00:00
thorpej 7eed6ad8d8 Bring in bsd.own.mk to get the definition of BSDSRCDIR before checking
to see if it's defined.
1998-03-19 00:08:25 +00:00
thorpej cc934bdb2c Pull in bsd.own.mk to get a number of things right. 1998-03-19 00:07:27 +00:00
jtc f7ca86bc2d regsterrpc.3 -> registerrpc.3 1998-03-18 01:37:39 +00:00
gwr 27cddeb0fe Add target all 1998-03-17 23:03:32 +00:00
thorpej ad87370347 Sync port-maintainers w/ www pages. 1998-03-11 23:39:39 +00:00
thorpej e548c86044 Update for a slew of new developers. 1998-03-11 23:31:26 +00:00
lukem 1592a26e0e regenerate 1998-03-03 01:12:49 +00:00
cgd 9c995abe57 note that only static compilation makes sense here 1998-03-02 19:58:19 +00:00
cgd f45dd19e06 note that only static compilation makes sense here 1998-03-02 19:50:53 +00:00
phil 8668166c18 Make sure fdisk gets told the proper BIOS geometry on every
execution of fdisk.  Otherwise we loose big time.  Should close
PR 5052.
1998-02-27 21:30:09 +00:00
phil 84c669fc44 Make the CDROM default path be .../NetBSD-<rel>/<machine>/binary/sets
as specified in release(7) for the ftp site.  This is because I'm
assuming that the CDROM would just be a copy of the ftp site minus
duplication.
1998-02-25 05:26:37 +00:00
jonathan 1483395dbe Move DOS BIOS-geometry and MBR-handling code to MI code for powerpc, arc:
* Split bios geometry and MBR partition editing code formerly in
    arch/i386/{md,fdisk}.c to mbr.c in mi  directory.
  * Leave /sbin/fdisk parsing/handling code in separate file,
    we may want to change it later. move to mi directory.
  * Create mbr.h with declarations for MBR/BIOS-geomotry code.
    #include "mbr.h" in  i386 md.h.
  * Use symbolic names for 386bsd and new NetBSD partition IDs.

Handle MBRs with both 386bsd and NetBSD partitions less stupidly.
1998-02-24 05:36:03 +00:00
jonathan 1cfa173f7c Add symbolic names for new NetBSD MBR partition ID and for Linux. 1998-02-24 04:32:22 +00:00
jonathan 0ed9642fe0 Add menu entries to md_distcustom for installing X11 sets
in menus.md.{eng,fr}, lifted verbatim from Alpha and pmax.
Give last split-floppy for each X11 set, for 1.3.

FIXME: if the number of floppies in any split set changes for 1.3.1,
syinst is hosed for 1.3.1. Same is true for any release: we can't
install from split sets if the count of floppies doesn't match
the precompiled version.

The number of floppies in a split set should be computed dynamically
from a directory listing, or read from a config file in the split
directory.
1998-02-23 22:55:09 +00:00
mycroft 4462053ab3 Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
phil eaeadf7187 Take 3! Added prototypes instead of including defs.h. Compiles now
cleanly both with sysinst and standalone away from sysinst.
1998-02-20 07:43:52 +00:00
jonathan 98b0f2b8ad * Prune default CD path from "/Release/NetBSD/NetBSD-" back to "/NetBSD-".
* Add cp_to_target() to  copy a file from current root, to an absolute
  path relative to target root.

* Clean up alpha, arm32, i386, pmax MD code: use cp_to_target()
  NB: Alpha uses target_expand() when calling installboot.
* Add tests for target == current root. Intended to support
  `upgrade/reinstall' to current root, either for testing or easier
  minor-release upgrades. Only tested on pmax.
1998-02-20 02:33:51 +00:00
jonathan 2ce5d64f35 Pull up fixes for coment typos, punctuation, and (partial,inconsistent) KNF
from sysinst/arch/alpha/md.c.
1998-02-20 01:53:59 +00:00
jonathan 317aef44f1 Undo the include cleanups of previous revision. Fixes missing
prototypes when compiling into sysinst, rather than standalone testing.
1998-02-20 01:40:53 +00:00
jonathan 95eae8964b Remove comment references to /mnt: some ports support upgrading while
running from the target root.
1998-02-20 00:37:17 +00:00
phil a7a3b90218 Clean up the includes, make it work as an independent program better,
add a loop in the main to factor all command line parameters.
1998-02-19 19:38:39 +00:00
phil a924a02bc1 Make the primes generation go to the true square root of parameter
max.  (Pointed out by jb@dilbert.apo.nmsu.edu (Jon Brinkmann) on
usenet.)
1998-02-19 18:37:58 +00:00
enami 2b5b4618f8 SlimSCSI is not AHA- but APA-. 1998-02-13 04:22:11 +00:00
gwr b655b3e60a Merge sun3x into sun3 1998-02-12 21:45:09 +00:00
gwr 6bee102283 See md.sun3 1998-02-12 20:47:40 +00:00
gwr bb8c2b7155 New layout for the boot tape, with both sun3 and sun3x kernels. 1998-02-12 20:32:44 +00:00
gwr c0a778a235 Build two ramdisk kernels: netbsd-rd.sun3 and netbsd-rd.sun3x
(one for each machine architecture)
1998-02-12 19:56:25 +00:00
gwr 4a0868db44 Put both netbsd.sun3 and netbsd.sun3x kernels in the miniroot image
so it will boot on both kinds of machines.  (The boot program will
load the appropriate one).
1998-02-12 19:55:14 +00:00
gwr 0a28d6e8f2 See src/distrib/sun3 1998-02-12 18:26:37 +00:00
kleink f500bb1c0f Fix Thorsten Lockert's attribution. 1998-02-11 18:30:32 +00:00
is 1174dff7b7 Warn about possible Ariadne problem. 1998-02-11 17:23:16 +00:00
thorpej 69c0c710e5 Fix some printfs and prototypes. 1998-02-09 07:40:15 +00:00
thorpej fee167dd96 Needs <time.h> 1998-02-09 07:34:16 +00:00
phil c39e6b7b4f Moved selection of distribution sets to before selection of distribution
medium.
1998-02-09 07:03:38 +00:00
phil 4b083bc3ac Ask for custom/full and select distribution files before selecting
distribution medium.  Makes ftp fetch only needed files.
1998-02-09 06:55:27 +00:00
jonathan b59abe7c80 Set hostname (via sethostname()) after configuring network.
Save hostname in /etc/myname when saving networkg config.
From Nathan J. Williams <nathanw@mit.edu> in PR bin/4781.
1998-02-07 10:28:02 +00:00
jonathan 005abca7c5 Fix typo in table of files to check for in target. Found by Phil Nelson. 1998-02-07 09:32:32 +00:00
christos e3fbe7d27f Warnsify, remove register declarations and -lcompat 1998-02-04 11:08:37 +00:00
mikel 181489ecb5 updates from Steve Allen in PR misc/4892 1998-02-02 07:50:11 +00:00
mikel fcc8ca0f4e add /etc/ld.so.conf, from Steve Allen in PR misc/4892 1998-02-02 07:34:17 +00:00
mikel d64c301ef9 header & manpage updates; from Steve Allen in PR misc/4892 1998-02-02 07:31:42 +00:00
mikel 82454f0de6 share/examples/amd & share/man/{cat,man}{4,9}/sun3x, PR misc/4892 1998-02-02 07:14:53 +00:00
mikel a285b11124 update libc version to 12.24, from Steve Allen in PR misc/4892 1998-02-02 07:12:25 +00:00
is 2beb2bfe73 Add missing parts to "Once your kernel boots". 1998-02-01 16:28:54 +00:00
is ba6183b9a4 Add missing pieces in boot procedure description. 1998-02-01 16:17:08 +00:00
jonathan b8fd5128dc Fix typo "vide" -> "video" from PR 4785 1998-02-01 03:05:57 +00:00
thorpej 75367b2996 Add tset(1). 1998-02-01 02:16:43 +00:00
thorpej bf64e85e53 XXX No xserver set for now. 1998-02-01 02:11:01 +00:00
thorpej 508eb6d6ba Add support for building an "install kernel", which contains a ramdisk
in its belly.  This differs from the floppy kernel in that it uses the
sysinst installation tool (and thus requires more space; the ramdisk is
3M).

This is useful for netbooting and installing or for placing on a CD-ROM.
1998-02-01 01:58:47 +00:00
thorpej 6aed8140af Oops, fix a few stray "arm32"s.. (Guess where I copied these files from? :-) 1998-01-31 22:30:09 +00:00
thorpej ff2548ba56 First-cut at Alpha support in sysinst. 1998-01-31 22:28:33 +00:00
is 44e67ce5cc We don't ship with a FORTRAN compiler... point this out (the old text was
misguiding).
We do ship, however, with an Objective C compiler.
1998-01-28 10:38:10 +00:00
bad 4da46852f5 We don't need to manually flush the buffer cache after ``vnconfig -u''
anymore.
1998-01-26 23:50:54 +00:00
veego 48b59e11c5 Back out the ipnat static change. 1998-01-24 19:15:04 +00:00
veego 884c32ed05 Add new RELOCATED_FILES_14 because ipnat moved from /usr/sbin to /sbin. 1998-01-23 22:36:39 +00:00
phil f5e19c36f7 Update to current distribution. 1998-01-19 20:34:30 +00:00
lukem 512b1ee76d add ftp.dk.netbsd.org (sunsite.auc.dk) 1998-01-18 23:24:39 +00:00
drochner c2f99d2a8e update for changed uha1 ISA base address 1998-01-14 15:31:41 +00:00
lukem 910a3d4cc4 regenerate. PS: the rcsid gets nuked, but it's not necessary IMHO 1998-01-14 11:00:03 +00:00
scottr 8bc19b019b Update for mandated release structure. 1998-01-14 06:50:26 +00:00
scottr e6de4bea3e Update checksum file notes, and fix a use of the word 'comprise'. 1998-01-14 06:39:52 +00:00
cjs 61826c3946 Make INSTALL a fully-loaded kernel (for booting from network or CD), and
INSTALL-FLOPPY a stripped-down version to fit on a floppy.
1998-01-13 23:49:31 +00:00
tv 57e950df04 Add edlabel (checkflist finds it, perhaps this should be removed later ?) 1998-01-13 12:02:40 +00:00
ender ff391f5414 Fix an oversight in the multi-partition install procedure.
Noticed by Gunnar Helliesen <gunnar@bitcon.no>
1998-01-12 23:23:38 +00:00
mikel 553548fb22 sparc kmem(4) 1998-01-10 23:08:35 +00:00
perry 6b9926770a get rid of secretmail residue -- suggested in pr-4568 from Carl Shapiro 1998-01-10 00:06:23 +00:00
perry af38d09ecc remove outdated paragraph -- moots pr 4702 (from Simon J. Gerraty) 1998-01-09 22:55:01 +00:00
perry 3891a64da7 Add $HOME to profiles, closes pr 4323 (from Tatoku Ogaito) 1998-01-09 21:51:25 +00:00
perry 4a5428be69 RCS Id Police. 1998-01-09 18:56:42 +00:00
perry 8af87c997a RCS Id Police. 1998-01-09 18:45:24 +00:00
perry 1bedda47ee slightly improve RCSid nuking 1998-01-09 18:34:06 +00:00
perry 497f3494e0 Add a sed expression to nuke $NetBSD:.*$'s from the source files. This
way, we can safely add them to all the document source files in the
repository without changing the INSTALL document output. Long term we
are going to have to decide on a better document generation mechanism
-- this one is really on its last legs and too ad hoc for words.
1998-01-09 18:25:25 +00:00
perry 1e36a24cbc remove /usr/include/kerberosIV dirent from here -- it is in the base set 1998-01-09 17:48:02 +00:00
perry f4ad4a7346 Fix a pr-4797 (Dave Huang) -- we messed up the model number on one NCR
SCSI adapter.
1998-01-09 16:43:54 +00:00
tv f3f7f5eb02 add all the other shared libs not listed before 1998-01-09 14:04:56 +00:00
perry 3fe138c146 RCS Id Police. 1998-01-09 08:03:16 +00:00
leo 2e2141a52f Updates and clarifications (mostly from Julian Coleman). 1998-01-07 11:30:45 +00:00
thorpej 3daa038bda Add fork1.{0,9} 1998-01-07 00:35:31 +00:00
perry 2ec6474b31 RCSID Police. 1998-01-06 04:44:59 +00:00
lukem 1b0e96ce8f regenerate 1998-01-05 09:26:17 +00:00
scw d6e657f29f Sync with release(7), and update ftp site IP address. 1998-01-04 12:48:14 +00:00
tv 581952e735 Use the boot/bootxx files from ${DESTDIR}/usr/mdec, not /usr/mdec.
(Avoid using "new" bootcode as part of a release, for uniformity.)
1998-01-01 17:48:50 +00:00
perry 5bdceaeec2 some last fixes from Ted Lemon 1997-12-30 00:04:10 +00:00
perry 463816f2d0 make makesrctars make the "correct" flavor of source sets 1997-12-29 23:31:06 +00:00
perry 6de2c107db fix up information on source distribution sets 1997-12-29 23:28:21 +00:00
perry 8980735b3c Fix up my attribution, and and realphabetize Ted's last add. 1997-12-29 20:40:47 +00:00
mellon 28e65f7b20 Credit me and the ISC 1997-12-29 20:34:46 +00:00
cjs d5f6b80949 Various corrections, additions and reformatting. 1997-12-29 18:31:47 +00:00
perry 93def66878 fix Koji Imada dedication slightly 1997-12-29 15:32:26 +00:00
scottr 468b6a1e56 Update IP address of ftp.netbsd.org. 1997-12-29 15:13:00 +00:00
mrg 8134ad650c remove my name from here now that it is not needed. 1997-12-29 09:05:26 +00:00
fvdl afb0aab8ae Move some MI stuff to i386 MD files, courtesy of the broken config
files for other ports.
1997-12-28 15:12:04 +00:00
perry c2306ec01f A bunch of changes intended as final fixes for 1.3:
Fix Typos.
Fix the "Compatibility Issues" section to be a bit cleaner
linguistically, and move it to a better spot in the document.
Add lines dedicating the 1.3 release to the late Koji Imada.
1997-12-28 00:59:36 +00:00
fvdl 3133fe7351 Add various missing files. 1997-12-27 22:25:07 +00:00
veego cdaaa46a87 Add ./usr/X11R6/lib/X11/xkb/compiled/de.xkm. 1997-12-26 20:43:05 +00:00
matthias 339ac3a9c1 use sysinst for installation. 1997-12-26 09:15:56 +00:00
hubertf 7237662c4e Added a paragraph to distrib/notes/INSTALL about the moved binaries
(dumpfs, dumplfs, quotacheck), plus added mountd to Frank's remark on
changed NFS daemons.
1997-12-26 05:41:03 +00:00
chopps a291a8ed56 add non-rewinding note from 1.3 branch 1997-12-26 02:57:30 +00:00
fvdl 9630119c6d * mount NFS directory to get the sets from read-only,
same for floppies (from Christoph Badura)
* allow user to run 'Configure network' multiple times, to correct errors
  for example.
* deal with network interfaces that need explicit media type selection
  (i.e. ask for it when it is needed, also store it in the generated
  /etc/ifconfig.blah file on the destination disk)
1997-12-26 01:58:44 +00:00
perry ece4b57ae4 mention the releng team 1997-12-25 21:55:55 +00:00
fvdl 1c63f10e93 Don't advise to throw away /.profile. The one used during install
will be overwritten by the etc set already. Also, add better
instructions on how to configure things once sysinst is done.
1997-12-25 21:45:03 +00:00
fvdl a0cb744b25 Mention move of NFS daemons in "compatibility issues" section. 1997-12-25 19:03:15 +00:00
fvdl 0eecf02c79 Fix naming of split sets to be loaded from floppy. From Christoph Badura. 1997-12-25 17:54:41 +00:00
matthias 4fcb12d5f1 no longer needed 1997-12-25 09:18:49 +00:00
matthias 2fc2223632 the install filesystem is now called inst.fs and not inst-REL.fs. 1997-12-25 09:18:04 +00:00
matthias cf8e993afb remove unneeded programs to get more space on the install floppy.
add sysinst.
change makefile to use the new mi inject-fs-into-kernel program.
1997-12-25 09:16:28 +00:00
matthias 675f5874b0 - call bim to install the boot program on the disk
- define DISKLABEL_CMD to make sysinst label the disk
1997-12-25 09:10:48 +00:00
jeremy b394af0afa Initial import 1997-12-25 06:37:13 +00:00
perry 71fd430ec1 fix numerous typos, from Brian Baird <brb@brig.com> 1997-12-24 23:12:47 +00:00
chopps 4ffc3d408a Update to newer layout grabbing suitable stuff from i386 notes.
Apply fixes from Thorsten Frueauf from pr 4745.
1997-12-24 18:23:48 +00:00
jeremy a68bc49340 Initial import 1997-12-24 09:21:18 +00:00
scottr 8b88374a6b Update for SYS_INST changes. 1997-12-23 17:54:29 +00:00
scottr 52405e2a44 Fix several tyops, some spotted by Thorsten Frueauf. 1997-12-23 16:59:37 +00:00
scottr 96a4c15f2f Updated installation notes from Thorsten Frueauf. 1997-12-23 16:55:31 +00:00
cjs 656a8fb01b First go at alpha install notes. 1997-12-23 09:41:36 +00:00
jonathan 3ef1290cd7 Fix typos. 1997-12-23 08:55:41 +00:00
jonathan 0911cc145e Correct URLs: /ports/ -> /Ports/ 1997-12-23 08:03:08 +00:00
jonathan e8e46d5728 Give complete pathname to the REAMDE file with instructions on how to
select an X server and how to handle the compressed-font problem.

Don't use -r "" to invoke sysinst for the release.
1997-12-23 06:58:49 +00:00
scottr 6c8822b681 Don't use an absolute path for the less(1) source. 1997-12-23 06:33:17 +00:00
mikel 1895ff2657 back out last change, /etc/aliases.db now auto-rebuilt by default sendmail.cf 1997-12-22 05:58:58 +00:00
jonathan efe4af02dc Update to release(7) and list X11 sets. 1997-12-22 01:31:02 +00:00
jonathan 137862e580 cut-and-paste the 1.3_BETA NOTES file into the standard release notes. 1997-12-22 00:40:41 +00:00
cjs 141bc49c28 Add install scripts. (Stolen from old i386 SSTO floppy.) 1997-12-22 00:39:29 +00:00
cjs 087a1a699c Bring in full complement of md.alpha files. 1997-12-21 02:28:37 +00:00
fvdl 3025da4d42 Add i386 MD servers & XF86Config stuff to the i386 setlist. While here,
add an empty md.alpha file.
1997-12-21 02:24:41 +00:00
fvdl 336f0ccb20 Add this while here. 1997-12-21 02:21:28 +00:00
fvdl 0e207fa1a4 Add MD i386 comp files. Mainly XFree86 extension stuff. 1997-12-21 02:19:16 +00:00
fvdl e6bb02fd88 Move the rgb.db file to the MD sets, XFree86 does it differently, so
the i386 uses something else at the moment.
1997-12-21 02:17:44 +00:00
fvdl 6e35ffa291 Note the presence of the X sets. 1997-12-21 02:13:22 +00:00
cjs 799614b03d Add alpha machine-dependent set lists. 1997-12-21 01:55:58 +00:00
cjs a85a1c039c Initialise the array primes at run-time rather than compile time
so it's put in bss rather than data. Saves 38K or so. :-) (Well,
only 125 bytes or so after commpression.)
1997-12-20 23:47:02 +00:00