Commit Graph

1482 Commits

Author SHA1 Message Date
peter
5fa4ebb1ac Some updates for 3.0: mention changes for poll(2), issetugid(2),
async IO, getsid(2), setpgid(2), nanosleep(2), signanosleep(2),
fixes to sleep(3) and usleep(3), the a.out in-kernel linker.
1997-09-14 07:31:12 +00:00
jkh
607688ffd6 XFree86 3.3.1 updates
Document new media flag in lieu of links.
1997-09-14 04:18:42 +00:00
joerg
b63a4eba31 Mention SA_NOCLDWAIT as a new feature. 1997-09-13 19:45:51 +00:00
jkh
bff6965ba0 Fix offset bug in partition display that made partitions of type
`linux_swap' hose the output.

Also add a (T)ype command for changing the type of a partition.
1997-09-11 17:12:08 +00:00
jkh
2b7c7a853b Update # of ports. 1997-09-10 15:20:00 +00:00
jkh
fa8202c1d9 Update to XFree86 3.3.1 1997-09-10 10:15:41 +00:00
jkh
cee2977305 Scrolling partition and label lists now make it possible to partition
lots of disks from sysinstall.  Yay!  Please test this as much as
possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap),
especially those of you with larger disk farms.

Submitted by:	Ed Gold <vegold01@starbase.spd.louisville.edu>
1997-09-09 16:32:01 +00:00
jkh
6f26e90411 Eliminate an obviously redundant message title. 1997-09-09 16:27:50 +00:00
jkh
1ade47e9ae Update for XFree86 3.3.1 1997-09-09 16:26:29 +00:00
jkh
3361aa6687 Be more cautious about leaving user with a workable kernel during the
upgrade process.
Submitted by:	Mikael Karpberg <karpen@ocean.campus.luth.se>
1997-09-09 09:19:30 +00:00
jkh
8331908afc Do a make install in sysinstall so that its man page gets added to the
manpages dist.
1997-09-08 11:09:35 +00:00
jkh
061268315e Make upgrade potentially a little less interactive.
Add and document new loadConfig function (sort of like a script #include).
Make TCP/IP setup far less chatty when it doesn't need to be.
1997-09-08 11:09:11 +00:00
joerg
adc301fb9f Add a hint to the FAQ regarding ``DD'' disks. 1997-09-07 14:05:21 +00:00
jkh
4329dc95e2 Notes that WEBNFS is supported. 1997-09-05 04:11:50 +00:00
jkh
d1050b2e15 Yikes! Whomever put the non-overridable setting of BUILDNAME in
here, don't do that!
1997-09-04 11:54:01 +00:00
jkh
e5bb012ecb Copy the boot.help file also into the MFS image so that the installer
can find it later and copy it over.
1997-09-04 11:28:32 +00:00
jkh
51aa5a2eb8 Skip contrib-crypto 1997-09-03 23:15:38 +00:00
jkh
5c71e8316a Install boot.help a little more skillfully; now it works without a src
dist installed. :)
1997-09-03 11:19:56 +00:00
jkh
7b5b6c96bb People have complained that this is overly chatty, and
"dangerously dedicated" mode doesn't appear to have killed
anyone in recent memory, so I agree.
1997-09-03 10:47:44 +00:00
helbig
59dc648f14 The CMD640 workaround is now enabled by default. 1997-08-30 10:42:21 +00:00
jkh
44f8f6291e Update for impending 3.0-SNAP CDROM. 1997-08-29 23:28:44 +00:00
bde
fa41c528f7 -I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys by
a relative path.
1997-08-26 14:13:50 +00:00
jkh
a8ebfa1086 Fix fstab sequence number bug.
Add a few more strategic screen clears.
Fix registration form bug.
1997-08-18 21:47:34 +00:00
jkh
b872ad99fb Work around potential state machine bogon with FILL. This needs
to be scrapped, ultimately, and it will be.
1997-08-18 21:34:12 +00:00
jkh
f4fa517634 2nd round doc cleanup. 1997-08-18 21:10:26 +00:00
jkh
dce7d3f524 Sync with rc.conf change for weak_mountd_authentication 1997-08-17 10:08:25 +00:00
jkh
44b71ca022 "addendum" -> "errata" 1997-08-14 07:08:40 +00:00
jkh
ef21597f1e Add a SEE ALSO for install.cfg sample script. 1997-08-11 13:20:38 +00:00
jkh
577e091a3e Make some changes to the way the label editor reads script variables
so you don't need to re-enter it for each and every filesystem. Heads up!
This change is incompatible with the previous scripting format,
so those folks (all 2 of you) using config files should take a look
at the changes to the sample install.cfg file for the diskLabelEditor's
new calling syntax.

Finally write a man page for this thing, documenting all of the above
and more.  I can't drive a stake through this thing's heart without
properly documenting it first, so please consider this step #1 in that
process (to be honest, sysinstall will also live on for some time in
the 2.2. branch since it's unlikely that the new install tools will ever
make it over there - they're strictly 3.0 material).
1997-08-11 13:08:29 +00:00
joerg
343e178215 Remove the notixe about top(1) since it's now also part of 2.2.x.
Add the information that we've got VM86 support and dosemu(1) now,
which John D. has apparently fogotten. :)
1997-08-09 06:48:17 +00:00
joerg
ebfa3e6011 Mention the fix for CA-97.17. 1997-08-08 20:58:50 +00:00
jkh
21501b44ab Back out the changes to set the resolver timeout. All they seem to do
is _break_ dns lookups entirely, and since reading the relevant docs and
source code does not enlighten for now, I'll remove this until more
basic research has been done into controlling the resolver's timeout
values.
1997-08-01 04:41:38 +00:00
jkh
5c7b47c68c Fiddle with DNS options so that queries are also controlled by
the MEDIA_TIMEOUT variable.  Just -current for now on this one as
I'm still wanting to play with this a bit and see what the ramifications
of doing this are.
Requested by:	pst
1997-07-31 11:28:58 +00:00
jkh
9dd764cdac Make serial console based installs actually work by:
1. Detecting the split /dev/ttyv0 / /dev/console case, e.g. you've
   booted with the -h flag and you have a VGA card also.

2. Adding an extra "menu" for selecting terminal type and adding ANSI
   to the list of compiled-in terms.

3. Opening the proper file descriptors before disowning ourselves.
Requested by:	pst
1997-07-31 11:08:47 +00:00
jkh
5765f4030d Whups - use a slightly more up-to-date version. 1997-07-31 10:59:50 +00:00
jkh
37f4bbc037 Make README.TXT for floppies reference work. 1997-07-31 10:57:31 +00:00
jkh
f8e93c8025 Touch a default kernel.config file to shut the boot blocks up about it
when not present.
1997-07-31 09:52:10 +00:00
jkh
b1701907ce Add -lm since "ping" now requires the math library for its
furlong-per-fortnight calculations of ping time.
1997-07-29 21:32:52 +00:00
jkh
4a6261e486 YAMF22 - /boot.foo fixups.
Also close PR#4151 by running newaliases (forgot to mention this
in my RELENG_2_2 commit, but it's there).
1997-07-23 15:13:18 +00:00
jkh
426552c69c Turn off doc.1 distribution until we figure out what we're going to do with
it.
1997-07-23 10:44:39 +00:00
julian
ee5e792ec1 update the floppies directory to work better 1997-07-22 02:51:02 +00:00
jkh
f034b5f116 Repair missing quote. 1997-07-16 15:22:18 +00:00
jkh
01f808a119 ln /compat to /usr/compat on initial installation; this will
prevent the later addition of compat libs from overflowing /
1997-07-16 11:45:48 +00:00
jkh
98e00f126d Eliminate Samba configuration. Sorry, but this was another one of
those ideas that, like the Apache server setup, was well-intentioned
but doomed to fail in the face of change.  That and the fact that it
shouldn't be part of the installation tool, it should be part of the
post-installation setup tool (which we need to write).  Combining the
two utilities into one utility was my first conceptual mistake.

Apologies also to Coranth Gryphon, who worked hard on the Apache
and Samba server setup code.  These features were quite useful
for awhile, if that's any consolation, I just simply had the wrong
ideas about where to put them. :-(
1997-07-16 05:22:42 +00:00
jkh
0082a95e2e OK, *this* is how the ports stuff should have been built to begin
with. ;-)
1997-07-13 00:54:22 +00:00
jkh
add80ac9e8 Move ports distribution copying for ftp dist into the correct place. 1997-07-09 12:45:17 +00:00
pst
6df0d99c48 iso codes need to be in bin distribution for tzsetup 1997-07-08 00:46:32 +00:00
jkh
9048f9c72f YAMF22 1997-07-04 04:46:29 +00:00
jkh
4768a19ce9 Split section 6 catpages/manpages out into games dist. 1997-07-02 08:59:00 +00:00
jkh
d35baebb04 Allow distSetByName() to process all the relevant entries.
Submitted by: msmith
1997-07-01 03:50:58 +00:00