Add the Announcement file for FreeBSD 1.1.5.1
Add the What's New file for FreeBSD 1.1.5 & 1.1.5.1 1.1.5.1 Announcement via https://ftp.netbsd.org/pub/NetBSD/misc/release/FreeBSD/FreeBSD-1.1.5.1 What's New files via http://ftp.internat.freebsd.org/pub/FreeBSD/old/1.1-to-1.1.5.1/ PR: 212521 Submitted by: Sevan Janiyan <venture37 AT geeklan co uk> Approved by: bcr (mentor) Obtained from: NetBSD Differential Revision: https://reviews.freebsd.org/D9097
This commit is contained in:
parent
2c7ebe49ec
commit
8831f4f54b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49814
7 changed files with 280 additions and 3 deletions
71
en_US.ISO8859-1/htdocs/releases/1.1.5.1/ANNOUNCEMENT.FreeBSD
Normal file
71
en_US.ISO8859-1/htdocs/releases/1.1.5.1/ANNOUNCEMENT.FreeBSD
Normal file
|
@ -0,0 +1,71 @@
|
|||
From jkh@whisker.hubbard.ie Fri Jul 8 16:09:47 1994
|
||||
Path: sran230.sra.co.jp!sranhd.sra.co.jp!sranha.sra.co.jp!news.iij.ad.jp!wnoc-tyo-news!news.u-tokyo.ac.jp!sinetnews!daffy!uwvax!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!agate!agate!usenet
|
||||
From: jkh@whisker.hubbard.ie (Jordan Hubbard)
|
||||
Newsgroups: comp.os.386bsd.announce
|
||||
Subject: [FreeBSD] FreeBSD 1.1.5.1 is now available on gatekeeper.dec.com
|
||||
Followup-To: poster
|
||||
Date: 5 Jul 1994 10:06:53 -0700
|
||||
Organization: Jordan Hubbard
|
||||
Lines: 19
|
||||
Sender: cgd@agate.berkeley.edu
|
||||
Approved: 386bsd-announce-request@agate.berkeley.edu
|
||||
Message-ID: <JKH.94Jul4121944@whisker.hubbard.ie>
|
||||
Reply-To: freebsd-hackers@freefall.cdrom.com
|
||||
NNTP-Posting-Host: agate.berkeley.edu
|
||||
|
||||
This is a convenience release targeted primarily at people who have
|
||||
not yet upgraded to FreeBSD 1.1.5R. It fixes a couple of trivial but
|
||||
annoying problems in the release process (not the sources themselves).
|
||||
|
||||
gatekeeper.dec.com:~ftp/pub/BSD/FreeBSD/FreeBSD-1.1.5.1-RELEASE
|
||||
|
||||
Those who have already upgraded to 1.1.5R should read the
|
||||
`WHATS_NEW-1.1.5.1' file for information on what steps to take to come
|
||||
up to the level of 1.1.5.1R (they're very simple, don't panic).
|
||||
|
||||
Thanks!
|
||||
|
||||
Jordan
|
||||
|
||||
--
|
||||
Jordan K. Hubbard FreeBSD core team Friend to mollusks
|
||||
--
|
||||
Please send submissions for comp.os.386bsd.announce to:
|
||||
386bsd-announce@agate.berkeley.edu
|
||||
|
||||
From jkh@whisker.hubbard.ie Sun Jul 10 16:23:15 1994
|
||||
Path: sran230.sra.co.jp!sranhd.sra.co.jp!sranha.sra.co.jp!news.iij.ad.jp!wnoc-tyo-news!news.u-tokyo.ac.jp!sinetnews!daffy!uwvax!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!agate!agate!usenet
|
||||
From: jkh@whisker.hubbard.ie (Jordan Hubbard)
|
||||
Newsgroups: comp.os.386bsd.announce
|
||||
Subject: [FreeBSD] FreeBSD 1.1.5.1 is now available on gatekeeper.dec.com
|
||||
Followup-To: poster
|
||||
Date: 5 Jul 1994 10:06:53 -0700
|
||||
Organization: Jordan Hubbard
|
||||
Lines: 19
|
||||
Sender: cgd@agate.berkeley.edu
|
||||
Approved: 386bsd-announce-request@agate.berkeley.edu
|
||||
Message-ID: <JKH.94Jul4121944@whisker.hubbard.ie>
|
||||
Reply-To: freebsd-hackers@freefall.cdrom.com
|
||||
NNTP-Posting-Host: agate.berkeley.edu
|
||||
|
||||
This is a convenience release targeted primarily at people who have
|
||||
not yet upgraded to FreeBSD 1.1.5R. It fixes a couple of trivial but
|
||||
annoying problems in the release process (not the sources themselves).
|
||||
|
||||
gatekeeper.dec.com:~ftp/pub/BSD/FreeBSD/FreeBSD-1.1.5.1-RELEASE
|
||||
|
||||
Those who have already upgraded to 1.1.5R should read the
|
||||
`WHATS_NEW-1.1.5.1' file for information on what steps to take to come
|
||||
up to the level of 1.1.5.1R (they're very simple, don't panic).
|
||||
|
||||
Thanks!
|
||||
|
||||
Jordan
|
||||
|
||||
--
|
||||
Jordan K. Hubbard FreeBSD core team Friend to mollusks
|
||||
--
|
||||
Please send submissions for comp.os.386bsd.announce to:
|
||||
386bsd-announce@agate.berkeley.edu
|
||||
|
||||
$FreeBSD$
|
11
en_US.ISO8859-1/htdocs/releases/1.1.5.1/Makefile
Normal file
11
en_US.ISO8859-1/htdocs/releases/1.1.5.1/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $FreeBSD$
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= RELNOTES.FreeBSD WHATS_NEW-1.1.5.1
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
109
en_US.ISO8859-1/htdocs/releases/1.1.5.1/WHATS_NEW-1.1.5.1
Normal file
109
en_US.ISO8859-1/htdocs/releases/1.1.5.1/WHATS_NEW-1.1.5.1
Normal file
|
@ -0,0 +1,109 @@
|
|||
Yes, it's a point release only 3 days after the last one! A new record
|
||||
for us! :-) In general, this is NOT something we'd actually generally do
|
||||
but 1.1.5 is a special case, being our last release for this branch and one
|
||||
likely to be used for some time. It's worth-while to make sure that as many
|
||||
of the obvious stumbling blocks are removed, if only to reduce our question
|
||||
load! :)
|
||||
|
||||
Those of you who are staring at this release in indisguised horror after
|
||||
downloading the entire 1.1.5R release need not worry - upgrading from
|
||||
1.1.5R to 1.1.5.1R is easy, and I'll show this step by step as I document
|
||||
each change below.
|
||||
|
||||
|
||||
List of (reported) problems fixed:
|
||||
----------------------------------
|
||||
|
||||
PROBLEM 1: Telnet/rlogin/su falls over with:
|
||||
ld.so: vi: libcrypt.so.1.1: No such file or directory
|
||||
|
||||
CAUSE: During the `non-crypt' build only the libcrypt.a library was removed,
|
||||
leaving a dependency on libcrypt.so.1.1. This library is not shipped with
|
||||
the exportable release, for obvious reasons.
|
||||
|
||||
FIX FOR 1.1.5R USERS: 1.1.5R users must install the secrdist. In the U.S.,
|
||||
this is easy - just install the one provided with 1.1.5R and skip ahead to
|
||||
problem 2 since the rest that follows is for non-domestic users only.
|
||||
|
||||
Abroad, this is a little harder in that users must grab one of the `foreign'
|
||||
secrdists from one of the following two sites:
|
||||
|
||||
South Africa: braae.ru.ac.za:/pub/FreeBSD/securedist/
|
||||
owl.und.ac.za (currently uncertain)
|
||||
Iceland: ftp.veda.is:/pub/crypt/FreeBSD/
|
||||
|
||||
These secrdists are compiled for FreeBSD 1.1R, and as such have a shared
|
||||
library revision number of 1.0 for libcrypt. This library has NOT changed,
|
||||
so what I recommend is NOT to install the entire secrdist using the EXTRACT
|
||||
script, but to simply do the following in a temporary directory somewhere:
|
||||
|
||||
Extract the des tarball as follows:
|
||||
|
||||
cat des_tgz.a* | tar xvzf -
|
||||
|
||||
Move the 1.1 libcrypt shared library (which has NOT changed, despite the
|
||||
version number bump) into place like so:
|
||||
|
||||
mv usr/lib/libcrypt.so.1.0 /usr/lib/libcrypt.so.1.1
|
||||
|
||||
This will leave you a full set of 1.1.5R binaries and a working crypt library.
|
||||
|
||||
|
||||
PROBLEM 2: Installation onto wd1 fails after insertion of filesystem disk.
|
||||
|
||||
CAUSE: The filesystem floppy didn't have device entries for wd1, making
|
||||
installations onto the second drive fail for IDE drives (it works
|
||||
for SCSI drives, which were my test case :-( ).
|
||||
|
||||
FIX FOR 1.1.5R USERS: Just grab the filesystem floppy from 1.1.5.1R.
|
||||
|
||||
|
||||
PROBLEM 3: There are .o files in the sys.* collection of the srcdist.
|
||||
|
||||
CAUSE: The src-tarball target in the installation procedure forgot to
|
||||
clean the GENERIC* kernels out before bunding! :(
|
||||
|
||||
FIX FOR 1.1.5R USERS: If you've already grabbed it, don't sweat it - just
|
||||
remove the extra files and be happy! If not (say you've already grabbed
|
||||
the 1.1.5R bindist but not the srcdist), then simply grab the 1.1.5.1R
|
||||
srcdist.
|
||||
|
||||
|
||||
PROBLEM 4: EXTRACT.sh in the srcdist can't find the `bin.*' files.
|
||||
|
||||
CAUSE: I moved the bin.aa and bin.ab files to srcbin.aa and srcbin.ab
|
||||
in order to avoid problems with the `extract' command, but forgot
|
||||
to update the EXTRACT.sh script.
|
||||
|
||||
FIX FOR 1.1.5R USERS: Simply use the `extract' command on srcbin, or
|
||||
edit the EXTRACT.sh script to look for srcbin.* instead of bin.* (it's
|
||||
the second extract from the top, after base.*). You can also simply grab the
|
||||
EXTRACT.sh file from 1.1.5.1's srcdist.
|
||||
|
||||
|
||||
PROBLEM 5: Kerberos source code missing.
|
||||
|
||||
CAUSE: This wasn't really a problem so much as a deliberate omission.
|
||||
Kerberos support was never fully integrated from the binary
|
||||
distribution point of view and my initial decision was to
|
||||
simply leave it out. I've since reconsidered this decision somewhat
|
||||
and decided to make the drop-in sources available at least since
|
||||
there's no harm in doing so and they work quite well. This is, of
|
||||
course, encription software subject to the SAME EXPORT RESTRICTIONS
|
||||
as the DES code. Do NOT grab the secrdist distribution if you're
|
||||
outside the U.S.!
|
||||
|
||||
FIX FOR 1.1.5R USERS: Grab the 1.1.5.1 secrdist.
|
||||
|
||||
That's it! See, I told you it wasn't so bad! :-) Of purely academic
|
||||
interest will probably also be the changes to /usr/src/etc/Makefile
|
||||
I had to make to fix all the problems above (these were ALL release
|
||||
problems, not source problems). I'll be including a diff in this
|
||||
directory shortly.
|
||||
|
||||
Thanks, and sorry for the inconvenience some of these problems may have
|
||||
caused 1.1.5R users!
|
||||
|
||||
Jordan
|
||||
|
||||
$FreeBSD$
|
|
@ -10,6 +10,6 @@
|
|||
DATA= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT.386BSD
|
||||
DATA+= COPYRIGHT.FreeBSD COPYRIGHT.USL KNOWNBUGS MIRROR.SITES
|
||||
DATA+= PERSONAL.ACKS REGISTER.FreeBSD RELNOTES.FreeBSD ROSTER.FreeBSD
|
||||
DATA+= SUPPORT.TXT TODO-1.1.5
|
||||
DATA+= SUPPORT.TXT TODO-1.1.5 WHATS_NEW-1.1.5
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
80
en_US.ISO8859-1/htdocs/releases/1.1.5/WHATS_NEW-1.1.5
Normal file
80
en_US.ISO8859-1/htdocs/releases/1.1.5/WHATS_NEW-1.1.5
Normal file
|
@ -0,0 +1,80 @@
|
|||
What's new in 1.1.5? Well... Let's try and count the ways..
|
||||
|
||||
-- KERNEL IMPROVEMENTS SINCE FreeBSD 1.1 --
|
||||
|
||||
1) Bounce buffers. This allows systems to use bus master ISA controllers
|
||||
in systems with more than 16MB of memory.
|
||||
|
||||
2) VM performance improvements. Many new enhancements to the Mach derived
|
||||
VM system including page table preloading (dramatically reduces page
|
||||
faults); page usage statistics gathering (improves page replacement
|
||||
thus reducing thrashing); clustered page-ins and page-outs (reduces
|
||||
paging I/O overhead).
|
||||
|
||||
3) Overall kernel performance improvements. Some critical functions have
|
||||
been inlined; the trap, pmap, and other critical code has been
|
||||
optimized, etc.
|
||||
|
||||
4) Improved scheduling algorithm. Improves interactive performance on
|
||||
busy machines, expecially in cases where lots of software builds are
|
||||
occurring.
|
||||
|
||||
5) Disk I/O clustering. Improves the I/O speed dramatically on most disk
|
||||
drives.
|
||||
|
||||
6) Vastly superior optional floating point emulator from Bill Metzenthen.
|
||||
Faster and more reliable/accurate/complete emulation and has fewer bugs.
|
||||
Provided as an option in the kernel (the original emulator is still
|
||||
the default).
|
||||
|
||||
7) IP Multicast support. Allows reception of Internet multicast packets.
|
||||
|
||||
8) Improved sound support. Version 2.5 of Hannu Savolainen's VoxWare sound
|
||||
drivers. Supports SoundBlaster, PAS, GUS, and other common sound boards.
|
||||
|
||||
9) New device support for the Seagate ST01/ST02 and Future Domain 950 SCSI
|
||||
adapters.
|
||||
|
||||
10) X10 device driver from Gene Stark for X-10 style remote power control.
|
||||
(such as Radio Shack "Plug 'n Power")
|
||||
|
||||
11) PS/2 mouse driver from Erik Forsberg.
|
||||
|
||||
12) Busmouse driver from Rick Macklem.
|
||||
|
||||
13) IBM/National PCMCIA ethernet driver from Keith Moore.
|
||||
|
||||
14) Improved floppy driver support.
|
||||
|
||||
15) Much improved syscons driver (now default) with user-editable ascii
|
||||
keymaps and many other new features.
|
||||
|
||||
16) Many improvements and fixes to nearly every supported device driver.
|
||||
|
||||
17) Many improvements and fixes scattered throughout the kernel.
|
||||
|
||||
18) New pcaudio driver allows `Sun style' .au files to be played through the
|
||||
speaker.
|
||||
|
||||
19) Substantial changes in sio for supporting multiport and bidirectional
|
||||
comms. Please see the sio man page for details.
|
||||
|
||||
-- USER CODE IMPROVEMENTS SINCE FreeBSD 1.1 --
|
||||
|
||||
1) Man pages now compressed by default, saving quite a bit of space for
|
||||
small configurations.
|
||||
|
||||
2) S/Key one-time password support for enhanced network security.
|
||||
|
||||
3) Many many bug fixes and miscellaneous enhancements.
|
||||
|
||||
4) Sun math library now available for faster FPU support (see #5).
|
||||
|
||||
5) New /etc/make.conf mechanism allows users to tailor how their systems
|
||||
are built (from source) and switch various options on and off.
|
||||
|
||||
6) C++ shared libs are now fully supported (and libg++ shared by default).
|
||||
|
||||
7) The programs `vidcontrol' and `kbdcontrol' replace the old `syscons'.
|
||||
|
||||
$FreeBSD$
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
DOCS?= index.xml
|
||||
|
||||
SUBDIR= 1.0 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
|
||||
SUBDIR= 1.0 1.1 1.1.5 1.1.5.1 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
|
||||
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
|
||||
SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R
|
||||
SUBDIR+= 4.6.2R 4.7R 4.8R 4.9R 4.10R 4.11R
|
||||
|
|
|
@ -692,11 +692,17 @@
|
|||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>1.1.5.1</b> (July, 1994)</li>
|
||||
<li><b>1.1.5.1</b> (July, 1994)
|
||||
<em>
|
||||
<a href="./1.1.5.1/ANNOUNCEMENT.FreeBSD">Announcement</a> :
|
||||
<a href="./1.1.5.1/WHATS_NEW-1.1.5.1">What's New</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>1.1.5</b>
|
||||
<em>
|
||||
<a href="./1.1.5/RELNOTES.FreeBSD">Release Notes</a>
|
||||
<a href="./1.1.5/WHATS_NEW-1.1.5">What's New</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in a new issue