Convert 9.1, 9.2 and 9.3 Releases to AsciiDoc
Convert 9.1, 9.2 and 9.3 Releases to AsciiDoc and changed URL to legacy site of releases from 4.4 to 9.0 until they be converted to AsciiDoc PR: 253114 Submitted by: nc@
This commit is contained in:
parent
ba0831043d
commit
de774f3ecd
51 changed files with 12445 additions and 30777 deletions
website/content/en/releases
9.0R
9.1R
announce.adocannounce.htmldocbook.csserrata.adocerrata.htmlhardware.adochardware.htmlinstallation.adocinstallation.htmlreadme.adocreadme.htmlrelnotes-detailed.adocrelnotes-detailed.htmlrelnotes.adocrelnotes.htmlschedule.adocschedule.html
9.2R
announce.adocannounce.htmldocbook.csserrata.adocerrata.htmlhardware.adochardware.htmlinstallation.adocinstallation.htmlreadme.adocreadme.htmlrelnotes.adocrelnotes.htmlschedule.adocschedule.html
9.3R
announce.adocannounce.htmldocbook.csserrata.adocerrata.htmlhardware.adochardware.htmlinstallation.adocinstallation.htmlreadme.adocreadme.htmlrelnotes.adocrelnotes.htmlschedule.adocschedule.htmltodo.adoctodo.html
_index.adoc
|
@ -1,208 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.0R/docbook.css 38826 2012-05-17 19:12:14Z hrs $
|
||||
*/
|
||||
|
||||
BODY ADDRESS {
|
||||
line-height: 1.3;
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
BODY BLOCKQUOTE {
|
||||
margin-top: .75em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
HTML BODY {
|
||||
margin: 1em 8% 1em 10%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.LEGALNOTICE {
|
||||
font-size: small;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
BODY DIV {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
DL {
|
||||
margin: .8em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY FORM {
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
H1, H2, H3, H4, H5, H6,
|
||||
DIV.EXAMPLE P B,
|
||||
.QUESTION,
|
||||
DIV.TABLE P B,
|
||||
DIV.PROCEDURE P B {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
|
||||
line-height: 1.3;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2 {
|
||||
margin: .8em 0 0 -4%;
|
||||
}
|
||||
|
||||
BODY H3, BODY H4 {
|
||||
margin: .8em 0 0 -3%;
|
||||
}
|
||||
|
||||
BODY H5 {
|
||||
margin: .8em 0 0 -2%;
|
||||
}
|
||||
|
||||
BODY H6 {
|
||||
margin: .8em 0 0 -1%;
|
||||
}
|
||||
|
||||
BODY HR {
|
||||
margin: .6em;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: #cecece;
|
||||
}
|
||||
|
||||
BODY IMG.NAVHEADER {
|
||||
margin: 0 0 0 -4%;
|
||||
}
|
||||
|
||||
OL {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY PRE {
|
||||
margin: .75em 0;
|
||||
line-height: 1.0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
BODY TD, BODY TH {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
UL, BODY DIR, BODY MENU {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
HTML {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
BODY P B.APPLICATION {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.FILENAME {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||
.GUILABEL, .INTERFACE,
|
||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.GUIBUTTON {
|
||||
background-color: #CFCFCF;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ACCEL {
|
||||
background-color: #F0F0F0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.SCREEN {
|
||||
padding: 1ex;
|
||||
}
|
||||
|
||||
.PROGRAMLISTING {
|
||||
padding: 1ex;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
@media screen { /* hide from IE3 */
|
||||
a[href]:hover { background: #ffa }
|
||||
}
|
||||
|
||||
BLOCKQUOTE.NOTE {
|
||||
color: #222;
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.4em 0.4em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.TIP {
|
||||
color: #004F00;
|
||||
background: #d8ecd6;
|
||||
border: 1px solid green;
|
||||
padding: 0.2em 2em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.IMPORTANT {
|
||||
font-style:italic;
|
||||
border: 1px solid #a00;
|
||||
border-left: 12px solid #c00;
|
||||
padding: 0.1em 1em;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.WARNING {
|
||||
color: #9F1313;
|
||||
background: #f8e8e8;
|
||||
border: 1px solid #e59595;
|
||||
padding: 0.2em 2em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.EXAMPLE {
|
||||
background: #fefde6;
|
||||
border: 1px solid #f1bb16;
|
||||
margin: 1em 0;
|
||||
padding: 0.2em 2em;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.INFORMALTABLE TABLE.CALSTABLE TR TD {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
197
website/content/en/releases/9.1R/announce.adoc
Normal file
197
website/content/en/releases/9.1R/announce.adoc
Normal file
|
@ -0,0 +1,197 @@
|
|||
---
|
||||
title: "FreeBSD 9.1-RELEASE Announcement"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.1-RELEASE Announcement
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.1-RELEASE. This is the second release from the stable/9 branch, which improves on the stability of FreeBSD 9.0 and introduces some new features. Some of the highlights:
|
||||
|
||||
* New Intel GPU driver with GEM/KMS support
|
||||
* netmap(4) fast userspace packet I/O framework
|
||||
* ZFS improvements from illumos project
|
||||
* CAM Target Layer, a disk and processor device emulation subsystem
|
||||
* Optional new {cpp}11 stack including LLVM libc++ and libcxxrt
|
||||
* Jail devfs, nullfs, zfs mounting and configuration file support
|
||||
* POSIX2008 extended locale support, including compatibility with Darwin extensions
|
||||
* oce(4) driver for Emulex OneConnect 10Gbit Ethernet card
|
||||
* sfxge(4) driver for 10Gb Ethernet adapters based on Solarflare SFC9000 controller
|
||||
* Xen Paravirtualized Backend Ethernet Driver (netback) improvement
|
||||
* hpt27xx(4) driver for HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA
|
||||
* GEOM multipath class improvement
|
||||
* GEOM raid class is enabled by default supporting software RAID by deprecated ataraid(8)
|
||||
* kernel support for the AVX FPU extension
|
||||
* Numerous improvements in IPv6 hardware offload support
|
||||
|
||||
*Please note that precompiled third-party packages are not available for 9.1-RELEASE at the time of release. See the link:#availability[Availability section] below for further details.*
|
||||
|
||||
For a complete list of new features and known problems, please see the online release notes and errata list available at:
|
||||
|
||||
* `http://www.FreeBSD.org/releases/9.1R/relnotes/`
|
||||
* `http://www.FreeBSD.org/releases/9.1R/errata/`
|
||||
|
||||
For more information about FreeBSD release engineering activities please see:
|
||||
|
||||
* `http://www.FreeBSD.org/releng/`
|
||||
|
||||
== Availability
|
||||
|
||||
FreeBSD 9.1-RELEASE is now available for the amd64, i386, powerpc64, and sparc64 architectures.
|
||||
|
||||
FreeBSD 9.1 can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP or BitTorrent as described in the sections below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386.
|
||||
|
||||
MD5 and SHA256 hashes for the release ISO images are included at the bottom of this message.
|
||||
|
||||
The purpose of the images provided as part of the release are as follows:
|
||||
|
||||
dvd1::
|
||||
This contains everything necessary to install the base FreeBSD operating system, a collection of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media.
|
||||
disc1::
|
||||
This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
bootonly::
|
||||
This supports booting a machine using the CDROM drive but does not contain the support for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g. from an FTP server) after booting from the CD.
|
||||
memstick::
|
||||
This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
+
|
||||
As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work:
|
||||
+
|
||||
....
|
||||
# dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
|
||||
....
|
||||
+
|
||||
Be careful to make sure you get the target (of=) correct.
|
||||
|
||||
Due to the security incident reported here:
|
||||
|
||||
http://www.FreeBSD.org/news/2012-compromise/
|
||||
|
||||
only the small third-party package set on the DVD image is available at this time for users who require pre-built packages (just GNOME and KDE windowing systems). The FreeBSD Project's package building infrastructure is undergoing a complete review and redesign. At this time we can not commit to a date the full release package set will become available. A separate announcement will be made when that becomes available. If you wish to install 9.1-RELEASE now you can build your own packages using portsnap(8) to obtain an up to date ports tree and then build the packages. If you require pre-built packages you should wait for the announcement of the full release package set becoming available.
|
||||
|
||||
FreeBSD 9.1-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.1-based products is:
|
||||
|
||||
* FreeBSD Mall, Inc. `http://www.freebsdmall.com/`
|
||||
|
||||
== FTP
|
||||
|
||||
At the time of this announcement the following FTP sites have FreeBSD 9.1-RELEASE available.
|
||||
|
||||
* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
* `ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/`
|
||||
|
||||
However before trying these sites please check your regional mirror(s) first by going to:
|
||||
|
||||
* `ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD`
|
||||
|
||||
Any additional mirror sites will be labeled *ftp2*, *ftp3* and so on.
|
||||
|
||||
More information about FreeBSD mirror sites can be found at:
|
||||
|
||||
* `http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html`
|
||||
|
||||
For instructions on installing FreeBSD or updating an existing machine to 9.1-RELEASE please see:
|
||||
|
||||
* `http://www.FreeBSD.org/releases/9.1R/installation.html`
|
||||
|
||||
== Support
|
||||
|
||||
9.1-RELEASE is an extended support releases and will be supported by the FreeBSD Security Team until it's End-of-Life (EoL) date of December 31st 2014. As 9.1-RELEASE got delayed, the EoL of 9.0-RELEASE has been pushed to March 31st 2013 to allow people sufficient time to upgrade. As always all EoL dates can be found at http://security.FreeBSD.org/.
|
||||
|
||||
* `http://www.FreeBSD.org/security/`
|
||||
|
||||
== Other Projects Based on FreeBSD
|
||||
|
||||
There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see:
|
||||
|
||||
* `http://wiki.FreeBSD.org/3rdPartyProjects`
|
||||
|
||||
== Acknowledgments
|
||||
|
||||
Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.1 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, Sentex Communications, New York Internet, Juniper Networks, and iXsystems.
|
||||
|
||||
The release engineering team for 9.1-RELEASE includes:
|
||||
|
||||
[cols=",",]
|
||||
|===
|
||||
|Ken Smith <kensmith@FreeBSD.org> |Release Engineering, amd64, i386, sparc64 Release Building, Mirror Site Coordination
|
||||
|Robert Watson <rwatson@FreeBSD.org> |Release Engineering, Security
|
||||
|Konstantin Belousov <kib@FreeBSD.org> |Release Engineering
|
||||
|Marc Fonvieille <blackend@FreeBSD.org> |Release Engineering, Documentation
|
||||
|Josh Paetzel <jpaetzel@FreeBSD.org> |Release Engineering
|
||||
|Hiroki Sato <hrs@FreeBSD.org> |Release Engineering, Documentation
|
||||
|Bjoern Zeeb <bz@FreeBSD.org> |Release Engineering, Package Building
|
||||
|Marcel Moolenaar <marcel@FreeBSD.org> |ia64, powerpc Release Building
|
||||
|Nathan Whitehorn <nwhitehorn@FreeBSD.org> |powerpc64 Release Building
|
||||
|Simon Nielsen <simon@FreeBSD.org> |Security Officer
|
||||
|===
|
||||
|
||||
== Trademark
|
||||
|
||||
FreeBSD is a registered trademark of The FreeBSD Foundation.
|
||||
|
||||
== ISO Image Checksums
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = 03ec0d36578a5b2092c75ac8e3eb1979
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = f0a320fd52383c42649d48ea545915a9
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 5da132138da8360491eb0efa24760859
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = 9fb2d4ad338df42f5d86cd1ae3a427c4
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 0c2338e03b9249c9806b8c2b10f36dec
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = e37d86ce83908bf4b667fdae7298bca5
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = dd07dc30035806cabd136f99ccab7eac
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 149b98037944300927a21341aa9a455a
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = f65cb227e049c48bbc369d79a72e2916
|
||||
MD5 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 4febdf7210882e8a9f8eee35315722ce
|
||||
MD5 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = a26c7c24a0497980ffc67e1f199a5bba
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = 3fb02e9998e6341fea7fa75073dcf5ea
|
||||
MD5 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = 7fdec91c78799263d88f3918b71e219f
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = a7e429071a409232f36024df2fc92eed15dc795445030b305fa242c88d6f4596
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = 776ba34df5ffb8b5f04b823aacea32210104204b5d3d1547334a22c86cf7090e
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 7955f97e25985915013c1568319752c4006e722539c65723685923e343c3b5dc
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = d085657fc039f579a69598163de39cd0d5d09b3f5ba79ea93bb508e7958cdef4
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 73361f5947a71465797979a99e9fdee40797c3fc5ebc9dd4d3d31262f4940985
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = 211f9562e0c122598e03aa3fdb38dd8a5c79197a9d09e6ad32f9ee9ba4eb6e0e
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = 46a53f57e21a7a1c2d1c014bf2cfafae3848c749174777f3a04543f1da25b678
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 9d037fbf6ac62350bf5d39be820f843c215befac94f8668a5d9935f6bec8e37d
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = a2cd9f2d58571d3e9fbb5fadd13237622d4bf1a732d61acbe649e29153a16801
|
||||
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 02d0bb7236335c6154683800a17c84eb810fbf7950da8c818a519bc09b7ef84e
|
||||
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = b04fb13eab306424319bb8ecd280a655ca6df51dc1ff5dcd6adb6eaa3ff88dba
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = be55f9950e70e4da13c29c90bae0c2110e176939085d72b77e18e23307bbfaea
|
||||
SHA256 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = aa57a02b2d7e46ad8ccca1adcef0ae9aad86b2f4fb5ee9d42e21a95ae2c29f47
|
||||
....
|
|
@ -1,568 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.1-RELEASE Announcement</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.1-RELEASE Announcement</h1>
|
||||
|
||||
<p>The FreeBSD Release Engineering Team is pleased to announce the
|
||||
availability of FreeBSD 9.1-RELEASE. This is the second release
|
||||
from the stable/9 branch, which improves on the stability of
|
||||
FreeBSD 9.0 and introduces some new features. Some of the
|
||||
highlights:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>New Intel GPU driver with GEM/KMS support</p></li>
|
||||
<li><p>netmap(4) fast userspace packet I/O framework</p></li>
|
||||
<li><p>ZFS improvements from illumos project</p></li>
|
||||
<li><p>CAM Target Layer, a disk and processor device emulation subsystem</p></li>
|
||||
<li><p>Optional new C++11 stack including LLVM libc++ and libcxxrt</p></li>
|
||||
<li><p>Jail devfs, nullfs, zfs mounting and configuration file support</p></li>
|
||||
<li><p>POSIX2008 extended locale support, including compatibility with
|
||||
Darwin extensions</p></li>
|
||||
<li><p>oce(4) driver for Emulex OneConnect 10Gbit Ethernet card</p></li>
|
||||
<li><p>sfxge(4) driver for 10Gb Ethernet adapters based on Solarflare
|
||||
SFC9000 controller</p></li>
|
||||
<li><p>Xen Paravirtualized Backend Ethernet Driver (netback) improvement</p></li>
|
||||
<li><p>hpt27xx(4) driver for HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA</p></li>
|
||||
<li><p>GEOM multipath class improvement</p></li>
|
||||
<li><p>GEOM raid class is enabled by default supporting software RAID
|
||||
by deprecated ataraid(8)</p></li>
|
||||
<li><p>kernel support for the AVX FPU extension</p></li>
|
||||
<li><p>Numerous improvements in IPv6 hardware offload support</p></li>
|
||||
</ul>
|
||||
|
||||
<p><b>Please note that precompiled third-party packages are not
|
||||
available for 9.1-RELEASE at the time of release. See the <a href="#availability" shape="rect">Availability section</a> below for further
|
||||
details.</b></p>
|
||||
|
||||
<p>For a complete list of new features and known problems, please
|
||||
see the online release notes and errata list available at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.1R/relnotes.html" shape="rect">http://www.FreeBSD.org/releases/9.1R/relnotes.html</a></tt></p></li>
|
||||
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.1R/errata.html" shape="rect">http://www.FreeBSD.org/releases/9.1R/errata.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For more information about FreeBSD release engineering
|
||||
activities please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releng/" shape="rect">http://www.FreeBSD.org/releng/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="availability">Availability</h2>
|
||||
|
||||
<p>FreeBSD 9.1-RELEASE is now available for the amd64, i386,
|
||||
powerpc64, and sparc64 architectures.</p>
|
||||
|
||||
<p>FreeBSD 9.1 can be installed from bootable ISO images or over
|
||||
the network. Some architectures also support installing from a
|
||||
USB memory stick. The required files can be downloaded via FTP
|
||||
or BitTorrent as described in the sections below. While some of
|
||||
the smaller FTP mirrors may not carry all architectures, they
|
||||
will all generally contain the more common ones such as amd64
|
||||
and i386.</p>
|
||||
|
||||
<p>MD5 and SHA256 hashes for the release ISO images are included
|
||||
at the bottom of this message.</p>
|
||||
|
||||
<p>The purpose of the images provided as part of the release are
|
||||
as follows:</p>
|
||||
|
||||
<dl>
|
||||
<dt>dvd1</dt>
|
||||
|
||||
<dd><p>This contains everything necessary to install the base
|
||||
FreeBSD operating system, a collection of pre-built packages
|
||||
aimed at getting a graphical workstation up and running. It
|
||||
also supports booting into a "livefs" based rescue mode.
|
||||
This should be all you need if you can burn and use
|
||||
DVD-sized media.</p></dd>
|
||||
|
||||
<dt>disc1</dt>
|
||||
|
||||
<dd><p>This contains the base FreeBSD operating system. It also
|
||||
supports booting into a "livefs" based rescue mode. There
|
||||
are no pre-built packages.</p></dd>
|
||||
|
||||
<dt>bootonly</dt>
|
||||
|
||||
<dd><p>This supports booting a machine using the CDROM drive but
|
||||
does not contain the support for installing FreeBSD from the
|
||||
CD itself. You would need to perform a network based
|
||||
install (e.g. from an FTP server) after booting from the
|
||||
CD.</p></dd>
|
||||
|
||||
<dt>memstick</dt>
|
||||
|
||||
<dd><p>This can be written to an USB memory stick (flash drive)
|
||||
and used to do an install on machines capable of booting off
|
||||
USB drives. It also supports booting into a "livefs" based
|
||||
rescue mode. There are no pre-built packages.</p>
|
||||
|
||||
<p>As one example of how to use the memstick image, assuming
|
||||
the USB drive appears as /dev/da0 on your machine something
|
||||
like this should work:</p>
|
||||
|
||||
<pre xml:space="preserve"># dd if=FreeBSD-9.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
|
||||
|
||||
<p>Be careful to make sure you get the target (of=) correct.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>Due to the security incident reported here:</p>
|
||||
|
||||
<p><a href="http://www.FreeBSD.org/news/2012-compromise.html" shape="rect">http://www.FreeBSD.org/news/2012-compromise.html</a></p>
|
||||
|
||||
<p>only the small third-party package set on the DVD image is
|
||||
available at this time for users who require pre-built packages
|
||||
(just GNOME and KDE windowing systems). The FreeBSD Project's
|
||||
package building infrastructure is undergoing a complete review
|
||||
and redesign. At this time we can not commit to a date the full
|
||||
release package set will become available. A separate
|
||||
announcement will be made when that becomes available. If you
|
||||
wish to install 9.1-RELEASE now you can build your own packages
|
||||
using portsnap(8) to obtain an up to date ports tree and then
|
||||
build the packages. If you require pre-built packages you
|
||||
should wait for the announcement of the full release package set
|
||||
becoming available.</p>
|
||||
|
||||
<p>FreeBSD 9.1-RELEASE can also be purchased on CD-ROM or DVD from
|
||||
several vendors. One of the vendors that will be offering FreeBSD
|
||||
9.1-based products is:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>FreeBSD Mall, Inc. <tt><a href="http://www.freebsdmall.com/" shape="rect">http://www.freebsdmall.com/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>FTP</h2>
|
||||
|
||||
<p>At the time of this announcement the following FTP sites have
|
||||
FreeBSD 9.1-RELEASE available.</p>
|
||||
|
||||
<ul>
|
||||
<li><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/" shape="rect">ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||
</ul>
|
||||
|
||||
<p>However before trying these sites please check your regional
|
||||
mirror(s) first by going to:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt>ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD</tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>Any additional mirror sites will be labeled
|
||||
<strong>ftp2</strong>, <strong>ftp3</strong> and so on.</p>
|
||||
|
||||
<p>More information about FreeBSD mirror sites can be found at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" shape="rect">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For instructions on installing FreeBSD or updating an existing
|
||||
machine to 9.1-RELEASE please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.1R/installation.html" shape="rect">http://www.FreeBSD.org/releases/9.1R/installation.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Support</h2>
|
||||
|
||||
<p>9.1-RELEASE is an extended support releases and will be
|
||||
supported by the FreeBSD Security Team until it's End-of-Life
|
||||
(EoL) date of December 31st 2014. As 9.1-RELEASE got delayed,
|
||||
the EoL of 9.0-RELEASE has been pushed to March 31st 2013 to
|
||||
allow people sufficient time to upgrade. As always all EoL dates
|
||||
can be found at <a href="http://security.FreeBSD.org/" shape="rect">http://security.FreeBSD.org/</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/security/" shape="rect">http://www.FreeBSD.org/security/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Projects Based on FreeBSD</h2>
|
||||
|
||||
<p>There are many "third party" Projects based on FreeBSD. The
|
||||
Projects range from re-packaging FreeBSD into a more "novice
|
||||
friendly" distribution to making FreeBSD available on Amazon's
|
||||
EC2 infrastructure. For more information about these Third
|
||||
Party Projects see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://wiki.FreeBSD.org/3rdPartyProjects" shape="rect">http://wiki.FreeBSD.org/3rdPartyProjects</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Acknowledgments</h2>
|
||||
|
||||
<p>Many companies donated equipment, network access, or man-hours
|
||||
to support the release engineering activities for FreeBSD 9.1
|
||||
including The FreeBSD Foundation, Yahoo!, NetApp, Internet
|
||||
Systems Consortium, Sentex Communications, New York Internet,
|
||||
Juniper Networks, and iXsystems.</p>
|
||||
|
||||
<p>The release engineering team for 9.1-RELEASE includes:</p>
|
||||
|
||||
<table border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Ken Smith <<a href="mailto:kensmith@FreeBSD.org" shape="rect">kensmith@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering,
|
||||
amd64, i386, sparc64 Release Building,
|
||||
Mirror Site Coordination</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Robert Watson <<a href="mailto:rwatson@FreeBSD.org" shape="rect">rwatson@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Security</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Konstantin Belousov <<a href="mailto:kib@FreeBSD.org" shape="rect">kib@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marc Fonvieille <<a href="mailto:blackend@FreeBSD.org" shape="rect">blackend@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org" shape="rect">jpaetzel@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Hiroki Sato <<a href="mailto:hrs@FreeBSD.org" shape="rect">hrs@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Bjoern Zeeb <<a href="mailto:bz@FreeBSD.org" shape="rect">bz@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Package Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marcel Moolenaar <<a href="marcel@FreeBSD.org" shape="rect">marcel@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">ia64, powerpc Release Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Nathan Whitehorn <<a href="mailto:nwhitehorn@FreeBSD.org" shape="rect">nwhitehorn@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">powerpc64 Release Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Simon Nielsen <<a href="mailto:simon@FreeBSD.org" shape="rect">simon@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Security Officer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Trademark</h2>
|
||||
|
||||
<p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
|
||||
|
||||
<h2>ISO Image Checksums</h2>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = 03ec0d36578a5b2092c75ac8e3eb1979
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = f0a320fd52383c42649d48ea545915a9
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 5da132138da8360491eb0efa24760859
|
||||
MD5 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = 9fb2d4ad338df42f5d86cd1ae3a427c4</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 0c2338e03b9249c9806b8c2b10f36dec
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = e37d86ce83908bf4b667fdae7298bca5
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = dd07dc30035806cabd136f99ccab7eac
|
||||
MD5 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 149b98037944300927a21341aa9a455a</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = f65cb227e049c48bbc369d79a72e2916
|
||||
MD5 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 4febdf7210882e8a9f8eee35315722ce
|
||||
MD5 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = a26c7c24a0497980ffc67e1f199a5bba</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = 3fb02e9998e6341fea7fa75073dcf5ea
|
||||
MD5 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = 7fdec91c78799263d88f3918b71e219f</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = a7e429071a409232f36024df2fc92eed15dc795445030b305fa242c88d6f4596
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = 776ba34df5ffb8b5f04b823aacea32210104204b5d3d1547334a22c86cf7090e
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 7955f97e25985915013c1568319752c4006e722539c65723685923e343c3b5dc
|
||||
SHA256 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = d085657fc039f579a69598163de39cd0d5d09b3f5ba79ea93bb508e7958cdef4</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 73361f5947a71465797979a99e9fdee40797c3fc5ebc9dd4d3d31262f4940985
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = 211f9562e0c122598e03aa3fdb38dd8a5c79197a9d09e6ad32f9ee9ba4eb6e0e
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = 46a53f57e21a7a1c2d1c014bf2cfafae3848c749174777f3a04543f1da25b678
|
||||
SHA256 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 9d037fbf6ac62350bf5d39be820f843c215befac94f8668a5d9935f6bec8e37d</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = a2cd9f2d58571d3e9fbb5fadd13237622d4bf1a732d61acbe649e29153a16801
|
||||
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 02d0bb7236335c6154683800a17c84eb810fbf7950da8c818a519bc09b7ef84e
|
||||
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = b04fb13eab306424319bb8ecd280a655ca6df51dc1ff5dcd6adb6eaa3ff88dba</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = be55f9950e70e4da13c29c90bae0c2110e176939085d72b77e18e23307bbfaea
|
||||
SHA256 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = aa57a02b2d7e46ad8ccca1adcef0ae9aad86b2f4fb5ee9d42e21a95ae2c29f47</pre>
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2013-11-13</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,208 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.1R/docbook.css 39046 2012-06-14 17:22:19Z kensmith $
|
||||
*/
|
||||
|
||||
BODY ADDRESS {
|
||||
line-height: 1.3;
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
BODY BLOCKQUOTE {
|
||||
margin-top: .75em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
HTML BODY {
|
||||
margin: 1em 8% 1em 10%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.LEGALNOTICE {
|
||||
font-size: small;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
BODY DIV {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
DL {
|
||||
margin: .8em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY FORM {
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
H1, H2, H3, H4, H5, H6,
|
||||
DIV.EXAMPLE P B,
|
||||
.QUESTION,
|
||||
DIV.TABLE P B,
|
||||
DIV.PROCEDURE P B {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
|
||||
line-height: 1.3;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2 {
|
||||
margin: .8em 0 0 -4%;
|
||||
}
|
||||
|
||||
BODY H3, BODY H4 {
|
||||
margin: .8em 0 0 -3%;
|
||||
}
|
||||
|
||||
BODY H5 {
|
||||
margin: .8em 0 0 -2%;
|
||||
}
|
||||
|
||||
BODY H6 {
|
||||
margin: .8em 0 0 -1%;
|
||||
}
|
||||
|
||||
BODY HR {
|
||||
margin: .6em;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: #cecece;
|
||||
}
|
||||
|
||||
BODY IMG.NAVHEADER {
|
||||
margin: 0 0 0 -4%;
|
||||
}
|
||||
|
||||
OL {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY PRE {
|
||||
margin: .75em 0;
|
||||
line-height: 1.0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
BODY TD, BODY TH {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
UL, BODY DIR, BODY MENU {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
HTML {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
BODY P B.APPLICATION {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.FILENAME {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||
.GUILABEL, .INTERFACE,
|
||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.GUIBUTTON {
|
||||
background-color: #CFCFCF;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ACCEL {
|
||||
background-color: #F0F0F0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.SCREEN {
|
||||
padding: 1ex;
|
||||
}
|
||||
|
||||
.PROGRAMLISTING {
|
||||
padding: 1ex;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
@media screen { /* hide from IE3 */
|
||||
a[href]:hover { background: #ffa }
|
||||
}
|
||||
|
||||
BLOCKQUOTE.NOTE {
|
||||
color: #222;
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.4em 0.4em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.TIP {
|
||||
color: #004F00;
|
||||
background: #d8ecd6;
|
||||
border: 1px solid green;
|
||||
padding: 0.2em 2em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.IMPORTANT {
|
||||
font-style:italic;
|
||||
border: 1px solid #a00;
|
||||
border-left: 12px solid #c00;
|
||||
padding: 0.1em 1em;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.WARNING {
|
||||
color: #9F1313;
|
||||
background: #f8e8e8;
|
||||
border: 1px solid #e59595;
|
||||
padding: 0.2em 2em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.EXAMPLE {
|
||||
background: #fefde6;
|
||||
border: 1px solid #f1bb16;
|
||||
margin: 1em 0;
|
||||
padding: 0.2em 2em;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.INFORMALTABLE TABLE.CALSTABLE TR TD {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
56
website/content/en/releases/9.1R/errata.adoc
Normal file
56
website/content/en/releases/9.1R/errata.adoc
Normal file
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
title: "FreeBSD 9.1-RELEASE Errata"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.1-RELEASE Errata
|
||||
|
||||
'''''
|
||||
This document lists errata items for FreeBSD 9.1-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD.
|
||||
|
||||
This errata document for FreeBSD 9.1-RELEASE will be maintained until the release of FreeBSD 9.2-RELEASE.
|
||||
|
||||
'''''
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This errata document contains “late-breaking news” about FreeBSD 9.1-RELEASE. Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed.
|
||||
|
||||
Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the “current errata” for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/, plus any sites which keep up-to-date mirrors of this location.
|
||||
|
||||
Source and binary snapshots of FreeBSD 9.1-STABLE also contain up-to-date copies of this document (as of the time of the snapshot).
|
||||
|
||||
For a list of all FreeBSD CERT security advisories, see http://www.FreeBSD.org/security/ or ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/.
|
||||
|
||||
'''''
|
||||
|
||||
[[security]]
|
||||
== Security Advisories
|
||||
|
||||
Problems described in the following security advisories have been fixed in 9.1-RELEASE. For more information, consult the individual advisories available from http://security.FreeBSD.org/.
|
||||
|
||||
[width="100%",cols="20%,20%,60%",options="header",]
|
||||
|===
|
||||
|Advisory |Date |Topic
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:01.openssl.asc[SA-12:01.openssl] |3 May 2012 |OpenSSL multiple vulnerabilities
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc[SA-12:02.crypt] |30 May 2012 |Incorrect `crypt()` hashing
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc[SA-12:03.bind] |12 June 2012 |Incorrect handling of zero-length RDATA fields in man:named[8]
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc[SA-12:04.sysret] |12 June 2012 |Privilege escalation when returning from kernel
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc[SA-12:05.bind] |6 August 2012 |man:named[8] DNSSEC validation Denial of Service
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc[SA-12:06.bind] |22 November 2012 |Multiple Denial of Service vulnerabilities with man:named[8]
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc[SA-12:07.hostapd] |22 November 2012 |Insufficient message length validation for EAP-TLS messages
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc[SA-12:08.linux] |22 November 2012 |Linux compatibility layer input validation error
|
||||
|===
|
||||
|
||||
'''''
|
||||
|
||||
[[late-news]]
|
||||
== Late-Breaking News
|
||||
|
||||
[November 2, 2012] The current man:mfi[4] driver has an overflow bug when handling disks larger than 2^32 sectors in SYSPD volumes, also known as JBODs, which will cause data corruption. This bug has been fixed on this FreeBSD-CURRENT but was too late for inclusion in this release. An Errata Notice for 9.1-RELEASE is planned.
|
||||
|
||||
[December 25, 2012] The Installtion Instructions had the following wrong information about upgrading procedure. All of them have been fixed in the online version.
|
||||
|
||||
* The link URL of “upgrading section in the Release Notes”, branch names where upcoming Security Advisories or Errata Notices will be applied, and a command line argument of man:freebsd-update[8] were ones for 9.0-RELEASE, not for 9.1-RELEASE.
|
||||
* The list of releases supported by man:freebsd-update[8] utility were incorrect. For 9.X, The following versions are supported: `9.0-RELEASE`, `9.1-BETA1`, and `9.1-RC[123]`.
|
|
@ -1,247 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
||||
<title>FreeBSD 9.1-RELEASE Errata</title>
|
||||
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
|
||||
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body class="article" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
<div class="ARTICLE">
|
||||
<div class="TITLEPAGE">
|
||||
<h1 class="title"><a id="AEN2" name="AEN2">FreeBSD 9.1-RELEASE Errata</a></h1>
|
||||
|
||||
<h3 class="corpauthor"> The FreeBSD Project</h3>
|
||||
|
||||
<p class="copyright">Copyright © 2012 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="pubdate">$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/errata/article.xml
|
||||
244671 2012-12-25 06:07:34Z hrs $<br />
|
||||
</p>
|
||||
|
||||
<div class="legalnotice"><a id="trademarks" name="trademarks"></a>
|
||||
<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
|
||||
|
||||
<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
|
||||
registered trademarks of Intel Corporation or its subsidiaries in the United States and
|
||||
other countries.</p>
|
||||
|
||||
<p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc
|
||||
in the United States and other countries. SPARC International, Inc owns all of the SPARC
|
||||
trademarks and under licensing agreements allows the proper use of these trademarks by
|
||||
its members.</p>
|
||||
|
||||
<p>Many of the designations used by manufacturers and sellers to distinguish their
|
||||
products are claimed as trademarks. Where those designations appear in this document, and
|
||||
the FreeBSD Project was aware of the trademark claim, the designations have been followed
|
||||
by the “™” or the “®” symbol.</p>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<blockquote class="ABSTRACT">
|
||||
<div class="abstract"><a id="AEN16" name="AEN16"></a>
|
||||
<p>This document lists errata items for FreeBSD 9.1-RELEASE, containing significant
|
||||
information discovered after the release or too late in the release cycle to be otherwise
|
||||
included in the release documentation. This information includes security advisories, as
|
||||
well as news relating to the software or documentation that could affect its operation or
|
||||
usability. An up-to-date version of this document should always be consulted before
|
||||
installing this version of FreeBSD.</p>
|
||||
|
||||
<p>This errata document for FreeBSD 9.1-RELEASE will be maintained until the release of
|
||||
FreeBSD 9.2-RELEASE.</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
|
||||
<div class="sect1">
|
||||
<hr />
|
||||
<h2 class="sect1"><a id="intro" name="intro">1 Introduction</a></h2>
|
||||
|
||||
<p>This errata document contains “late-breaking news” about FreeBSD
|
||||
9.1-RELEASE. Before installing this version, it is important to consult this document to
|
||||
learn about any post-release discoveries or problems that may already have been found and
|
||||
fixed.</p>
|
||||
|
||||
<p>Any version of this errata document actually distributed with the release (for
|
||||
example, on a CDROM distribution) will be out of date by definition, but other copies are
|
||||
kept updated on the Internet and should be consulted as the “current errata”
|
||||
for this release. These other copies of the errata are located at <a
|
||||
href="http://www.FreeBSD.org/releases/"
|
||||
target="_top">http://www.FreeBSD.org/releases/</a>, plus any sites which keep up-to-date
|
||||
mirrors of this location.</p>
|
||||
|
||||
<p>Source and binary snapshots of FreeBSD 9.1-STABLE also contain up-to-date copies of
|
||||
this document (as of the time of the snapshot).</p>
|
||||
|
||||
<p>For a list of all FreeBSD CERT security advisories, see <a
|
||||
href="http://www.FreeBSD.org/security/"
|
||||
target="_top">http://www.FreeBSD.org/security/</a> or <a
|
||||
href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/"
|
||||
target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="sect1">
|
||||
<hr />
|
||||
<h2 class="sect1"><a id="security" name="security">2 Security Advisories</a></h2>
|
||||
|
||||
<p>Problems described in the following security advisories have been fixed in
|
||||
9.1-RELEASE. For more information, consult the individual advisories available from <a
|
||||
href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a>.</p>
|
||||
|
||||
<div class="informaltable"><a id="AEN34" name="AEN34"></a>
|
||||
<table border="0" frame="void" width="100%" class="CALSTABLE">
|
||||
<col width="20%" />
|
||||
<col width="20%" />
|
||||
<col width="60%" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Advisory</th>
|
||||
<th>Date</th>
|
||||
<th>Topic</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:01.openssl.asc"
|
||||
target="_top">SA-12:01.openssl</a></td>
|
||||
<td>3 May 2012</td>
|
||||
<td>
|
||||
<p>OpenSSL multiple vulnerabilities</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc"
|
||||
target="_top">SA-12:02.crypt</a></td>
|
||||
<td>30 May 2012</td>
|
||||
<td>
|
||||
<p>Incorrect <code class="function">crypt()</code> hashing</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc"
|
||||
target="_top">SA-12:03.bind</a></td>
|
||||
<td>12 June 2012</td>
|
||||
<td>
|
||||
<p>Incorrect handling of zero-length RDATA fields in <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc"
|
||||
target="_top">SA-12:04.sysret</a></td>
|
||||
<td>12 June 2012</td>
|
||||
<td>
|
||||
<p>Privilege escalation when returning from kernel</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc"
|
||||
target="_top">SA-12:05.bind</a></td>
|
||||
<td>6 August 2012</td>
|
||||
<td>
|
||||
<p><a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a> DNSSEC
|
||||
validation Denial of Service</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc"
|
||||
target="_top">SA-12:06.bind</a></td>
|
||||
<td>22 November 2012</td>
|
||||
<td>
|
||||
<p>Multiple Denial of Service vulnerabilities with <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=named&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span class="refentrytitle">named</span>(8)</span></a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc"
|
||||
target="_top">SA-12:07.hostapd</a></td>
|
||||
<td>22 November 2012</td>
|
||||
<td>
|
||||
<p>Insufficient message length validation for EAP-TLS messages</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc"
|
||||
target="_top">SA-12:08.linux</a></td>
|
||||
<td>22 November 2012</td>
|
||||
<td>
|
||||
<p>Linux compatibility layer input validation error</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sect1">
|
||||
<hr />
|
||||
<h2 class="sect1"><a id="late-news" name="late-news">3 Late-Breaking News</a></h2>
|
||||
|
||||
<p>[November 2, 2012] The current <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver
|
||||
has an overflow bug when handling disks larger than 2^32 sectors in SYSPD volumes, also
|
||||
known as JBODs, which will cause data corruption. This bug has been fixed on this
|
||||
FreeBSD-CURRENT but was too late for inclusion in this release. An Errata Notice for
|
||||
9.1-RELEASE is planned.</p>
|
||||
|
||||
<p>[December 25, 2012] The Installtion Instructions had the following wrong information
|
||||
about upgrading procedure. All of them have been fixed in the online version.</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>The link URL of “upgrading section in the Release 	 Notes”, branch
|
||||
names where upcoming Security 	 Advisories or Errata Notices will be applied, and a
|
||||
	 command line argument of <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> were ones 	 for
|
||||
9.0-RELEASE, not for 9.1-RELEASE.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The list of releases supported by <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> 	 utility were incorrect.
|
||||
For 9.X, The following versions are 	 supported: <tt
|
||||
class="literal">9.0-RELEASE</tt>, 	 <tt class="literal">9.1-BETA1</tt>, and 	 <tt
|
||||
class="literal">9.1-RC[123]</tt>.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p align="center"><small>This file, and other release-related documents, can be
|
||||
downloaded from <a
|
||||
href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the <a
|
||||
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<a
|
||||
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p>
|
||||
|
||||
<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a
|
||||
href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about this documentation, e-mail <<a
|
||||
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
3177
website/content/en/releases/9.1R/hardware.adoc
Normal file
3177
website/content/en/releases/9.1R/hardware.adoc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
93
website/content/en/releases/9.1R/installation.adoc
Normal file
93
website/content/en/releases/9.1R/installation.adoc
Normal file
|
@ -0,0 +1,93 @@
|
|||
---
|
||||
title: "FreeBSD 9.1-RELEASE Installation Instructions"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.1-RELEASE Installation Instructions
|
||||
|
||||
'''''
|
||||
This article gives some brief instructions on installing FreeBSD 9.1-RELEASE and upgrading the systems running earlier releases.
|
||||
|
||||
'''''
|
||||
|
||||
[[install]]
|
||||
== Installing FreeBSD
|
||||
|
||||
The link:{handbook}#bsdinstall[“Installing FreeBSD”] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots.
|
||||
|
||||
'''''
|
||||
|
||||
[[upgrade]]
|
||||
== Upgrading FreeBSD
|
||||
|
||||
If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.1R/relnotes-detailed/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully.
|
||||
|
||||
'''''
|
||||
|
||||
=== Upgrading from Source
|
||||
|
||||
The procedure for doing a source code based update is described in link:{handbook}#synching[https://doc.FreeBSD.org/en/books/handbook/book/#synching] and link:{handbook}#makeworld[https://doc.FreeBSD.org/en/books/handbook/book/#makeworld].
|
||||
|
||||
For SVN use the `releng/9.1` branch which will be where any upcoming Security Advisories or Errata Notices will be applied. The branch tag to use for updating the source is `RELENG_9_1` for CVS.
|
||||
|
||||
'''''
|
||||
|
||||
=== Upgrading Using "FreeBSD Update"
|
||||
|
||||
The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `7.[34]-RELEASE`, `8.[12]-RELEASE`, `9.0-RELEASE`, `9.1-BETA1`, or `9.1-RC[123]` can upgrade as follows:
|
||||
|
||||
First, ensure that your current system is up to date; a change was recently made to man:freebsd-update[8] (Errata Notice http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc[FreeBSD-EN-12:01.freebsd-update]) which is needed in order to upgrade to FreeBSD 9.1-RELEASE.
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update fetch
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
Now the man:freebsd-update[8] utility can fetch bits belonging to 9.1-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files.
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update upgrade -r 9.1-RELEASE
|
||||
----
|
||||
|
||||
Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 7.x or 8.x:
|
||||
|
||||
[arabic]
|
||||
. The FreeBSD, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point.
|
||||
. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.)
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
The system must now be rebooted with the newly installed kernel before the non-kernel components are updated.
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# shutdown -r now
|
||||
----
|
||||
|
||||
After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components:
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
At this point, users of systems being upgraded from FreeBSD 8.2-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries.
|
||||
|
||||
After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries:
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
Finally, reboot into 9.1-RELEASE
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# shutdown -r now
|
||||
----
|
|
@ -1,235 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
||||
<title>FreeBSD 9.1-RELEASE Installation Instructions</title>
|
||||
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
|
||||
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body class="article" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
<div class="ARTICLE">
|
||||
<div class="TITLEPAGE">
|
||||
<h1 class="title"><a id="AEN2" name="AEN2">FreeBSD 9.1-RELEASE Installation
|
||||
Instructions</a></h1>
|
||||
|
||||
<h3 class="corpauthor">The FreeBSD Project</h3>
|
||||
|
||||
<p class="copyright">Copyright © 2012 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="pubdate">$FreeBSD:
|
||||
stable/9/release/doc/en_US.ISO8859-1/installation/article.xml 244867 2012-12-30 16:41:17Z
|
||||
hrs $<br />
|
||||
</p>
|
||||
|
||||
<div class="legalnotice"><a id="trademarks" name="trademarks"></a>
|
||||
<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
|
||||
|
||||
<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
|
||||
registered trademarks of Intel Corporation or its subsidiaries in the United States and
|
||||
other countries.</p>
|
||||
|
||||
<p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc
|
||||
in the United States and other countries. SPARC International, Inc owns all of the SPARC
|
||||
trademarks and under licensing agreements allows the proper use of these trademarks by
|
||||
its members.</p>
|
||||
|
||||
<p>Many of the designations used by manufacturers and sellers to distinguish their
|
||||
products are claimed as trademarks. Where those designations appear in this document, and
|
||||
the FreeBSD Project was aware of the trademark claim, the designations have been followed
|
||||
by the “™” or the “®” symbol.</p>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<blockquote class="ABSTRACT">
|
||||
<div class="abstract"><a id="AEN16" name="AEN16"></a>
|
||||
<p>This article gives some brief instructions on installing FreeBSD 9.1-RELEASE and
|
||||
upgrading the systems running earlier releases.</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
|
||||
<div class="sect1">
|
||||
<hr />
|
||||
<h2 class="sect1"><a id="install" name="install">1 Installing FreeBSD</a></h2>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html"
|
||||
target="_top">“Installing 	 FreeBSD”</a> chapter of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD
|
||||
	Handbook</a> provides more in-depth information about the installation program
|
||||
itself, including a guided walk-through with screenshots.</p>
|
||||
</div>
|
||||
|
||||
<div class="sect1">
|
||||
<hr />
|
||||
<h2 class="sect1"><a id="upgrade" name="upgrade">2 Upgrading FreeBSD</a></h2>
|
||||
|
||||
<p>If you are upgrading from a previous release of FreeBSD, please read <a
|
||||
href="http://www.FreeBSD.org/releases/9.1R/relnotes-detailed.html#upgrade"
|
||||
target="_top">upgrading section in the Release Notes</a> for notable incompatibilities
|
||||
carefully.</p>
|
||||
|
||||
<div class="sect2">
|
||||
<hr />
|
||||
<h3 class="sect2"><a id="AEN28" name="AEN28">2.1 Upgrading from Source</a></h3>
|
||||
|
||||
<p>The procedure for doing a source code based update is 	described in 	<a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html"
|
||||
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a>
|
||||
and 	<a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html"
|
||||
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html</a>.</p>
|
||||
|
||||
<p>For SVN use the <tt class="filename">releng/9.1</tt> branch 	which will be where
|
||||
any upcoming Security Advisories or Errata 	Notices will be applied. The branch tag
|
||||
to use for updating 	the source is <tt class="literal">RELENG_9_1</tt> for CVS.</p>
|
||||
</div>
|
||||
|
||||
<div class="sect2">
|
||||
<hr />
|
||||
<h3 class="sect2"><a id="AEN36" name="AEN36">2.2 Upgrading Using “FreeBSD
|
||||
Update”</a></h3>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> utility supports binary
|
||||
	upgrades of i386 and amd64 systems running 	earlier FreeBSD releases. Systems
|
||||
running 	<tt class="literal">7.[34]-RELEASE</tt>, 	<tt
|
||||
class="literal">8.[12]-RELEASE</tt>, 	<tt class="literal">9.0-RELEASE</tt>, 	<tt
|
||||
class="literal">9.1-BETA1</tt>, or 	<tt class="literal">9.1-RC[123]</tt> can upgrade
|
||||
as follows:</p>
|
||||
|
||||
<p>First, ensure that your current system is up to date; a 	change was recently made
|
||||
to <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> (Errata 	Notice <a
|
||||
href="http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc"
|
||||
target="_top">FreeBSD-EN-12:01.freebsd-update</a>) 	which is needed in order to
|
||||
upgrade to FreeBSD 	9.1-RELEASE.</p>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> freebsd-update fetch
|
||||
<samp class="prompt">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>Now the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> utility can fetch bits
|
||||
	belonging to 9.1-RELEASE. During this process 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> will ask for help in merging
|
||||
	configuration files.</p>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> freebsd-update upgrade -r 9.1-RELEASE
|
||||
</pre>
|
||||
|
||||
<p>Due to changes in the way that FreeBSD is packaged on the 	release media, two
|
||||
complications may arise in this process if 	upgrading from FreeBSD 7.x or 8.x:</p>
|
||||
|
||||
<ol type="1">
|
||||
<li>
|
||||
<p>The FreeBSD, which previously could appear in either 	 <tt
|
||||
class="filename">/boot/kernel</tt> or 	 <tt class="filename">/boot/GENERIC</tt>, now
|
||||
only appears as 	 <tt class="filename">/boot/kernel</tt>. As a result, any 	
|
||||
kernel appearing in <tt class="filename">/boot/GENERIC</tt> 	 will be deleted. Please
|
||||
carefully read the output printed 	 by <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> and confirm that an updated
|
||||
	 kernel will be placed into 	 <tt class="filename">/boot/kernel</tt> before
|
||||
proceeding beyond 	 this point.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The FreeBSD source tree in <tt class="filename">/usr/src</tt> 	 (if present) will
|
||||
be deleted. (Normally the 	 <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> utility will update a source
|
||||
tree, 	 but in this case the changes in release packaging result 	 in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> utility not recognizing that
|
||||
	 the source tree from the old release and the source tree 	 from the new release
|
||||
correspond to the same part of 	 FreeBSD.)</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>The system must now be rebooted with the newly installed 	kernel before the
|
||||
non-kernel components are updated.</p>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> shutdown -r now
|
||||
</pre>
|
||||
|
||||
<p>After rebooting, <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> needs to be run 	again to
|
||||
install the new userland components:</p>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>At this point, users of systems being upgraded from FreeBSD 	8.2-RELEASE or
|
||||
earlier will be prompted by 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> to rebuild all third-party
|
||||
applications 	(e.g., ports installed from the ports tree) due to updates in
|
||||
	system libraries.</p>
|
||||
|
||||
<p>After updating installed third-party applications (and 	again, only if <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> printed a message
|
||||
	indicating that this was necessary), run 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="citerefentry"><span
|
||||
class="refentrytitle">freebsd-update</span>(8)</span></a> again so that it can delete the
|
||||
old (no 	longer used) system libraries:</p>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>Finally, reboot into 9.1-RELEASE</p>
|
||||
|
||||
<pre class="screen">
|
||||
<samp class="prompt">#</samp> shutdown -r now
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p align="center"><small>This file, and other release-related documents, can be
|
||||
downloaded from <a
|
||||
href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the <a
|
||||
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<a
|
||||
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p>
|
||||
|
||||
<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a
|
||||
href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about this documentation, e-mail <<a
|
||||
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
141
website/content/en/releases/9.1R/readme.adoc
Normal file
141
website/content/en/releases/9.1R/readme.adoc
Normal file
|
@ -0,0 +1,141 @@
|
|||
---
|
||||
title: "FreeBSD 9.1-RELEASE README"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
= FreeBSD 9.1-RELEASE README
|
||||
|
||||
'''''
|
||||
This document gives a brief introduction to FreeBSD 9.1-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information.
|
||||
|
||||
'''''
|
||||
|
||||
[[INTRO]]
|
||||
== Introduction
|
||||
|
||||
This distribution is a release of FreeBSD 9.1-RELEASE, the latest point along the 9.1-STABLE branch.
|
||||
|
||||
'''''
|
||||
|
||||
=== About FreeBSD
|
||||
|
||||
FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen “x86” based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision.
|
||||
|
||||
This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works.
|
||||
|
||||
A large collection of third-party ported software (the “Ports Collection”) is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each “port” consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 23,000 ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX. Most ports are also available as pre-compiled “packages”, which can be quickly installed from the installation program.
|
||||
|
||||
'''''
|
||||
|
||||
=== Target Audience
|
||||
|
||||
This release of FreeBSD is suitable for all users. It has undergone a period of testing and quality assurance checking to ensure the highest reliability and dependability.
|
||||
|
||||
'''''
|
||||
|
||||
[[OBTAIN]]
|
||||
== Obtaining FreeBSD
|
||||
|
||||
FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation.
|
||||
|
||||
'''''
|
||||
|
||||
=== CDROM and DVD
|
||||
|
||||
FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, precompiled “packages” from the FreeBSD Ports Collection, or other extra material.
|
||||
|
||||
A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors[“Obtaining FreeBSD”] appendix to the Handbook.
|
||||
|
||||
'''''
|
||||
|
||||
=== FTP
|
||||
|
||||
You can use FTP to retrieve FreeBSD and any or all of its optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its “mirrors”.
|
||||
|
||||
Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended.
|
||||
|
||||
Additional mirror sites are always welcome. Contact `<freebsd-admin@FreeBSD.org>` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article.
|
||||
|
||||
Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for the most current release.
|
||||
|
||||
'''''
|
||||
|
||||
[[CONTACTING]]
|
||||
== Contacting the FreeBSD Project
|
||||
|
||||
=== Email and Mailing Lists
|
||||
|
||||
For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list].
|
||||
|
||||
If you're tracking the 9.1-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system.
|
||||
|
||||
Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help--there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list].
|
||||
|
||||
Please note that these mailing lists can experience _significant_ amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list].
|
||||
|
||||
All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://www.FreeBSD.org/mailman/listinfo[FreeBSD Mailman Info Page]. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the http://www.FreeBSD.org/support/#mailing-list[mailing lists section] of the FreeBSD Web site.
|
||||
|
||||
*Important:* Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead.
|
||||
|
||||
'''''
|
||||
|
||||
=== Submitting Problem Reports
|
||||
|
||||
Suggestions, bug reports and contributions of code are always valued--please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome.
|
||||
|
||||
The preferred method to submit bug reports from a machine with Internet mail connectivity is to use the man:send-pr[1] command. “Problem Reports” (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. http://www.FreeBSD.org/cgi/query-pr-summary.cgi[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered.
|
||||
|
||||
Note that man:send-pr[1] itself is a shell script that should be easy to move even onto a non-FreeBSD system. Using this interface is highly preferred. If, for some reason, you are unable to use man:send-pr[1] to submit a bug report, you can try to send it to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs[FreeBSD problem reports mailing list].
|
||||
|
||||
For more information, link:{problem-reports}[“Writing FreeBSD Problem Reports”], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports.
|
||||
|
||||
'''''
|
||||
|
||||
[[SEEALSO]]
|
||||
== Further Reading
|
||||
|
||||
There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions.
|
||||
|
||||
'''''
|
||||
|
||||
[[RELEASE-DOCS]]
|
||||
=== Release Documentation
|
||||
|
||||
A number of other files provide more specific information about this release distribution. These files are provided in various formats. Most distributions will include both ASCII text (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`).
|
||||
|
||||
* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution.
|
||||
* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.1-RELEASE compared to the previous release (FreeBSD 9.0-RELEASE).
|
||||
* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work.
|
||||
* `ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created.
|
||||
|
||||
*Note:* It is extremely important to read the errata for any given release before installing it, to learn about any “late-breaking news” or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the “current errata” for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/ (as well as any sites which keep up-to-date mirrors of this location).
|
||||
|
||||
|
||||
'''''
|
||||
|
||||
=== Manual Pages
|
||||
|
||||
As with almost all UNIX like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user.
|
||||
|
||||
In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding).
|
||||
|
||||
'''''
|
||||
|
||||
=== Books and Articles
|
||||
|
||||
Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions document). On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the http://www.FreeBSD.org/docs[FreeBSD Documentation page] or its mirrors. If you install the `doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD.
|
||||
|
||||
A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the `doc` distribution set.
|
||||
|
||||
A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX heritage, many other articles and books written for UNIX systems are applicable as well, some of which are also listed in the bibliography.
|
||||
|
||||
'''''
|
||||
|
||||
[[ACKNOWLEDGEMENTS]]
|
||||
== Acknowledgments
|
||||
|
||||
FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this release. For a complete list of FreeBSD developers and contributors, please see link:{contributors}[“Contributors to FreeBSD”] on the FreeBSD Web site or any of its mirrors.
|
||||
|
||||
Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this release simply would not have been possible.
|
|
@ -1,403 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
||||
<title>FreeBSD 9.1-RELEASE README</title>
|
||||
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
|
||||
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
<div class="ARTICLE">
|
||||
<div class="TITLEPAGE">
|
||||
<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 9.1-RELEASE README</a></h1>
|
||||
|
||||
<h3 class="CORPAUTHOR">The FreeBSD Project</h3>
|
||||
|
||||
<p class="COPYRIGHT">Copyright © 2012 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD:
|
||||
release/9.1.0/release/doc/en_US.ISO8859-1/readme/article.sgml 243705 2012-11-30 16:15:35Z
|
||||
hrs $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
|
||||
|
||||
<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
|
||||
registered trademarks of Intel Corporation or its subsidiaries in the United States and
|
||||
other countries.</p>
|
||||
|
||||
<p>Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group
|
||||
are trademarks of The Open Group in the United States and other countries.</p>
|
||||
|
||||
<p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc
|
||||
in the United States and other countries. SPARC International, Inc owns all of the SPARC
|
||||
trademarks and under licensing agreements allows the proper use of these trademarks by
|
||||
its members.</p>
|
||||
|
||||
<p>Many of the designations used by manufacturers and sellers to distinguish their
|
||||
products are claimed as trademarks. Where those designations appear in this document, and
|
||||
the FreeBSD Project was aware of the trademark claim, the designations have been followed
|
||||
by the “™” or the “®” symbol.</p>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<blockquote class="ABSTRACT">
|
||||
<div class="ABSTRACT"><a id="AEN17" name="AEN17"></a>
|
||||
<p>This document gives a brief introduction to FreeBSD 9.1-RELEASE. It includes some
|
||||
information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD
|
||||
Project, and pointers to some other sources of information.</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="INTRO" name="INTRO">1 Introduction</a></h2>
|
||||
|
||||
<p>This distribution is a release of FreeBSD 9.1-RELEASE, the latest point along the
|
||||
9.1-STABLE branch.</p>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN22" name="AEN22">1.1 About FreeBSD</a></h3>
|
||||
|
||||
<p>FreeBSD is an operating system based on 4.4 BSD Lite for 	AMD64 and Intel EM64T
|
||||
based PC hardware (amd64), 	Intel, AMD, Cyrix or NexGen “x86” based PC
|
||||
hardware (i386), 	Intel Itanium Processor based computers (ia64), 	NEC
|
||||
PC-9801/9821 series PCs and compatibles (pc98), 	and <span
|
||||
class="TRADEMARK">UltraSPARC</span>® machines (sparc64). Versions 	for the <span
|
||||
class="TRADEMARK">ARM</span>® (arm), <span class="TRADEMARK">MIPS</span>® (mips),
|
||||
and 	<span class="TRADEMARK">PowerPC</span>® (powerpc) architectures are
|
||||
currently under 	development as well. FreeBSD works with a wide variety of
|
||||
	peripherals and configurations and can be used for everything 	from software
|
||||
development to games to Internet Service 	Provision.</p>
|
||||
|
||||
<p>This release of FreeBSD contains everything you need to run 	such a system,
|
||||
including full source code for the kernel and 	all utilities in the base
|
||||
distribution. With the source 	distribution installed, you can literally recompile
|
||||
the entire 	system from scratch with one command, making it ideal for 	students,
|
||||
researchers, or users who simply want to see how it 	all works.</p>
|
||||
|
||||
<p>A large collection of third-party ported software (the 	“Ports
|
||||
Collection”) is also provided to make it 	easy to obtain and install all your
|
||||
favorite traditional <span class="TRADEMARK">UNIX</span>® 	utilities for FreeBSD.
|
||||
Each “port” consists of a 	set of scripts to retrieve, configure, build,
|
||||
and install a 	piece of software, with a single command. Over 23,000 	ports, from
|
||||
editors to programming languages to graphical 	applications, make FreeBSD a powerful
|
||||
and comprehensive operating 	environment that extends far beyond what's provided by
|
||||
many 	commercial versions of <span class="TRADEMARK">UNIX</span>. Most ports are also
|
||||
available as 	pre-compiled “packages”, which can be quickly
|
||||
	installed from the installation program.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN37" name="AEN37">1.2 Target Audience</a></h3>
|
||||
|
||||
<p>This release of FreeBSD is suitable for all users. It 	has undergone a period of
|
||||
testing and quality assurance 	checking to ensure the highest reliability and
|
||||
	dependability.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="OBTAIN" name="OBTAIN">2 Obtaining FreeBSD</a></h2>
|
||||
|
||||
<p>FreeBSD may be obtained in a variety of ways. This section focuses on those ways that
|
||||
are primarily useful for obtaining a complete FreeBSD distribution, rather than updating
|
||||
an existing installation.</p>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN43" name="AEN43">2.1 CDROM and DVD</a></h3>
|
||||
|
||||
<p>FreeBSD -RELEASE distributions may be ordered on CDROM or DVD 	from several
|
||||
publishers. This is frequently the most 	convenient way to obtain FreeBSD for new
|
||||
installations, as it 	provides a convenient way to quickly reinstall the system if
|
||||
	necessary. Some distributions include some of the optional, 	precompiled
|
||||
“packages” from the FreeBSD Ports 	Collection, or other extra
|
||||
material.</p>
|
||||
|
||||
<p>A list of the CDROM and DVD publishers known to the 	project are listed in the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html"
|
||||
target="_top">“Obtaining 	FreeBSD”</a> appendix to the Handbook.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN50" name="AEN50">2.2 FTP</a></h3>
|
||||
|
||||
<p>You can use FTP to retrieve FreeBSD and any or all of its 	optional packages from
|
||||
<a href="ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a>, which is the
|
||||
official 	FreeBSD release site, or any of its 	“mirrors”.</p>
|
||||
|
||||
<p>Lists of locations that mirror FreeBSD can be found in the 	<a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html"
|
||||
target="_top">FTP 	Sites</a> section of the Handbook. 	Finding a close (in
|
||||
networking terms) mirror from which to 	download the distribution is highly
|
||||
recommended.</p>
|
||||
|
||||
<p>Additional mirror sites are always welcome. Contact 	<code class="EMAIL"><<a
|
||||
href="mailto:freebsd-admin@FreeBSD.org">freebsd-admin@FreeBSD.org</a>></code> for
|
||||
more details on 	becoming an official mirror site. You can also find useful
|
||||
information for mirror sites at the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/hubs/" target="_top">Mirroring
|
||||
FreeBSD</a> article.</p>
|
||||
|
||||
<p>Mirrors generally contain the ISO images generally used to 	create a CDROM of a
|
||||
FreeBSD release. They usually also contain 	floppy disk images (for applicable
|
||||
platforms), as well as the 	files necessary to do an installation over the network.
|
||||
	Finally mirrors sites usually contain a set of packages for 	the most current
|
||||
release.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="CONTACTING" name="CONTACTING">3 Contacting the FreeBSD
|
||||
Project</a></h2>
|
||||
|
||||
<div class="SECT2">
|
||||
<h3 class="SECT2"><a id="AEN63" name="AEN63">3.1 Email and Mailing Lists</a></h3>
|
||||
|
||||
<p>For any questions or general technical support issues, 	please send mail to the <a
|
||||
href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions" target="_top">FreeBSD
|
||||
general questions mailing list</a>.</p>
|
||||
|
||||
<p>If you're tracking the 9.1-STABLE development efforts, you 	<span
|
||||
class="emphasis"><i class="EMPHASIS">must</i></span> join the <a
|
||||
href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-current"
|
||||
target="_top">FreeBSD-CURRENT mailing list</a>, in order to 	keep abreast of recent
|
||||
developments and changes that may 	affect the way you use and maintain the
|
||||
system.</p>
|
||||
|
||||
<p>Being a largely-volunteer effort, the FreeBSD 	Project is always happy to have
|
||||
extra hands willing to help--there are already far more desired enhancements than
|
||||
	there is time to implement them. To contact the developers on 	technical
|
||||
matters, or with offers of help, please send mail to 	the <a
|
||||
href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers" target="_top">FreeBSD
|
||||
technical discussions mailing list</a>.</p>
|
||||
|
||||
<p>Please note that these mailing lists can experience 	<span class="emphasis"><i
|
||||
class="EMPHASIS">significant</i></span> amounts of traffic. If you 	have slow or
|
||||
expensive mail access, or are only interested in 	keeping up with major FreeBSD
|
||||
events, you may find it 	preferable to subscribe instead to the <a
|
||||
href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce" target="_top">FreeBSD
|
||||
announcements mailing list</a>.</p>
|
||||
|
||||
<p>All of the mailing lists can be freely joined by anyone 	wishing to do so. Visit
|
||||
the <a href="http://www.FreeBSD.org/mailman/listinfo" target="_top">	FreeBSD Mailman
|
||||
Info Page</a>. This will give you more 	information on joining the various lists,
|
||||
accessing archives, 	etc. There are a number of mailing lists targeted at special
|
||||
	interest groups not mentioned here; more information can be 	obtained either
|
||||
from the Mailman pages or the <a href="http://www.FreeBSD.org/support.html#mailing-list"
|
||||
target="_top">mailing 	lists section</a> of the FreeBSD Web site.</p>
|
||||
|
||||
<div class="IMPORTANT">
|
||||
<blockquote class="IMPORTANT">
|
||||
<p><b>Important:</b> Do <span class="emphasis"><i class="EMPHASIS">not</i></span> send
|
||||
email to the lists 	 asking to be subscribed. Use the Mailman interface 	
|
||||
instead.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN81" name="AEN81">3.2 Submitting Problem Reports</a></h3>
|
||||
|
||||
<p>Suggestions, bug reports and contributions of code are 	always valued--please do
|
||||
not hesitate to report any 	problems you may find. Bug reports with attached fixes
|
||||
are of 	course even more welcome.</p>
|
||||
|
||||
<p>The preferred method to submit bug reports from a machine 	with Internet mail
|
||||
connectivity is to use the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a>
|
||||
	command. 	“Problem Reports” (PRs) submitted in this way 	will be
|
||||
filed and their progress tracked; the FreeBSD developers 	will do their best to
|
||||
respond to all reported bugs as soon as 	possible. <a
|
||||
href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi" target="_top">A list 	of all
|
||||
active PRs</a> is available on the FreeBSD Web site; 	this list is useful to see what
|
||||
potential problems other users 	have encountered.</p>
|
||||
|
||||
<p>Note that <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a>
|
||||
itself is a shell script that 	should be easy to move even onto a non-FreeBSD system.
|
||||
Using 	this interface is highly preferred. If, for some reason, you 	are unable
|
||||
to use <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">send-pr</span>(1)</span></a> to
|
||||
submit a bug report, you 	can try to send it to the <a
|
||||
href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs" target="_top">FreeBSD
|
||||
problem reports mailing list</a>.</p>
|
||||
|
||||
<p>For more information, <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/problem-reports/"
|
||||
target="_top">“Writing 	FreeBSD Problem Reports”</a>, available on the
|
||||
FreeBSD Web 	site, has a number of helpful hints on writing and submitting
|
||||
	effective problem reports.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="SEEALSO" name="SEEALSO">4 Further Reading</a></h2>
|
||||
|
||||
<p>There are many sources of information about FreeBSD; some are included with this
|
||||
distribution, while others are available on-line or in print versions.</p>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="RELEASE-DOCS" name="RELEASE-DOCS">4.1 Release
|
||||
Documentation</a></h3>
|
||||
|
||||
<p>A number of other files provide more specific information 	about this release
|
||||
distribution. These files are 	provided in various formats. Most distributions will
|
||||
include 	both ASCII text (<tt class="FILENAME">.TXT</tt>) and HTML 	(<tt
|
||||
class="FILENAME">.HTM</tt>) renditions. Some distributions 	may also include other
|
||||
formats such as Portable Document Format 	(<tt class="FILENAME">.PDF</tt>). 	</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p><tt class="FILENAME">README.TXT</tt>: This file, which 	 gives some general
|
||||
information about FreeBSD as well as 	 some cursory notes about obtaining a 	
|
||||
distribution.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><tt class="FILENAME">RELNOTES.TXT</tt>: The release 	 notes, showing what's new
|
||||
and different in FreeBSD 	 9.1-RELEASE compared to the previous release (FreeBSD
|
||||
	 9.0-RELEASE).</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><tt class="FILENAME">HARDWARE.TXT</tt>: The hardware 	 compatibility list, showing
|
||||
devices with which FreeBSD has 	 been tested and is known to work.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p><tt class="FILENAME">ERRATA.TXT</tt>: Release errata. 	 Late-breaking,
|
||||
post-release information can be found in 	 this file, which is principally applicable
|
||||
to releases 	 (as opposed to snapshots). It is important to consult 	 this file
|
||||
before installing a release of FreeBSD, as it 	 contains the latest information on
|
||||
problems which have 	 been found and fixed since the release was 	 created.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<div class="NOTE">
|
||||
<blockquote class="NOTE">
|
||||
<p><b>Note:</b> It is extremely important to read the errata for any 	 given release
|
||||
before installing it, to learn about any 	 “late-breaking news” or
|
||||
post-release problems. 	 The errata file accompanying each release (most likely right
|
||||
	 next to this file) is already out of date by definition, but 	 other copies are
|
||||
kept updated on the Internet and should be 	 consulted as the “current
|
||||
errata” for this 	 release. These other copies of the errata are located at
|
||||
	 <a href="http://www.FreeBSD.org/releases/"
|
||||
target="_top">http://www.FreeBSD.org/releases/</a> (as 	 well as any sites which keep
|
||||
up-to-date mirrors of this 	 location).</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN128" name="AEN128">4.2 Manual Pages</a></h3>
|
||||
|
||||
<p>As with almost all <span class="TRADEMARK">UNIX</span> like operating systems, FreeBSD
|
||||
comes 	with a set of on-line manual pages, accessed through the 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=man&sektion=1&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">man</span>(1)</span></a> command
|
||||
or through the <a href="http://www.FreeBSD.org/cgi/man.cgi" target="_top">hypertext
|
||||
manual 	pages gateway</a> on the FreeBSD Web site. In general, the 	manual pages
|
||||
provide information on the different commands and 	APIs available to the FreeBSD
|
||||
user.</p>
|
||||
|
||||
<p>In some cases, manual pages are written to give 	information on particular topics.
|
||||
Notable examples of such 	manual pages are <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=tuning&sektion=7&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">tuning</span>(7)</span></a> (a
|
||||
guide to performance tuning), 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=security&sektion=7&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">security</span>(7)</span></a> (an
|
||||
introduction to FreeBSD security), and 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=style&sektion=9&manpath=FreeBSD+9.1-RELEASE">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">style</span>(9)</span></a> (a
|
||||
style guide to kernel coding).</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN146" name="AEN146">4.3 Books and Articles</a></h3>
|
||||
|
||||
<p>Two highly-useful collections of FreeBSD-related information, 	maintained by the
|
||||
FreeBSD Project, 	are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked
|
||||
	Questions document). On-line versions of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/"
|
||||
target="_top">Handbook</a> 	and <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/" target="_top">FAQ</a>
|
||||
	are always available from the <a href="http://www.FreeBSD.org/docs.html"
|
||||
target="_top">FreeBSD Documentation 	page</a> or its mirrors. If you install the
|
||||
	<tt class="FILENAME">doc</tt> distribution set, you can use a Web 	browser to
|
||||
read the Handbook and FAQ locally. In particular, 	note that the Handbook contains a
|
||||
step-by-step guide to 	installing FreeBSD.</p>
|
||||
|
||||
<p>A number of on-line books and articles, also maintained by the FreeBSD Project, cover
|
||||
more-specialized, FreeBSD-related topics. This material spans a wide range of topics,
|
||||
from effective use of the mailing lists, to dual-booting FreeBSD with other operating
|
||||
systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are
|
||||
available from the FreeBSD Documentation Page or in the <tt class="FILENAME">doc</tt>
|
||||
distribution set.</p>
|
||||
|
||||
<p>A listing of other books and documents about FreeBSD can be found in the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bibliography.html"
|
||||
target="_top">bibliography</a> of the FreeBSD Handbook. Because of FreeBSD's strong <span
|
||||
class="TRADEMARK">UNIX</span> heritage, many other articles and books written for <span
|
||||
class="TRADEMARK">UNIX</span> systems are applicable as well, some of which are also
|
||||
listed in the bibliography.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="ACKNOWLEDGEMENTS" name="ACKNOWLEDGEMENTS">5
|
||||
Acknowledgments</a></h2>
|
||||
|
||||
<p>FreeBSD represents the cumulative work of many hundreds, if not thousands, of
|
||||
individuals from around the world who have worked countless hours to bring about this
|
||||
release. For a complete list of FreeBSD developers and contributors, please see <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/contributors/"
|
||||
target="_top">“Contributors to FreeBSD”</a> on the FreeBSD Web site or any of
|
||||
its mirrors.</p>
|
||||
|
||||
<p>Special thanks also go to the many thousands of FreeBSD users and testers all over the
|
||||
world, without whom this release simply would not have been possible.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p align="center"><small>This file, and other release-related documents, can be
|
||||
downloaded from <a
|
||||
href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the <a
|
||||
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<a
|
||||
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p>
|
||||
|
||||
<p align="center"><small>All users of FreeBSD 9.1-STABLE should subscribe to the <<a
|
||||
href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about this documentation, e-mail <<a
|
||||
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
554
website/content/en/releases/9.1R/relnotes-detailed.adoc
Normal file
554
website/content/en/releases/9.1R/relnotes-detailed.adoc
Normal file
|
@ -0,0 +1,554 @@
|
|||
---
|
||||
title: "FreeBSD 9.1-RELEASE Release Notes"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
= FreeBSD 9.1-RELEASE Release Notes
|
||||
|
||||
The release notes for FreeBSD 9.1-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.1-STABLE development line. This document lists applicable security advisories that were issued since the last release, as well as significant changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also presented.
|
||||
|
||||
'''''
|
||||
|
||||
*Table of Contents*
|
||||
|
||||
. <<intro,Introduction>>
|
||||
. <<new,What's New>>
|
||||
.. <<security,Security Advisories>>
|
||||
.. <<kernel,Kernel Changes>>
|
||||
... <<boot,Boot Loader Changes>>
|
||||
... <<proc,Hardware Support>>
|
||||
... <<net-proto,Network Protocols>>
|
||||
... <<disks,Disks and Storage>>
|
||||
... <<fs,File Systems>>
|
||||
.. <<userland,Userland Changes>>
|
||||
... <<periodic-scripts,man:periodic[8] Scripts>>
|
||||
... <<rc-scripts,man:rc[8] Scripts>>
|
||||
.. <<contrib,Contributed Software>>
|
||||
.. <<releng,Release Engineering and Integration>>
|
||||
. <<upgrade,Upgrading from previous releases of FreeBSD>>
|
||||
.. <<AEN1113,Upgrading using man:freebsd-update[8] or a source-based procedure>>
|
||||
.. <<AEN1133,User-visible incompatibilities>>
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This document contains the release notes for FreeBSD 9.1-RELEASE. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD.
|
||||
|
||||
This distribution of FreeBSD 9.1-RELEASE is a release distribution. It can be found at http://www.FreeBSD.org/releases/ or any of its mirrors. More information on obtaining this (or other) release distributions of FreeBSD can be found in the link:{handbook}#mirrors/["Obtaining FreeBSD" appendix] to the link:{handbook}[FreeBSD Handbook].
|
||||
|
||||
All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with “late-breaking” information discovered late in the release cycle or after the release. Typically, it contains information on known bugs, security advisories, and corrections to documentation. An up-to-date copy of the errata for FreeBSD 9.1-RELEASE can be found on the FreeBSD Web site.
|
||||
|
||||
'''''
|
||||
|
||||
[[new]]
|
||||
== What's New
|
||||
|
||||
This section describes the most user-visible new or changed features in FreeBSD since 9.0-RELEASE.
|
||||
|
||||
Typical release note items document recent security advisories issued after 9.0-RELEASE, new drivers or hardware support, new commands or options, major bug fixes, or contributed software upgrades. They may also list changes to major ports/packages or release engineering practices. Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural improvements.
|
||||
|
||||
'''''
|
||||
|
||||
[[security]]
|
||||
=== Security Advisories
|
||||
|
||||
Problems described in the following security advisories have been fixed. For more information, consult the individual advisories available from http://security.FreeBSD.org/.
|
||||
|
||||
[[AEN38]]
|
||||
[width="100%",cols="20%,20%,60%",options="header",]
|
||||
|===
|
||||
|Advisory |Date |Topic
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:01.openssl.asc[SA-12:01.openssl] |3 May 2012 |OpenSSL multiple vulnerabilities
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:02.crypt.asc[SA-12:02.crypt] |30 May 2012 |Incorrect `crypt()` hashing
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:03.bind.asc[SA-12:03.bind] |12 June 2012 |Incorrect handling of zero-length RDATA fields in man:named[8]
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:04.sysret.asc[SA-12:04.sysret] |12 June 2012 |Privilege escalation when returning from kernel
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:05.bind.asc[SA-12:05.bind] |6 August 2012 |man:named[8] DNSSEC validation Denial of Service
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:06.bind.asc[SA-12:06.bind] |22 November 2012 |Multiple Denial of Service vulnerabilities with man:named[8]
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:07.hostapd.asc[SA-12:07.hostapd] |22 November 2012 |Insufficient message length validation for EAP-TLS messages
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-12:08.linux.asc[SA-12:08.linux] |22 November 2012 |Linux compatibility layer input validation error
|
||||
|===
|
||||
|
||||
'''''
|
||||
|
||||
[[kernel]]
|
||||
=== Kernel Changes
|
||||
|
||||
The FreeBSD Jail subsystem now supports mounting man:devfs[5], man:nullfs[5], and ZFS filesystem inside a jail. New man:jail[8] parameters `allow.mount.devfs`, `allow.mount.nullfs`, and `allow.mount.zfs` to control the per-jail capabilities have been added. All of them are disabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232728[r232728]
|
||||
|
||||
A new man:loader[8] tunable `kern.eventtimer.activetick` has been added. This tunable specifies whether each hardclock tick should be run on every active CPU or only one. By setting it to `0`, the total number of interrupts can be reduced on SMP machines. The default value is `1`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234167[r234167]
|
||||
|
||||
The man:posix_fadvise[2] system call has been implemented. This is a function similar to man:madvise[2] except that it operates on a file descriptor instead of a memory region.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229723[r229723]
|
||||
|
||||
The man:filemon[4] pseudo-device has been added. This allows a process to collect file operations data of its children.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237795[r237795]
|
||||
|
||||
The man:sysctl[8] variable `kern.stop_scheduler_on_panic` is now set to `1` by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235413[r235413]
|
||||
|
||||
[powerpc] FreeBSD/powerpc64 now supports kernel profiling by using man:kgmon[8].[http://svn.freebsd.org/viewvc/base?view=revision&revision=231907[r231907]
|
||||
|
||||
The FreeBSD Linux ABI compatibility layer now supports the `linux_fadvise64()` and `linux_fadvise64_64()` system calls.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231145[r231145]
|
||||
|
||||
The default value of the man:loader[8] tunable `hw.memtest.tests` is now automatically set to `0` when FreeBSD is running on a virtual machine.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230266[r230266]
|
||||
|
||||
A new man:loader[8] tunable `kern.msgbuf_show_timestamp` has been added. When it is enabled, a timestamp is added to each line of the system message buffer. The default value is `0` (disabled).[http://svn.freebsd.org/viewvc/base?view=revision&revision=234075[r234075]
|
||||
|
||||
The man:null[4] and man:zero[4] pseudo device driver now supports non-blocking mode via the man:fcntl[2] system call.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230320[r230320]
|
||||
|
||||
The FreeBSD man:sched_ule[4] scheduler has been improved for CPU load balancing on SMT (Simultaneous MultiThreading) CPUs. It gives a 10-15% performance improvement when the number of threads is lesser than the number of logical CPUs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233599[r233599]
|
||||
|
||||
[sparc64] The `PREEMPTION` kernel option is now enabled in the `GENERIC` kernel.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235992[r235992]
|
||||
|
||||
A new man:sysctl[8] variable `security.bsd.unprivileged_idprio` has been added. This variable controls whether non-root users can set an idle priority or not. This is disabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230039[r230039]
|
||||
|
||||
The man:splash[4] screen interface now supports ASCII art in *TheDraw* format.[http://svn.freebsd.org/viewvc/base?view=revision&revision=228445[r228445]
|
||||
|
||||
'''''
|
||||
|
||||
[[boot]]
|
||||
==== Boot Loader Changes
|
||||
|
||||
The man:boot0cfg[8] utility now supports configuration of PXE boot via the `boot0` boot block temporarily on the next boot. The slice number `6` or a keyword `PXE` can be specified to enable PXE boot using the `-s` option.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230065[r230065]
|
||||
|
||||
The FreeBSD man:boot[8] block now supports `/boot/config` in addition to `/boot.config` as the boot block parameter file. When both of them exist, the former will be used.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231287[r231287]
|
||||
|
||||
The `gptboot` boot block now reads the backup GPT header from the last LBA only when the primary GPT header and tables are invalid. This mitigates interoperability issues with some man:geom[4] providers like `MIRROR` which use the last LBA for the metadata.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234693[r234693]
|
||||
|
||||
The `zfsboot` boot block and `zfsloader` support filesystems within a ZFS storage pool. In `zfsloader`, the ZFS device name format is now `zfs:pool`/`fs` and the fully qualified file path format is `zfs:pool`/`fs`:/`path/to/file`. The `zfsboot` boot block accepts the kernel/loader name in the format `pool`:`fs`:`path/to/file` or, as before, `pool`:`path/to/file`. In the latter case a default filesystem is used (the pool root or a filesystem with the `bootfs` property). The `zfsboot` boot block passes the GUIDs of the selected storage pool and dataset to `zfsloader` to be used as its defaults.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237766[r237766]
|
||||
|
||||
[sparc64] FreeBSD/sparc64 now supports booting from ZFS via the `zfsboot` boot block and `zfsloader`. For example, the following commands create a mirrored storage pool `rpool` consisting of `da0a` and `da0b` and configure the storage pool as the root filesystem:[http://svn.freebsd.org/viewvc/base?view=revision&revision=236076[r236076]
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# gpart create -s vtoc8 da0
|
||||
# gpart add -t freebsd-zfs -s 10g da0
|
||||
# gpart add -t freebsd-swap -s 10g da0
|
||||
# gpart add -t freebsd-zfs -s 10g da0
|
||||
# zpool create rpool mirror da0a da0b
|
||||
# zpool set bootfs=rpool rpool
|
||||
# zpool export rpool
|
||||
# gpart bootcode -p /boot/zfsboot da0
|
||||
# sysctl kern.geom.debugflags=0x10
|
||||
# dd if=/boot/zfsloader of=/dev/da0a bs=512 oseek=1024 conv=notrunc
|
||||
# dd if=/boot/zfsloader of=/dev/da0b bs=512 oseek=1024 conv=notrunc
|
||||
# zpool import rpool
|
||||
# cp -p /boot/zfs/zpool.cache /rpool/boot/zfs/zpool.cache
|
||||
# zfs set mountpoint=/ rpool
|
||||
----
|
||||
|
||||
'''''
|
||||
|
||||
[[proc]]
|
||||
==== Hardware Support
|
||||
|
||||
[powerpc] The man:abtn[4] driver, which supports ADB keyboards found on Apple laptops, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230751[r230751]
|
||||
|
||||
[amd64] A workaround for Erratum 721 for AMD Processor Family 10h and 12h has been implemented. Under a highly specific and detailed set of internal timing conditions, the processor may incorrectly update the stack pointer after a long series of push and/or near-call instructions, or a long series of pop and/or near-return instructions.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233798[r233798]
|
||||
|
||||
[powerpc] The atibl(4) driver, which supports backlight control of ATI graphics chips on PowerBooks and iBooks, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232677[r232677]
|
||||
|
||||
The man:acpi_wmi[4] driver now supports attaching multiple instances.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229858[r229858]
|
||||
|
||||
[powerpc] The adm1030(4) driver for G4 MDD fans now shows its PWM parameter in the device's man:sysctl[8] variable.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230290[r230290]
|
||||
|
||||
[arm] The cesa(4) driver for the Marvell crypto engine and security accelerator has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234559[r234559]
|
||||
|
||||
[powerpc] The man:hwpmc[4] driver now supports PowerPC G4+ (MPC745x/MPC744x).[http://svn.freebsd.org/viewvc/base?view=revision&revision=230305[r230305]
|
||||
|
||||
[amd64, i386] The man:hwpmc[4] driver now supports the Intel Sandy Bridge microarchitecture.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234046[r234046]
|
||||
|
||||
The man:hwpmc[4] driver now supports software events. Simultaneous usage of software PMC and hardware PMC is allowed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236238[r236238]
|
||||
|
||||
The pcf8563(4) driver for the NXP (Philips) PCF8563 RTC has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236078[r236078]
|
||||
|
||||
[powerpc] FreeBSD/powerpc now supports the PWM-controlled fans found on the PowerMac SMU (System Management Unit).[http://svn.freebsd.org/viewvc/base?view=revision&revision=233471[r233471]
|
||||
|
||||
[arm] FreeBSD/arm now supports the Atmel SAM9XE family of microcontrollers.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236081[r236081]
|
||||
|
||||
The following man:sysctl[8] variables have been added: `kern.proc.env` for environment strings, `kern.proc.auxv` for ELF auxiliary vectors from a process's stack, `kern.proc.groups` for process groups, `kern.proc.rlimit` for process resource limits, `kern.proc.ps_strings` for the ps_strings location, and `kern.proc.osrel` for the osreldate of the process's binary.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230754[r230754], http://svn.freebsd.org/viewvc/base?view=revision&revision=233950[r233950]
|
||||
|
||||
The man:usb[4] driver now handles suspend and resume correctly with no need to reload the kernel module.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229100[r229100], http://svn.freebsd.org/viewvc/base?view=revision&revision=229369[r229369]
|
||||
|
||||
A bug in the man:xhci[4] (USB 3.0) driver has been fixed. It did not work with USB 3.0 hubs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230302[r230302]
|
||||
|
||||
The man:viawd[4] driver, which supports the watchdog timer found in VIA south bridges (VT8251, CX700, VX800, VX855, VX900), has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229927[r229927]
|
||||
|
||||
The man:wbwd[4] driver, which supports the watchdog timer found in Winbond Super I/O chips, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235926[r235926]
|
||||
|
||||
'''''
|
||||
|
||||
[[mm]]
|
||||
===== Multimedia Support
|
||||
|
||||
The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been added. The man:agp[4] driver now supports SandyBridge and IvyBridge CPU northbridges.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236926[r236926], http://svn.freebsd.org/viewvc/base?view=revision&revision=236927[r236927], http://svn.freebsd.org/viewvc/base?view=revision&revision=239965[r239965]
|
||||
|
||||
The man:snd_hda[4] driver has been updated. It now supports and provides HDMI, new volume control, automatic recording source selection, runtime reconfiguration, more then 4 PCM devices on a controller, multichannel recording, additional playback/record streams, higher bandwidth, and more informative device names.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232798[r232798]
|
||||
|
||||
The man:snd_hdspe[4] driver has been added. This supports RME HDSPe AIO and RayDAT sound cards.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233165[r233165]
|
||||
|
||||
GPL-licensed headers in the man:snd_emu10kx[4], man:snd_maestro3[4], and man:snd_csa[4] drivers have been replaced with BSD-licensed one. These drivers are now fully BSD-licensed and included in the `GENERIC` kernel on FreeBSD/amd64 and FreeBSD/i386.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230964[r230964], http://svn.freebsd.org/viewvc/base?view=revision&revision=230985[r230985], http://svn.freebsd.org/viewvc/base?view=revision&revision=231047[r231047], http://svn.freebsd.org/viewvc/base?view=revision&revision=235769[r235769]
|
||||
|
||||
'''''
|
||||
|
||||
[[net-if]]
|
||||
===== Network Interface Support
|
||||
|
||||
A bug in the man:ae[4] driver which could prevent it from working under certain conditions has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229520[r229520]
|
||||
|
||||
The man:axe[4] driver now supports TX/RX checksum offloading support for the ASIX AX88772B controller.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229106[r229106]
|
||||
|
||||
The man:bce[4] driver has been improved:
|
||||
|
||||
* Unnecessary link up/down has been eliminated.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229864[r229864]
|
||||
* A bug has been fixed which could prevent IPMI from working when the interface was marked as down.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236216[r236216]
|
||||
* It now supports remote PHYs, which allow the controller to perform MDIO type accesses to a remote transceiver by using message pages defined through MRBE (MultiRate Backplane Ethernet). This is found on machines such as the Dell PowerEdge M610 Blade.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235818[r235818]
|
||||
|
||||
The man:bge[4] and brgphy(4) drivers have been improved:
|
||||
|
||||
* A bug which could prevent DMA functionality from working correctly has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229350[r229350]
|
||||
* It now works with a PCI-X BCM 5704 controller that is connected to AMD-8131 PCI-X bridge.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233495[r233495]
|
||||
* It now supports the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T media interface.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229357[r229357], http://svn.freebsd.org/viewvc/base?view=revision&revision=229867[r229867], http://svn.freebsd.org/viewvc/base?view=revision&revision=232134[r232134]
|
||||
* It now supports a man:loader[8] tunable `dev.bge.N.msi` to control the use of MSI. The default value is `1` (enabled).[http://svn.freebsd.org/viewvc/base?view=revision&revision=231734[r231734]
|
||||
|
||||
The man:cxgbe[4] and man:cxgb[4] drivers have been updated to firmware version 1.5.2.0. They now support device configuration via a plain text configuration file, IPv6 hardware checksumming, IPv6 TSO and LRO, a `loadfw` command in the cxgbetool(8) utility which allows installing a firmware to the card, and man:sysctl[8] variables under `dev.t4nex.N.misc` for various information.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231093[r231093], http://svn.freebsd.org/viewvc/base?view=revision&revision=237925[r237925]
|
||||
|
||||
The man:dc[4] driver now supports NVIDIA (ULi) M5261/M5263 PCI FastEthernet controllers, which are found on the ULi M1563 South Bridge and M1689 Bridge.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229334[r229334]
|
||||
|
||||
The man:et[4] driver now works on all platforms. A bug which could prevent man:altq[4] support from working has been fixed. A new man:sysctl[8] variable under `dev.et.N.stats` has been added for hardware MAC statistics.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229711[r229711], http://svn.freebsd.org/viewvc/base?view=revision&revision=229717[r229717], http://svn.freebsd.org/viewvc/base?view=revision&revision=229720[r229720]
|
||||
|
||||
The man:igb[4] driver has been updated to version 2.3.4. It now supports newer i210/i211 devices.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238262[r238262]
|
||||
|
||||
The man:iwn[4] driver now supports Intel Centrino Wireless-N + WiMAX 6150 and Wireless-N 100/130 series.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233838[r233838], http://svn.freebsd.org/viewvc/base?view=revision&revision=235843[r235843]
|
||||
|
||||
The man:miibus[4] bus driver now supports device hints `hint.miibus.N.phymask` for PHY addresses being probed. This is useful to manually probe PHYs which do not implement basic the register set of IEEE 802.3. Also, the man:miibus[4] driver has been changed to a hinted bus, allowing to add child devices via hints and to set their attach arguments in addition to automatically-probed PHYs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230709[r230709]
|
||||
|
||||
The man:msk[4] driver now uses 64-bit DMA addressing on 64-bit platforms.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229524[r229524]
|
||||
|
||||
The man:mxge[4] driver has been updated to firmware version 1.4.55 from Myricom.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236413[r236413]
|
||||
|
||||
The nsphyter(4) driver now supports National DP83849.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232137[r232137]
|
||||
|
||||
The man:oce[4] driver, which supports Emulex OneConnect 10Gbit Ethernet cards, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231663[r231663]
|
||||
|
||||
The man:ral[4] driver now supports Ralink RT2800 and RT3000 chipsets.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236004[r236004]
|
||||
|
||||
The man:re[4] driver now supports the RTL8411 PCIe Gigabit Ethernet controller. A bug which could prevent WoL (Wake-on-LAN) from working on RTL8168E has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229529[r229529], http://svn.freebsd.org/viewvc/base?view=revision&revision=231731[r231731]
|
||||
|
||||
The man:runfw[4] firmware has been updated to version 0.236.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234028[r234028]
|
||||
|
||||
The man:sfxge[4] driver, which supports 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=228100[r228100]
|
||||
|
||||
The smcphy(4) driver now supports the Seeq Technology 80220 PHY. This is found on Adaptec AIC-6915 Starfire Ethernet controllers supported by the man:sf[4] driver.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233485[r233485]
|
||||
|
||||
The man:ti[4] driver now supports the man:altq[4] framework, reporting link-state changes, and man:sysctl[8] variables under `dev.ti.N` for interrupt moderation parameters.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229417[r229417], http://svn.freebsd.org/viewvc/base?view=revision&revision=229438[r229438]
|
||||
|
||||
A bug in the man:ti[4] driver which could prevent it from working correctly with the `PAE` kernel option has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229441[r229441]
|
||||
|
||||
The man:vge[4] driver has been updated to improve its link establishment and link-state detection.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229540[r229540]
|
||||
|
||||
The man:vr[4] driver now enables flow control capability in the PHY drivers.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229641[r229641]
|
||||
|
||||
The man:xnb[4] Xen Paravirtualized Backend Ethernet Driver (netback) has been updated. This is attached via the newbus framework and works properly in both HVM and PVM mode.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231697[r231697]
|
||||
|
||||
'''''
|
||||
|
||||
[[net-proto]]
|
||||
==== Network Protocols
|
||||
|
||||
The man:if_bridge[4] pseudo-interface now supports reporting link-state changes depending on the status of the member interfaces.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236051[r236051]
|
||||
|
||||
The `table` argument in the man:ipfw[4] packet filter rule syntax now supports IP address, interface name, port number, and jail ID. The following syntax is valid:[http://svn.freebsd.org/viewvc/base?view=revision&revision=234597[r234597]
|
||||
|
||||
[source,programlisting]
|
||||
----
|
||||
skipto tablearg ip from any to any via table(42) in
|
||||
----
|
||||
|
||||
The FreeBSD man:ip6[4] protocol stack has been improved in terms of its performance. Benchmarking can be found at http://people.freebsd.org/~bz/bench/.
|
||||
|
||||
The FreeBSD man:ip6[4] protocol stack now supports multiple FIBs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232292[r232292]
|
||||
|
||||
An IPv6 default route configured via Router Advertisement messages is now reinstalled correctly when the default route is manually removed and then another RA message is received for the same route.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230604[r230604]
|
||||
|
||||
A bug which could return an incorrect value for the `IPV6_MULTICASE_HOPS` socket option has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227885[r227885]
|
||||
|
||||
A new man:sysctl[3] name `NET_RT_IFLISTL` has been added. This queries the address list and works on extended and extensible structures `if_msghdrl` and `ifa_msghdrl` without breaking the ABI.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231768[r231768]
|
||||
|
||||
The man:netmap[4] fast packet I/O framework has been added. The man:em[4], man:lem(4), man:igb[4], and man:re[4] drivers now support this framework. The technical details can be found at http://info.iet.unipi.it/~luigi/netmap/.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231650[r231650], http://svn.freebsd.org/viewvc/base?view=revision&revision=235527[r235527]
|
||||
|
||||
The FreeBSD man:sctp[4] protocol stack now supports a new man:sysctl[8] variable `net.inet.sctp.blackhole`. If this is set to `1`, no `ABORT` is sent back in response to an incoming `INIT`. If this is set to `2`, no `ABORT` is sent back in response to an out-of-the-blue packet. If set to `0` (the default), `ABORT`s are sent.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231045[r231045]
|
||||
|
||||
A bug which could cause a system panic when `SCTP_RECVINFO` or `SCTP_NXTINFO` is specified to the man:getsockopt[2] system call has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231049[r231049]
|
||||
|
||||
The FreeBSD man:sctp[4] protocol stack now supports the `SCTP_REMOTE_UDP_ENCAPS_PORT` socket option.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231070[r231070], http://svn.freebsd.org/viewvc/base?view=revision&revision=231140[r231140]
|
||||
|
||||
The `SO_PROTOCOL` and `SO_PROTOTYPE` socket options have been added. These return the socket protocol number.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232805[r232805]
|
||||
|
||||
The `TCP_KEEPINIT`, `TCP_KEEPIDLE`, `TCP_KEEPINTVL`, and `TCP_KEEPCNT` socket options have been added. These allow controlling initial timeout, idle time, idle resend interval, and idle send count on a per-socket basis.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232945[r232945]
|
||||
|
||||
'''''
|
||||
|
||||
[[disks]]
|
||||
==== Disks and Storage
|
||||
|
||||
The man:arcmsr[4] driver has been updated to version 1.20.00.25.[http://svn.freebsd.org/viewvc/base?view=revision&revision=240758[r240758]
|
||||
|
||||
The man:ahci[4] driver now supports a new man:loader[8] tunable `hw.ahci.force`. This controls whether it attempts to attach an AHCI-capable device even if it is configured to use legacy emulation. This is enabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229291[r229291]
|
||||
|
||||
The new man:cam[4]-based man:ata[4] driver now supports old man:loader[8] tunables `hw.ata.ata_dma` and `hw.ata.atapi_dma`, for backward compatibility.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231251[r231251]
|
||||
|
||||
The man:cam[4] driver now supports SEMB (SATA Enclosure Management Bridge) devices, which are equivalent to the SCSI SES/SAF-TE devices.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236778[r236778]
|
||||
|
||||
A new man:sysctl[8] variable `kern.cam.pmp.hide_special` has been added. This controls whether special PMP ports such as PMP (Port MultiPlier) configuration or SEMB (SATA Enclosure Management Bridge) will be exposed or hidden. The default value is `1` (hidden).[http://svn.freebsd.org/viewvc/base?view=revision&revision=236765[r236765]
|
||||
|
||||
The ctl(4) driver, which supports man:cam[4] Target Layer and man:ctladm[8], a userland control utility, have been added. ctl(4) is a disk and processor device emulation subsystem supporting tagged queuing, SCSI task attribute, SCSI implicit command ordering, full task management, multiple ports, multiple simultaneous initiators, multiple simultaneous backing stores, mode sense/select, and error injection support.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231772[r231772]
|
||||
|
||||
The man:cd[4] driver now supports Audio CDs in the same way as man:acd[4] did. It will report a 2352-byte sector size to the man:geom[4] subsystem and use the `READ CD` command for reading the data. This fixes an interoperability issue with http://svnweb.FreeBSD.org/ports/head/multimedia/vlc/pkg-descr?revision=HEAD[`multimedia/vlc`].[http://svn.freebsd.org/viewvc/base?view=revision&revision=230014[r230014]
|
||||
|
||||
The man:da[4] driver now supports `BIO_DELETE`. To select the method, a new man:sysctl[8] variable `kern.cam.da.N.delete_method` has been added for each device instance. The following values are supported:[http://svn.freebsd.org/viewvc/base?view=revision&revision=236677[r236677]
|
||||
|
||||
[[AEN632]]
|
||||
[cols=",",options="header",]
|
||||
|===
|
||||
|Value |Method
|
||||
|NONE |no provisioning support reported by the device
|
||||
|DISABLE |provisioning support was disabled because of errors
|
||||
|ZERO |WRITE SAME (10) command to write zeroes
|
||||
|WS10 |WRITE SAME (10) command with UNMAP bit set
|
||||
|WS16 |use WRITE SAME (16) command with UNMAP bit set
|
||||
|UNMAP |use UNMAP command (equivalent of the ATA DSM TRIM command)
|
||||
|===
|
||||
|
||||
When it was `NONE`, the device did not report logical block provisioning support via respective VPD pages. One can set a specific method for testing and it will be disabled automatically when not supported on the device.
|
||||
|
||||
The *MIRROR* man:geom[4] class now supports `BIO_DELETE`. This means the `TRIM` command will be issued on supported devices when deleting data.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238500[r238500]
|
||||
|
||||
The *MULTIPATH* man:geom[4] class has been updated. It now supports Active/Active mode, Active/Read mode as hybrid of Active/Active and Active/Passive, keeping a failed path without removing the geom provider, manual configuration without on-disk metadata, and `add`, `remove`, `fail`, `restore`, `configure` subcommands in the man:gmultipath[8] utility to manage the configured paths.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229303[r229303], http://svn.freebsd.org/viewvc/base?view=revision&revision=234916[r234916]
|
||||
|
||||
The *PART_LDM* man:geom[4] class has been added. This partition scheme has support for Logical Disk Manager, which is also known as dynamic volumes in Microsoft Windows NT. Note that JBOD, RAID0, and RAID5 volumes are not supported yet.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234406[r234406]
|
||||
|
||||
The *PART_MBR* man:geom[4] class now allows a primary or extended Linux swap partition to be used as the system dump device.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230763[r230763]
|
||||
|
||||
[amd64, i386] The *RAID* man:geom[4] class is now included in the `GENERIC` kernel.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235877[r235877]
|
||||
|
||||
The *RAID* man:geom[4] class now supports disks with over 2TB capacity for the Intel metadata format.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230244[r230244]
|
||||
|
||||
The *RAID* man:geom[4] class now supports the DDF metadata format, which is defined in the SNIA Common RAID Disk Data Format Specification v2.0.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235874[r235874]
|
||||
|
||||
The *UNCOMPRESS* man:geom[4] class and the man:mkulzma[8] utility have been added. This class supports lzma compressed images like the *UZIP* man:geom[4] class and the man:mkuzip[8] utility.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235483[r235483]
|
||||
|
||||
[amd64, i386] The man:hpt27xx[4] driver has been added. This supports HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229975[r229975]
|
||||
|
||||
[amd64, i386] The man:isci[4] driver, which supports the integrated SAS controller in the Intel C600 (Patsburg) chipset, has been added.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231689[r231689]
|
||||
|
||||
Bugs in man:isp[4] target mode have been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230019[r230019]
|
||||
|
||||
The man:ixgbe[4] driver now supports the Intel X540 adapter.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230775[r230775]
|
||||
|
||||
A bug in the man:mfi[4] driver has been fixed. It could cause some inconsistencies due to missed interrupt acknowledgements and output the following log message:[http://svn.freebsd.org/viewvc/base?view=revision&revision=227533[r227533]
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
mfi0: COMMAND 0xffffffXXXXXXXXXX TIMEOUT AFTER XX SECONDS
|
||||
----
|
||||
|
||||
The man:mfi[4] driver now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The man:loader[8] tunable `hw.mfi.msi` has been added and it is enabled by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229611[r229611], http://svn.freebsd.org/viewvc/base?view=revision&revision=234429[r234429]
|
||||
|
||||
The man:mps[4] driver has been updated to version 14.00.00.01-fbsd. This now supports Integrated RAID, WarpDrive controllers, WRITE12 and READ12 for direct I/O, SCSI protection information (EEDP), Transport Level Retries (TLR) for tape drives, and LSI's userland utility.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230920[r230920], http://svn.freebsd.org/viewvc/base?view=revision&revision=231679[r231679], http://svn.freebsd.org/viewvc/base?view=revision&revision=237876[r237876]
|
||||
|
||||
A bug in the man:mpt[4] driver has been fixed. It could attempt to attach MegaRAID cards which should be handled by the man:mfi[4] driver.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232562[r232562]
|
||||
|
||||
The man:usb[4] storage device driver now enables power save mode by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229107[r229107]
|
||||
|
||||
'''''
|
||||
|
||||
[[fs]]
|
||||
==== File Systems
|
||||
|
||||
The FreeBSD NFS filesystem has been improved:
|
||||
|
||||
* It now supports a timeout on positive name cache entries on the client side. A new mount option `nametimeo` has been added and set to `60` (in seconds) by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233326[r233326]
|
||||
* A memory leak when a ZFS volume is exported via the FreeBSD NFS server has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234740[r234740]
|
||||
* A bug has been fixed. When a process writes to an mmap-backed file on an NFS filesystem, flushing changes to the data could fail under some circumstances such as errors due to permission mismatch, and this failure could not be detected as an error. A new man:sysctl[8] variable `vfs.nfs.nfs_keep_dirty_on_error` has been added to control the behavior on the client side related to this issue. When this is set to `1`, the pages where a write operation failed are kept dirty. The default value is set to `0`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233730[r233730]
|
||||
* The man:nfsv4[4] filesystem now supports a man:sysctl[8] variable `vfs.nfsd.disable_checkutf8`. This disables the check for UTF-8 compliance in filenames. This is disabled by default. Note that enabling this may help wht some interoperability issues but results in an NFSv4 server that is not RFC 3530 compliant.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229799[r229799]
|
||||
|
||||
The man:tmpfs[5] filesystem is not an experimental implementation anymore.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234511[r234511]
|
||||
|
||||
The man:tmpfs[5] filesystem now supports a man:sysctl[8] variable `vfs.tmpfs.memory_reserved` to set the amount of required free pages when man:tmpfs[5] attempts to allocate a new node.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234849[r234849]
|
||||
|
||||
FreeBSD's ZFS filesystem has been updated by merging improvements from the illumos project. The following changes are made:[http://svn.freebsd.org/viewvc/base?view=revision&revision=229578[r229578], http://svn.freebsd.org/viewvc/base?view=revision&revision=232328[r232328]
|
||||
|
||||
* New properties, `clones` and `written`, have been added.
|
||||
* The man:zfs[8] `send` command now reports an estimated size of the stream.
|
||||
* The man:zfs[8] `destroy` command now reports an estimate of the space which would be reclaimed, when `-n` is specified.
|
||||
* The man:zfs[8] `get` command now supports the `-t type` flag to specify the data type.
|
||||
|
||||
A simple script `zfsboottest.sh` has been added to the source tree. This checks if the system is configured correctly when using ZFS as the root filesystem. The script is located at `/usr/src/tools/tools/zfsboottest.sh` and it uses the `zfsboottest` binary program in the same directory.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227705[r227705]
|
||||
|
||||
The binary program can be built and installed by the following command:
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# cd /usr/src/tools/tools/zfsboottest
|
||||
# make
|
||||
# make install
|
||||
----
|
||||
|
||||
After that, the following command can be used to check the system. `poolname` is the ZFS storage pool name to boot:
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# sh /usr/src/tools/tools/zfsboottest/zfsboottest.sh poolname
|
||||
----
|
||||
|
||||
The man:sysctl[8] variable `vfs.zfs.txg.timeout` has been changed from read-only to writable.
|
||||
|
||||
'''''
|
||||
|
||||
[[userland]]
|
||||
=== Userland Changes
|
||||
|
||||
man:auth.conf[5] has been removed because it was deprecated years ago.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238481[r238481]
|
||||
|
||||
The man:camcontrol[8] utility now supports a `fwdownload` subcommand for firmware update on SCSI devices from Hitachi, HP, IBM, Plextor, Quantum, and Seagate. This subcommand will reprogram the firmware on devices connected over an ATA/SATA transport.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237740[r237740]
|
||||
|
||||
The man:dhclient[8] utility now supports `domain-search` (option number 119, described in RFC 3397). This allows a DHCP server to publish a list of implicit domain suffixes used during name lookup. If this option is specified, a `search` keyword will be added to `/etc/resolv.conf`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230597[r230597]
|
||||
|
||||
The man:dump[8] utility now uses 53 characters for the device names in `/etc/dumpdates`. This was previously limited to 32 characters.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230047[r230047]
|
||||
|
||||
The man:fetch[1] utility now correctly supports a percent-encoded user and password part in a URL.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235253[r235253]
|
||||
|
||||
The man:fdlopen[3] function has been implemented. This is an interface for man:rtld[1] to load a shared object by file descriptor.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230410[r230410]
|
||||
|
||||
The man:fopen[3] function now supports the `x` (an exclusive create-and-open mode) option in the ISO/IEC 9899:2011 and C11 standards.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229845[r229845]
|
||||
|
||||
A bug in the man:gcc[1] compiler has been fixed. It could lead to incorrect calculations when `-ffast-math` is specified.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234023[r234023]
|
||||
|
||||
The man:hastd[8] daemon now supports specifying the filename of its process ID file in man:hast.conf[5].[http://svn.freebsd.org/viewvc/base?view=revision&revision=229509[r229509]
|
||||
|
||||
The man:ifconfig[8] utility now supports a `vlanhwcsum` parameter to set or reset checksum offloading capability on VLANs.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231221[r231221]
|
||||
|
||||
A bug in the man:ifconfig[8] utility which could display an error message in a jail with no IPv6 support has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=238872[r238872]
|
||||
|
||||
The man:ifconfig[8] utility now supports a `carp state state` parameter to set the state to `backup` or `master` forcibly.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232486[r232486]
|
||||
|
||||
The man:jail[8] utility now supports a configuration file (man:jail.conf[5]) for complex configurations.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235839[r235839]
|
||||
|
||||
The man:kdump[1] utility now supports a `-p pid` option to accept either a process ID or a thread ID.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237789[r237789]
|
||||
|
||||
The man:kenv[1] utility now supports a `-v` flag to display an entry in `name=value` format, and a `-N` flag to display only the name.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236118[r236118]
|
||||
|
||||
The man:kldload[8] utility now supports a `-n` flag to ignore the error status when the specified module is already loaded.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233560[r233560]
|
||||
|
||||
*libedit* has been updated to a NetBSD snapshot as of 28 December, 2009.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237738[r237738]
|
||||
|
||||
man:libmap.conf[5] now supports `include` and `includedir` directives. They allow to include specified files for the configuration.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236523[r236523]
|
||||
|
||||
Lock handling performance in the *libthr* pthread library has been improved. It now works 10 times faster especially under the condition that a mutex is heavily contested.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234372[r234372]
|
||||
|
||||
A new {cpp} stack has been imported. This consists of *libcxxrt*, originally developed by a FreeBSD developer under contract by PathScale and open sourced by the FreeBSD and NetBSD foundations, and *libc++* from the LLVM project. *libcxxrt* is a drop-in replacement for GNU *libsupc++*, which implements the {cpp} runtime support for features such as run-time type information, dynamic casting, thread-safe static initializer, and exceptions. *libc++* implements the {cpp}11 standard library, and will replace GNU *libstdc++* in a future release. In 9.1-RELEASE, *libstdc++* is still installed as standard and now dynamically links against *libsupc++*. This allows libraries linking *libstdc++* and *libc++* to both be used in the same program, to aid migration.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235798[r235798]
|
||||
|
||||
The man:limits[1] utility now supports a `-P pid` option to control limits for the specified process.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230919[r230919]
|
||||
|
||||
The man:pciconf[8] utility now supports a `-e` flag to display PCI error details in listing mode. When this is specified, the status of any error bits in the PCI status register and PCI-express device status register will be displayed. It also lists any errors indicated by version 1 of PCI-express Advanced Error Reporting (AER).[http://svn.freebsd.org/viewvc/base?view=revision&revision=237731[r237731]
|
||||
|
||||
The man:procstat[1] utility now shows the superpage mapping flag when displaying process virtual memory mappings.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229710[r229710]
|
||||
|
||||
The man:procstat[1] utility now supports an `-e` flag to display process environment variables, an `-x` flag to display ELF auxiliary vectors, and an `-l` flag to display resource limits.[http://svn.freebsd.org/viewvc/base?view=revision&revision=230917[r230917], http://svn.freebsd.org/viewvc/base?view=revision&revision=230918[r230918]
|
||||
|
||||
A bug in the man:remquo[3] functions where the quotient did not always have the correct sign when the remainder was `0`, and another bug that the remainder and quotient were both off by a bit in certain cases involving subnormal remainders, have been fixed. Note that these bugs affected all platforms except amd64 and i386.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234535[r234535]
|
||||
|
||||
The man:rtld[1] run-time linker now supports GCC's RELRO (RElocation Read-Only). This prevents the GOT (Global Offset Table) from being overwritten.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231579[r231579]
|
||||
|
||||
The man:rtld[1] run-time linker now supports a GNU hash section (`DT_GNU_HASH`), which is a replacement of optional ELF hash section.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235396[r235396]
|
||||
|
||||
The man:setbuf[1] utility and *libstdbuf* library have been added. This controls the default buffering behavior of standard stdio streams.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235139[r235139]
|
||||
|
||||
The man:top[1] utility now correctly supports per-thread I/O statistics of ZFS in the `-m io` option.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227702[r227702]
|
||||
|
||||
The man:unzip[1] utility now supports a `-Z` option for zipinfo.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234330[r234330]
|
||||
|
||||
The man:xlocale[3] API has been implemented. This consists of `_l`-suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter and allowing thread-safe extended locale support. Most of these APIs are required for IEEE Std 1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009) compatibility, and are required by *libc++* and recent versions of *GNOME*. This implementation also supports several extensions for compatibility with Apple *Darwin*.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235785[r235785]
|
||||
|
||||
'''''
|
||||
|
||||
[[periodic-scripts]]
|
||||
==== man:periodic[8] Scripts
|
||||
|
||||
A new variable `daily_status_zfs_zpool_list_enable` has been added. It controls whether or not to list all of the ZFS pools in `periodic/daily/404.status-zfs`. The default value is `YES`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=231721[r231721]
|
||||
|
||||
The default value of `daily_scrub_zfs_default_threshold` used in `periodic/daily/800.scrub-zfs` is now set to 35 days.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229381[r229381]
|
||||
|
||||
'''''
|
||||
|
||||
[[rc-scripts]]
|
||||
==== man:rc[8] Scripts
|
||||
|
||||
The `rc.d/nfsd` script now sets the `vfs.nfsd.server_max_nfsvers` man:sysctl[8] variable to `4` when `nfsv4_server_enable` is set to `YES`.[http://svn.freebsd.org/viewvc/base?view=revision&revision=227607[r227607]
|
||||
|
||||
A backwards compatibility issue when both `ipv6_enable=YES` and `ipv6_gateway_enable=YES` are defined at the same time has been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=242189[r242189]
|
||||
|
||||
'''''
|
||||
|
||||
[[contrib]]
|
||||
=== Contributed Software
|
||||
|
||||
*ISC BIND* has been updated to version 9.8.3-P4.[http://svn.freebsd.org/viewvc/base?view=revision&revision=241417[r241417]
|
||||
|
||||
The *compiler-rt* library, which provides low-level target-specific interfaces such as functions in *libgcc*, has been updated to revision 147467.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236018[r236018]
|
||||
|
||||
*file* ( man:file[1]) has been updated to version 5.11.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237983[r237983]
|
||||
|
||||
GNU man:gperf[1] has been updated to version 3.0.3 (the latest GPLv2-licensed version).[http://svn.freebsd.org/viewvc/base?view=revision&revision=230237[r230237]
|
||||
|
||||
*libarchive*, man:bsdtar[1], and man:cpio[1] have been updated to version 2.8.5.[http://svn.freebsd.org/viewvc/base?view=revision&revision=229588[r229588]
|
||||
|
||||
The *libpcap* library has been updated to 1.2.1.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236167[r236167]
|
||||
|
||||
*libstdc++* has been updated to revision 135556 of the `gcc-4_2-branch` (the last LGPLv2-licensed version).[http://svn.freebsd.org/viewvc/base?view=revision&revision=229551[r229551]
|
||||
|
||||
The *LLVM* compiler infrastructure and *clang*, a C language family front-end, version 3.1 have been imported. Note that it is not used for building the FreeBSD base system by default.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236144[r236144]
|
||||
|
||||
The `netcat` utility has been updated to version 5.1.[http://svn.freebsd.org/viewvc/base?view=revision&revision=235971[r235971]
|
||||
|
||||
*OpenSSL* has been updated to version 0.9.8x.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237998[r237998]
|
||||
|
||||
The *tcpdump* (man:tcpdump[1]) utility has been updated to version 4.2.1.[http://svn.freebsd.org/viewvc/base?view=revision&revision=236192[r236192]
|
||||
|
||||
The *TENEX C shell* (man:tcsh[1]) has been updated to version 6.18.01.[http://svn.freebsd.org/viewvc/base?view=revision&revision=232633[r232633]
|
||||
|
||||
The *timezone* database has been updated to the *tzdata2012a* release.[http://svn.freebsd.org/viewvc/base?view=revision&revision=233447[r233447]
|
||||
|
||||
The *zlib* library has been updated to version 1.2.7.[http://svn.freebsd.org/viewvc/base?view=revision&revision=237691[r237691]
|
||||
|
||||
'''''
|
||||
|
||||
=== [#releng]#2.5 Release Engineering and Integration#
|
||||
|
||||
The supported version of the *KDE* desktop environment (http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD[`x11/kde4`]) has been updated to 4.8.4.
|
||||
|
||||
[powerpc] Issues where the FreeBSD installation CDROM image caused a panic, and was not recognized on OpenBIOS-based environments like QEMU, have been fixed.[http://svn.freebsd.org/viewvc/base?view=revision&revision=234055[r234055]
|
||||
|
||||
'''''
|
||||
|
||||
[[upgrade]]
|
||||
== Upgrading from previous releases of FreeBSD
|
||||
|
||||
[[AEN1113]]
|
||||
=== Upgrading using man:freebsd-update[8] or a source-based procedure
|
||||
|
||||
[amd64, i386] Beginning with FreeBSD 6.2-RELEASE, binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as an unmodified `GENERIC` kernel, distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity.
|
||||
|
||||
Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported using to the instructions in `/usr/src/UPDATING`.
|
||||
|
||||
For more specific information about upgrading instructions, see http://www.FreeBSD.org/releases/9.1R/installation/.
|
||||
|
||||
|
||||
*Important:* Upgrading FreeBSD should, of course, only be attempted after backing up _all_ data and configuration files.
|
||||
|
||||
'''''
|
||||
|
||||
[[AEN1133]]
|
||||
=== User-visible incompatibilities
|
||||
|
||||
FreeBSD 9.0 and later have several incompatibilities in system configuration which you might want to know before upgrading your system. _Please read this section and the http://www.freebsd.org/releases/9.0R/relnotes-detailed/#UPGRADE[Upgrading Section in 9.0-RELEASE Release Notes] carefully before submitting a problem report and/or posting a question to the FreeBSD mailing lists._
|
File diff suppressed because it is too large
Load diff
98
website/content/en/releases/9.1R/relnotes.adoc
Normal file
98
website/content/en/releases/9.1R/relnotes.adoc
Normal file
|
@ -0,0 +1,98 @@
|
|||
---
|
||||
title: "FreeBSD 9.1-RELEASE Release Notes"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
:libcplusplus: libc++
|
||||
:libsupcplusplus: libsupc++
|
||||
:libstdcplusplus: libstdc++
|
||||
|
||||
= FreeBSD 9.1-RELEASE Release Notes
|
||||
|
||||
This is a simplified version of the FreeBSD 9.1-RELEASE release notes.
|
||||
|
||||
*Important:* If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.1R/relnotes-detailed/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully.
|
||||
|
||||
== Release Highlights
|
||||
|
||||
The highlights in the 9.1-RELEASE are the following. For more details, please see link:../relnotes-detailed/[the Detailed Release Notes].
|
||||
|
||||
* The FreeBSD Jail subsystem now supports mounting man:devfs[5], man:nullfs[5], and ZFS filesystem inside a jail. New man:jail[8] parameters `allow.mount.devfs`, `allow.mount.nullfs`, and `allow.mount.zfs` to control the per-jail capabilities have been added. All of them are disabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=232728[r232728]
|
||||
* The FreeBSD man:sched_ule[4] scheduler has been improved on CPU load balancing of SMT (Simultaneous MultiThreading) CPUs. It gives a 10-15% performance improvement when the number of threads is lesser than the number of logical CPUs. http://svn.freebsd.org/viewvc/base?view=revision&revision=233599[r233599]
|
||||
* The man:boot0cfg[8] utility now supports configuration of PXE boot via the `boot0` boot block temporarily on the next boot. The slice number `6` or a keyword `PXE` can be specified to enable PXE boot using the `-s` option. http://svn.freebsd.org/viewvc/base?view=revision&revision=230065[r230065]
|
||||
* [amd64, i386] The man:hwpmc[4] driver now supports the Intel Sandy Bridge microarchitecture. http://svn.freebsd.org/viewvc/base?view=revision&revision=234046[r234046]
|
||||
* [arm] FreeBSD/arm now supports the Atmel SAM9XE family of microcontrollers. http://svn.freebsd.org/viewvc/base?view=revision&revision=236081[r236081]
|
||||
* A bug in the man:xhci[4] (USB 3.0) driver has been fixed. It did not work with USB 3.0 hubs. http://svn.freebsd.org/viewvc/base?view=revision&revision=230302[r230302]
|
||||
* The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been added. The man:agp[4] driver now supports SandyBridge and IvyBridge CPU northbridges. http://svn.freebsd.org/viewvc/base?view=revision&revision=236926[r236926], http://svn.freebsd.org/viewvc/base?view=revision&revision=236927[r236927], http://svn.freebsd.org/viewvc/base?view=revision&revision=239965[r239965]
|
||||
* The man:snd_hda[4] driver has been updated. It now supports and provides HDMI, new volume control, automatic recording source selection, runtime reconfiguration, more then 4 PCM devices on a controller, multichannel recording, additional playback/record streams, higher bandwidth, and more informative device names. http://svn.freebsd.org/viewvc/base?view=revision&revision=232798[r232798]
|
||||
* The man:snd_hdspe[4] driver has been added. This supports RME HDSPe AIO and RayDAT sound cards. http://svn.freebsd.org/viewvc/base?view=revision&revision=233165[r233165]
|
||||
* A bug in man:ae[4] driver which could prevent from working under certain conditions has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229520[r229520]
|
||||
* The man:bge[4] and brgphy(4) drivers have been improved:
|
||||
** A bug which could prevent the DMA functionality from working correctly has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229350[r229350]
|
||||
** It now works with PCI-X BCM 5704 controller that is connected to AMD-8131 PCI-X bridge. http://svn.freebsd.org/viewvc/base?view=revision&revision=233495[r233495]
|
||||
** It now supports the BCM 5720 and BCM 5720C PHY, and the BCM 57780 1000BASE-T media interface. http://svn.freebsd.org/viewvc/base?view=revision&revision=229357[r229357], http://svn.freebsd.org/viewvc/base?view=revision&revision=229867[r229867], http://svn.freebsd.org/viewvc/base?view=revision&revision=232134[r232134]
|
||||
** It now supports a man:loader[8] tunable `dev.bge.N.msi` to control the use of MSI. The default value is `1` (enabled). http://svn.freebsd.org/viewvc/base?view=revision&revision=231734[r231734]
|
||||
* The man:cxgbe[4] and man:cxgb[4] driver have been updated to firmware version 1.5.2.0. They now support device configuration via a plain text configuration file, IPv6 hardware checksumming, IPv6 TSO and LRO, a `loadfw` command in the cxgbetool(8) utility which allows to install a firmware to the card, man:sysctl[8] variables under `dev.t4nex.N.misc` for various information. http://svn.freebsd.org/viewvc/base?view=revision&revision=231093[r231093], http://svn.freebsd.org/viewvc/base?view=revision&revision=237925[r237925]
|
||||
* The man:igb[4] driver has been updated to version 2.3.4. It now supports newer i210/i211 devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=238262[r238262]
|
||||
* The man:mxge[4] driver has been updated to firmware version 1.4.55 from Myricom. http://svn.freebsd.org/viewvc/base?view=revision&revision=236413[r236413]
|
||||
* The man:oce[4] driver, which supports Emulex OneConnect 10Gbit Ethernet cards, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=231663[r231663]
|
||||
* The man:ral[4] driver now supports Ralink RT2800 and RT3000 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=236004[r236004]
|
||||
* The man:re[4] driver now supports the RTL8411 PCIe Gigabit Ethernet controller. A bug which could prevent WoL (Wake-on-LAN) from working on RTL8168E has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=229529[r229529], http://svn.freebsd.org/viewvc/base?view=revision&revision=231731[r231731]
|
||||
* The man:sfxge[4] driver, which supports 10Gb Ethernet adapters based on Solarflare SFC9000 family controllers, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=228100[r228100]
|
||||
* The man:xnb[4] Xen Paravirtualized Backend Ethernet Driver (netback) has been updated. This is attached via the newbus framework and works properly in both HVM and PVM mode. http://svn.freebsd.org/viewvc/base?view=revision&revision=231697[r231697]
|
||||
* The `table` argument in the man:ipfw[4] packet filter rule syntax now supports IP address, interface name, port number, and jail ID. http://svn.freebsd.org/viewvc/base?view=revision&revision=234597[r234597]
|
||||
* The FreeBSD man:ip6[4] protocol stack now has been improved in terms of its performance. Benchmarking can be found at http://people.freebsd.org/~bz/bench/.
|
||||
* The FreeBSD man:ip6[4] protocol stack now supports multiple FIB. http://svn.freebsd.org/viewvc/base?view=revision&revision=232292[r232292]
|
||||
* The man:netmap[4] fast packet I/O framework has been added. The man:em[4], man:lem(4), man:igb[4], and man:re[4] drivers now support this framework. The technical details can be found at http://info.iet.unipi.it/~luigi/netmap/. http://svn.freebsd.org/viewvc/base?view=revision&revision=231650[r231650], http://svn.freebsd.org/viewvc/base?view=revision&revision=235527[r235527]
|
||||
* The man:arcmsr[4] driver has been updated to version 1.20.00.25. http://svn.freebsd.org/viewvc/base?view=revision&revision=240758[r240758]
|
||||
* The man:cam[4] driver now supports SEMB (SATA Enclosure Management Bridge) devices, which are equivalent to the SCSI SES/SAF-TE devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=236778[r236778]
|
||||
* The ctl(4) driver, which supports man:cam[4] Target Layer and man:ctladm[8], a userland control utility, have been added. ctl(4) is a disk and processor device emulation subsystem supporting tagged queuing, SCSI task attribute, SCSI implicit command ordering, full task management, multiple ports, multiple simultaneous initiators, multiple simultaneous backing stores, mode sense/select, and error injection support. http://svn.freebsd.org/viewvc/base?view=revision&revision=231772[r231772]
|
||||
* The *MIRROR* man:geom[4] class now supports `BIO_DELETE`. This means `TRIM` command will be issued on supported devices when deleting data. http://svn.freebsd.org/viewvc/base?view=revision&revision=238500[r238500]
|
||||
* The *MULTIPATH* man:geom[4] class has been updated. It now supports Active/Active mode, Active/Read mode as hybrid of Active/Active and Active/Passive, keeping a failed path without removing the geom provider, manual configuration without on-disk metadata, and `add`, `remove`, `fail`, `restore`, `configure` subcommands in the man:gmultipath[8] utility to manage the configured paths. http://svn.freebsd.org/viewvc/base?view=revision&revision=229303[r229303], http://svn.freebsd.org/viewvc/base?view=revision&revision=234916[r234916]
|
||||
* The *UNCOMPRESS* man:geom[4] class and the man:mkulzma[8] utility have been added. This class supports lzma compressed images like the *UZIP* man:geom[4] class and the man:mkuzip[8] utility. http://svn.freebsd.org/viewvc/base?view=revision&revision=235483[r235483]
|
||||
* [amd64, i386] The man:hpt27xx[4] driver has been added. This supports HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA. http://svn.freebsd.org/viewvc/base?view=revision&revision=229975[r229975]
|
||||
* [amd64, i386] The man:isci[4] driver, which supports the integrated SAS controller in the Intel C600 (Patsburg) chipset, has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=231689[r231689]
|
||||
* The man:ixgbe[4] driver now supports the Intel X540 adapter. http://svn.freebsd.org/viewvc/base?view=revision&revision=230775[r230775]
|
||||
* The man:mfi[4] driver now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The man:loader[8] tunable `hw.mfi.msi` has been added and it is enabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=229611[r229611], http://svn.freebsd.org/viewvc/base?view=revision&revision=234429[r234429]
|
||||
* The man:mps[4] driver has been updated to version 14.00.00.01-fbsd. This now supports Integrated RAID, WarpDrive controllers, WRITE12 and READ12 for direct I/O, SCSI protection information (EEDP), Transport Level Retries (TLR) for tape drives, and LSI's userland utility. http://svn.freebsd.org/viewvc/base?view=revision&revision=230920[r230920], http://svn.freebsd.org/viewvc/base?view=revision&revision=231679[r231679], http://svn.freebsd.org/viewvc/base?view=revision&revision=237876[r237876]
|
||||
* The man:usb[4] storage device driver now enables power save mode by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=229107[r229107]
|
||||
* The FreeBSD NFS filesystem has been improved:
|
||||
** It now supports a timeout on positive name cache entries on the client side. A new mount option `nametimeo` has been added and set to `60` (in seconds) by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=233326[r233326]
|
||||
** A memory leak when a ZFS volume is exported via the FreeBSD NFS server has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=234740[r234740]
|
||||
** A bug has been fixed. When a process writes to an mmap-backed file on an NFS filesystem, flushing changes to the data could fail under some circumstances such as errors due to permission mismatch, and this failure could not detected as an error. A new man:sysctl[8] variable `vfs.nfs.nfs_keep_dirty_on_error` has been added to control the behavior on the client side related to this issue. When this is set to `1`, the pages where a write operation failed are kept dirty. The default value is set to `0`. http://svn.freebsd.org/viewvc/base?view=revision&revision=233730[r233730]
|
||||
** The man:nfsv4[4] filesystem now supports a man:sysctl[8] variable `vfs.nfsd.disable_checkutf8`. This disables the check for UTF-8 compliance in the filenames. This is disabled by default. Note that enabling this may help some interoperability issues but results in an NFSv4 server that is non-RFC 3530 compliant. http://svn.freebsd.org/viewvc/base?view=revision&revision=229799[r229799]
|
||||
* The man:tmpfs[5] filesystem is not an experimental implementation anymore. http://svn.freebsd.org/viewvc/base?view=revision&revision=234511[r234511]
|
||||
* The man:tmpfs[5] filesystem now supports a man:sysctl[8] variable `vfs.tmpfs.memory_reserved` to set the amount of required free pages when man:tmpfs[5] attempts to allocate a new node. http://svn.freebsd.org/viewvc/base?view=revision&revision=234849[r234849]
|
||||
* FreeBSD ZFS filesystem has been updated by merging improvements from illumos project. The following changes are made: http://svn.freebsd.org/viewvc/base?view=revision&revision=229578[r229578], http://svn.freebsd.org/viewvc/base?view=revision&revision=232328[r232328]
|
||||
** New properties, `clones` and `written`, have been added.
|
||||
** The man:zfs[8] `send` command now reports an estimated size of the stream.
|
||||
** The man:zfs[8] `destroy` command now reports an estimate of the space which would be reclaimed, when `-n` flag is specified.
|
||||
** The man:zfs[8] `get` command now supports the `-t type` flag to specify the data type.
|
||||
* The man:dhclient[8] utility now supports `domain-search` (option number 119, described in RFC 3397). This allows a DHCP server to publish a list of implicit domain suffixes used during name lookup. If this option is specified, a `search` keyword will be added to `/etc/resolv.conf`. http://svn.freebsd.org/viewvc/base?view=revision&revision=230597[r230597]
|
||||
* A bug in the man:gcc[1] compiler has been fixed. It could lead to incorrect calculations when `-ffast-math` is specified. http://svn.freebsd.org/viewvc/base?view=revision&revision=234023[r234023]
|
||||
* The man:ifconfig[8] utility now supports a `vlanhwcsum` parameter to set or reset checksum offloading capability on VLANs. http://svn.freebsd.org/viewvc/base?view=revision&revision=231221[r231221]
|
||||
* The man:ifconfig[8] utility now supports a `carp state` parameter to set the state to `backup` or `master` forcibly. http://svn.freebsd.org/viewvc/base?view=revision&revision=232486[r232486]
|
||||
* The man:jail[8] utility now supports a configuration file (man:jail.conf[5]) for complex configurations. http://svn.freebsd.org/viewvc/base?view=revision&revision=235839[r235839]
|
||||
* Lock handling performance in the *libthr* pthread library has been improved. It now works 10 times faster especially under the condition that a mutex is heavily contested. http://svn.freebsd.org/viewvc/base?view=revision&revision=234372[r234372]
|
||||
* A new {cpp} stack has been imported. This consists of *libcxxrt*, originally developed by a FreeBSD developer under contract by PathScale and open sourced by the FreeBSD and NetBSD foundations, and *{libcplusplus}* from the LLVM project. *libcxxrt* is a drop-in replacement for GNU {libsupcplusplus}, which implements the {cpp} runtime support for features such as run-time type information, dynamic casting, thread-safe static initializer, and exceptions. {libcplusplus} implements the {cpp}11 standard library, and will replace GNU {libstdcplusplus} in a future release. In 9.1-RELEASE, {libstdcplusplus} is still installed as standard and now dynamically links against {libsupcplusplus}. This allows libraries linking {libstdcplusplus} and {libcplusplus} to both be used in the same program, to aid migration. http://svn.freebsd.org/viewvc/base?view=revision&revision=235798[r235798]
|
||||
* The man:rtld[1] run-time linker now supports GCC's RELRO (RElocation Read-Only). This prevents the GOT (Global Offset Table) from being overwritten. http://svn.freebsd.org/viewvc/base?view=revision&revision=231579[r231579]
|
||||
* The man:rtld[1] run-time linker now supports a GNU hash section (`DT_GNU_HASH`), which is a replacement of optional ELF hash section. http://svn.freebsd.org/viewvc/base?view=revision&revision=235396[r235396]
|
||||
* The man:setbuf[1] utility and *libstdbuf* library have been added. This controls the default buffering behavior of standard stdio streams. http://svn.freebsd.org/viewvc/base?view=revision&revision=235139[r235139]
|
||||
* The man:xlocale[3] API has been implemented. This consists of `_l`-suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter and allowing thread-safe extended locale support. Most of these APIs are required for IEEE Std 1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009) compatibility, and are required by {libcplusplus} and recent versions of *GNOME*. This implementation also supports several extensions for compatibility with Apple *Darwin*. http://svn.freebsd.org/viewvc/base?view=revision&revision=235785[r235785]
|
||||
* *ISC BIND* has been updated to version 9.8.3-P4. http://svn.freebsd.org/viewvc/base?view=revision&revision=241417[r241417]
|
||||
* The *compiler-rt* library, which provides low-level target-specific interfaces such as functions in *libgcc*, has been updated to revision 147467. http://svn.freebsd.org/viewvc/base?view=revision&revision=236018[r236018]
|
||||
* *file* ( man:file[1]) has been updated to version 5.11. http://svn.freebsd.org/viewvc/base?view=revision&revision=237983[r237983]
|
||||
* GNU man:gperf[1] has been updated to version 3.0.3 (the latest GPLv2-licensed version). http://svn.freebsd.org/viewvc/base?view=revision&revision=230237[r230237]
|
||||
* *libarchive*, man:bsdtar[1], and man:cpio[1] have been updated to version 2.8.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=229588[r229588]
|
||||
* *libpcap* library has been updated to 1.2.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=236167[r236167]
|
||||
* *libstdc++* have been updated to rev 135556 of `gcc-4_2-branch` (the last LGPLv2-licensed version). http://svn.freebsd.org/viewvc/base?view=revision&revision=229551[r229551]
|
||||
* The *LLVM* compiler infrastructure and *clang*, a C language family front-end, version 3.1 have been imported. Note that it is not used for building the FreeBSD base system by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=236144[r236144]
|
||||
* The `netcat` utility has been updated to version 5.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=235971[r235971]
|
||||
* *OpenSSL* has been updated to version 0.9.8x. http://svn.freebsd.org/viewvc/base?view=revision&revision=237998[r237998]
|
||||
* *tcpdump* (man:tcpdump[1]) utility has been updated to version 4.2.1. http://svn.freebsd.org/viewvc/base?view=revision&revision=236192[r236192]
|
||||
* The *TENEX C shell* (man:tcsh[1]) has been updated to version 6.18.01. http://svn.freebsd.org/viewvc/base?view=revision&revision=232633[r232633]
|
||||
* The *timezone* database has been updated to the *tzdata2012a* release. http://svn.freebsd.org/viewvc/base?view=revision&revision=233447[r233447]
|
||||
* *zlib* library has been updated to version 1.2.7. http://svn.freebsd.org/viewvc/base?view=revision&revision=237691[r237691]
|
||||
* The supported version of the *KDE* desktop environment (http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD[`x11/kde4`]) has been updated to 4.8.4.
|
|
@ -1,764 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.1-RELEASE Release Notes</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.1-RELEASE Release Notes</h1>
|
||||
|
||||
<p>This is a simplified version of the FreeBSD 9.1-RELEASE release notes.</p>
|
||||
|
||||
<div class="IMPORTANT">
|
||||
<blockquote class="IMPORTANT">
|
||||
<p><b>Important:</b> If you are upgrading from a previous
|
||||
release of FreeBSD, please read <a href="http://www.FreeBSD.org/releases/9.1R/relnotes-detailed.html#upgrade" target="_top" shape="rect">upgrading section in the Release Notes</a> for
|
||||
notable incompatibilities carefully.</p>
|
||||
</blockquote>
|
||||
</div>
|
||||
|
||||
<h2>Release Highlights</h2>
|
||||
|
||||
<p>The highlights in the 9.1-RELEASE are the following. For more
|
||||
details, please see <a href="relnotes-detailed.html" shape="rect">the
|
||||
Detailed Release Notes</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li><p>The FreeBSD Jail subsystem now supports mounting <a href="http://www.FreeBSD.org/cgi/man.cgi?query=devfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">devfs</span>(5)</span></a>, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=nullfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">nullfs</span>(5)</span></a>, and ZFS
|
||||
filesystem inside a jail. New <a href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> parameters
|
||||
<code class="varname">allow.mount.devfs</code>,
|
||||
<code class="varname">allow.mount.nullfs</code>, and
|
||||
<code class="varname">allow.mount.zfs</code> to
|
||||
control the per-jail capabilities have been
|
||||
added. All of them are disabled by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232728" target="_top" shape="rect">r232728</a>]</p></li>
|
||||
|
||||
<li><p>The FreeBSD <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sched_ule&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">sched_ule</span>(4)</span></a>
|
||||
scheduler has been improved on CPU load balancing of
|
||||
SMT (Simultaneous MultiThreading) CPUs. It gives a
|
||||
10-15% performance improvement when the number of
|
||||
threads is lesser than the number of logical CPUs.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233599" target="_top" shape="rect">r233599</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=boot0cfg&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">boot0cfg</span>(8)</span></a>
|
||||
utility now supports configuration of PXE boot via the
|
||||
<tt class="filename">boot0</tt> boot block
|
||||
temporarily on the next boot. The slice number <tt class="literal">6</tt> or a keyword <tt class="literal">PXE</tt> can be specified to enable
|
||||
PXE boot using the <code class="option">-s</code> option.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230065" target="_top" shape="rect">r230065</a>]</p></li>
|
||||
|
||||
<li><p>[amd64, i386] The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=hwpmc&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">hwpmc</span>(4)</span></a>
|
||||
driver now supports the Intel Sandy Bridge
|
||||
microarchitecture.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234046" target="_top" shape="rect">r234046</a>]</p></li>
|
||||
|
||||
<li><p>[arm] FreeBSD/arm now supports the Atmel SAM9XE family
|
||||
of microcontrollers.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236081" target="_top" shape="rect">r236081</a>]</p></li>
|
||||
|
||||
<li><p>A bug in the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=xhci&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">xhci</span>(4)</span></a> (USB 3.0)
|
||||
driver has been fixed. It did not work with USB 3.0
|
||||
hubs.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230302" target="_top" shape="rect">r230302</a>]</p></li>
|
||||
|
||||
<li><p>The drm2(4) Intel GPU driver, which supports GEM and
|
||||
KMS and works with new generations of GPUs such as
|
||||
IronLake, SandyBridge, and IvyBridge, has been
|
||||
added. The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=agp&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">agp</span>(4)</span></a> driver now
|
||||
supports SandyBridge and IvyBridge CPU
|
||||
northbridges.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236926" target="_top" shape="rect">r236926</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236927" target="_top" shape="rect">r236927</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=239965" target="_top" shape="rect">r239965</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hda&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">snd_hda</span>(4)</span></a> driver
|
||||
has been updated. It now supports and provides HDMI, new volume
|
||||
control, automatic recording source selection, runtime
|
||||
reconfiguration, more then 4 PCM devices on a
|
||||
controller, multichannel recording, additional
|
||||
playback/record streams, higher bandwidth, and more
|
||||
informative device names.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232798" target="_top" shape="rect">r232798</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=snd_hdspe&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">snd_hdspe</span>(4)</span></a>
|
||||
driver has been added. This supports RME HDSPe AIO
|
||||
and RayDAT sound cards.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233165" target="_top" shape="rect">r233165</a>]</p></li>
|
||||
|
||||
<li><p>A bug in <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ae&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">ae</span>(4)</span></a> driver which
|
||||
could prevent from working under certain conditions
|
||||
has been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229520" target="_top" shape="rect">r229520</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> and
|
||||
brgphy(4) drivers have been improved:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>A bug which could prevent the DMA
|
||||
functionality from working correctly has been
|
||||
fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229350" target="_top" shape="rect">r229350</a>]</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>It now works with PCI-X BCM 5704 controller
|
||||
that is connected to AMD-8131 PCI-X bridge.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233495" target="_top" shape="rect">r233495</a>]</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>It now supports the BCM 5720 and BCM 5720C PHY,
|
||||
and the BCM 57780 1000BASE-T media interface.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229357" target="_top" shape="rect">r229357</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229867" target="_top" shape="rect">r229867</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232134" target="_top" shape="rect">r232134</a>]</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>It now supports a <a href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a>
|
||||
tunable <code class="varname">dev.bge.<tt class="replaceable"><i>N</i></tt>.msi</code>
|
||||
to control the use of MSI. The default value
|
||||
is <tt class="literal">1</tt> (enabled).[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231734" target="_top" shape="rect">r231734</a>]</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">cxgbe</span>(4)</span></a> and
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=cxgb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">cxgb</span>(4)</span></a> driver have
|
||||
been updated to firmware version 1.5.2.0. They now
|
||||
support device configuration via a plain text
|
||||
configuration file, IPv6 hardware checksumming, IPv6
|
||||
TSO and LRO, a <tt class="literal">loadfw</tt> command in the
|
||||
cxgbetool(8) utility which allows to install a
|
||||
firmware to the card, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> variables
|
||||
under <code class="varname">dev.t4nex.<tt class="replaceable"><i>N</i></tt>.misc</code> for
|
||||
various information.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231093" target="_top" shape="rect">r231093</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237925" target="_top" shape="rect">r237925</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">igb</span>(4)</span></a> driver has
|
||||
been updated to version 2.3.4. It now supports newer
|
||||
i210/i211 devices.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238262" target="_top" shape="rect">r238262</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mxge&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">mxge</span>(4)</span></a> driver has
|
||||
been updated to firmware version 1.4.55 from
|
||||
Myricom.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236413" target="_top" shape="rect">r236413</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">oce</span>(4)</span></a> driver,
|
||||
which supports Emulex OneConnect 10Gbit Ethernet
|
||||
cards, has been added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231663" target="_top" shape="rect">r231663</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ral&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ral</span>(4)</span></a> driver now
|
||||
supports Ralink RT2800 and RT3000 chipsets.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236004" target="_top" shape="rect">r236004</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver now
|
||||
supports the RTL8411 PCIe Gigabit Ethernet controller. A
|
||||
bug which could prevent WoL (Wake-on-LAN) from
|
||||
working on RTL8168E has been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229529" target="_top" shape="rect">r229529</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231731" target="_top" shape="rect">r231731</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sfxge&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">sfxge</span>(4)</span></a> driver,
|
||||
which supports 10Gb Ethernet adapters based on
|
||||
Solarflare SFC9000 family controllers, has been
|
||||
added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=228100" target="_top" shape="rect">r228100</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=xnb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">xnb</span>(4)</span></a> Xen
|
||||
Paravirtualized Backend Ethernet Driver (netback)
|
||||
has been updated. This is attached via the newbus
|
||||
framework and works properly in both HVM and PVM
|
||||
mode.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231697" target="_top" shape="rect">r231697</a>]</p></li>
|
||||
|
||||
<li><p>The <tt class="literal">table</tt> argument in the
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ipfw</span>(4)</span></a> packet
|
||||
filter rule syntax now supports IP address,
|
||||
interface name, port number, and jail ID. [<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234597" target="_top" shape="rect">r234597</a>]</p></li>
|
||||
|
||||
<li><p>The FreeBSD <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ip6&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ip6</span>(4)</span></a> protocol
|
||||
stack now has been improved in terms of its
|
||||
performance. Benchmarking can be found at <a href="http://people.freebsd.org/~bz/bench/" target="_top" shape="rect">http://people.freebsd.org/~bz/bench/</a>.</p></li>
|
||||
|
||||
<li><p>The FreeBSD <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ip6&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ip6</span>(4)</span></a> protocol
|
||||
stack now supports multiple FIB.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232292" target="_top" shape="rect">r232292</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=netmap&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">netmap</span>(4)</span></a> fast
|
||||
packet I/O framework has been added. The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=em&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">em</span>(4)</span></a>, lem(4),
|
||||
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=igb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">igb</span>(4)</span></a>, and <a href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> drivers now
|
||||
support this framework. The technical details can be
|
||||
found at <a href="http://info.iet.unipi.it/~luigi/netmap/" target="_top" shape="rect">http://info.iet.unipi.it/~luigi/netmap/</a>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231650" target="_top" shape="rect">r231650</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235527" target="_top" shape="rect">r235527</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">arcmsr</span>(4)</span></a> driver
|
||||
has been updated to version 1.20.00.25.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=240758" target="_top" shape="rect">r240758</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a> driver now
|
||||
supports SEMB (SATA Enclosure Management Bridge)
|
||||
devices, which are equivalent to the SCSI SES/SAF-TE
|
||||
devices.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236778" target="_top" shape="rect">r236778</a>]</p></li>
|
||||
|
||||
<li><p>The ctl(4) driver, which supports <a href="http://www.FreeBSD.org/cgi/man.cgi?query=cam&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">cam</span>(4)</span></a> Target
|
||||
Layer and <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ctladm&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ctladm</span>(8)</span></a>, a
|
||||
userland control utility, have been added. ctl(4) is
|
||||
a disk and processor device emulation subsystem
|
||||
supporting tagged queuing, SCSI task attribute,
|
||||
SCSI implicit command ordering, full task
|
||||
management, multiple ports, multiple simultaneous
|
||||
initiators, multiple simultaneous backing stores,
|
||||
mode sense/select, and error injection support.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231772" target="_top" shape="rect">r231772</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">MIRROR</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class now
|
||||
supports <tt class="literal">BIO_DELETE</tt>. This
|
||||
means <tt class="literal">TRIM</tt> command will be
|
||||
issued on supported devices when deleting
|
||||
data.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=238500" target="_top" shape="rect">r238500</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">MULTIPATH</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class has
|
||||
been updated. It now supports Active/Active mode,
|
||||
Active/Read mode as hybrid of Active/Active and
|
||||
Active/Passive, keeping a failed path without
|
||||
removing the geom provider, manual configuration
|
||||
without on-disk metadata, and <tt class="command">add</tt>, <tt class="command">remove</tt>, <tt class="command">fail</tt>, <tt class="command">restore</tt>, <tt class="command">configure</tt> subcommands in the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=gmultipath&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">gmultipath</span>(8)</span></a>
|
||||
utility to manage the configured paths.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229303" target="_top" shape="rect">r229303</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234916" target="_top" shape="rect">r234916</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">UNCOMPRESS</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class and
|
||||
the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mkulzma&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">mkulzma</span>(8)</span></a> utility
|
||||
have been added. This class supports lzma compressed
|
||||
images like the <b class="application">UZIP</b> <a href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">geom</span>(4)</span></a> class and
|
||||
the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mkuzip&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">mkuzip</span>(8)</span></a>
|
||||
utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235483" target="_top" shape="rect">r235483</a>]</p></li>
|
||||
|
||||
<li><p>[amd64, i386] The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=hpt27xx&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">hpt27xx</span>(4)</span></a>
|
||||
driver has been added. This supports HighPoint RocketRAID
|
||||
27xx-based SAS 6Gb/s HBA.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229975" target="_top" shape="rect">r229975</a>]</p></li>
|
||||
|
||||
<li><p>[amd64, i386] The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">isci</span>(4)</span></a>
|
||||
driver, which supports the integrated SAS controller in
|
||||
the Intel C600 (Patsburg) chipset, has been
|
||||
added.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231689" target="_top" shape="rect">r231689</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ixgbe</span>(4)</span></a> driver
|
||||
now supports the Intel X540 adapter.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230775" target="_top" shape="rect">r230775</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver
|
||||
now supports single-message MSI, and Drake Skinny and Thunderbolt cards. The
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=loader&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">loader</span>(8)</span></a> tunable
|
||||
<code class="varname">hw.mfi.msi</code> has been
|
||||
added and it is enabled by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229611" target="_top" shape="rect">r229611</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234429" target="_top" shape="rect">r234429</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=mps&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">mps</span>(4)</span></a> driver
|
||||
has been updated to version 14.00.00.01-fbsd. This
|
||||
now supports Integrated RAID, WarpDrive controllers,
|
||||
WRITE12 and READ12 for direct I/O, SCSI protection
|
||||
information (EEDP), Transport Level Retries (TLR)
|
||||
for tape drives, and LSI's userland utility.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230920" target="_top" shape="rect">r230920</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231679" target="_top" shape="rect">r231679</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237876" target="_top" shape="rect">r237876</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">usb</span>(4)</span></a> storage
|
||||
device driver now enables power save mode by
|
||||
default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229107" target="_top" shape="rect">r229107</a>]</p></li>
|
||||
|
||||
<li><p>The FreeBSD NFS filesystem has been improved:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>It now supports a timeout on positive name cache
|
||||
entries on the client side. A new mount option
|
||||
<code class="varname">nametimeo</code> has been added
|
||||
and set to <tt class="literal">60</tt> (in seconds)
|
||||
by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233326" target="_top" shape="rect">r233326</a>]</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>A memory leak when a ZFS volume is exported via
|
||||
the FreeBSD NFS server has been fixed.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234740" target="_top" shape="rect">r234740</a>]</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>A bug has been fixed. When a process writes to an
|
||||
mmap-backed file on an NFS filesystem, flushing
|
||||
changes to the data could fail under some
|
||||
circumstances such as errors due to permission
|
||||
mismatch, and this failure could not detected as an
|
||||
error. A new <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>
|
||||
variable <code class="varname">vfs.nfs.nfs_keep_dirty_on_error</code>
|
||||
has been added to control the behavior on the
|
||||
client side related to this issue. When this is
|
||||
set to <tt class="literal">1</tt>, the pages where
|
||||
a write operation failed are kept dirty. The
|
||||
default value is set to <tt class="literal">0</tt>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233730" target="_top" shape="rect">r233730</a>]</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=nfsv4&sektion=4&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">nfsv4</span>(4)</span></a>
|
||||
filesystem now supports a <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>
|
||||
variable <code class="varname">vfs.nfsd.disable_checkutf8</code>. This
|
||||
disables the check for UTF-8 compliance in the
|
||||
filenames. This is disabled by default. Note
|
||||
that enabling this may help some
|
||||
interoperability issues but results in an NFSv4
|
||||
server that is non-RFC 3530 compliant.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229799" target="_top" shape="rect">r229799</a>]</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a>
|
||||
filesystem is not an experimental implementation
|
||||
anymore.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234511" target="_top" shape="rect">r234511</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a>
|
||||
filesystem now supports a <a href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> variable
|
||||
<code class="varname">vfs.tmpfs.memory_reserved</code> to set
|
||||
the amount of required free pages when <a href="http://www.FreeBSD.org/cgi/man.cgi?query=tmpfs&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">tmpfs</span>(5)</span></a> attempts
|
||||
to allocate a new node.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234849" target="_top" shape="rect">r234849</a>]</p></li>
|
||||
|
||||
<li><p>FreeBSD ZFS filesystem has been updated by merging
|
||||
improvements from illumos project. The following changes
|
||||
are made:[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229578" target="_top" shape="rect">r229578</a>, <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232328" target="_top" shape="rect">r232328</a>]</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>New properties, <tt class="literal">clones</tt> and <tt class="literal">written</tt>, have been added.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
The <span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt class="command">send</tt> command now reports
|
||||
an estimated size of the stream.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt class="command">destroy</tt> command now reports
|
||||
an estimate of the space which would be reclaimed, when
|
||||
<code class="option">-n</code> flag is specified.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <tt class="command">get</tt> command now supports
|
||||
the <code class="option">-t <tt class="replaceable"><i>type</i></tt></code> flag
|
||||
to specify the data type.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=dhclient&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">dhclient</span>(8)</span></a>
|
||||
utility now supports <tt class="literal">domain-search</tt> (option number 119,
|
||||
described in RFC 3397). This allows a DHCP server to
|
||||
publish a list of implicit domain suffixes used
|
||||
during name lookup. If this option is specified, a
|
||||
<tt class="literal">search</tt> keyword will be added
|
||||
to <tt class="filename">/etc/resolv.conf</tt>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230597" target="_top" shape="rect">r230597</a>]</p></li>
|
||||
|
||||
<li><p>A bug in the <a href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a> compiler
|
||||
has been fixed. It could lead to incorrect
|
||||
calculations when <code class="option">-ffast-math</code> is specified.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234023" target="_top" shape="rect">r234023</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a>
|
||||
utility now supports a <tt class="literal">vlanhwcsum</tt> parameter to set or
|
||||
reset checksum offloading capability on VLANs.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231221" target="_top" shape="rect">r231221</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=ifconfig&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span></a>
|
||||
utility now supports a <tt class="literal">carp
|
||||
<tt class="replaceable"><i>state</i></tt></tt>
|
||||
parameter to set the state to <tt class="literal">backup</tt> or <tt class="literal">master</tt> forcibly.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232486" target="_top" shape="rect">r232486</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> utility
|
||||
now supports a configuration file (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=jail.conf&sektion=5&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">jail.conf</span>(5)</span></a>) for
|
||||
complex configurations.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235839" target="_top" shape="rect">r235839</a>]</p></li>
|
||||
|
||||
<li><p>Lock handling performance in the <b class="application">libthr</b> pthread library has been
|
||||
improved. It now works 10 times faster especially under
|
||||
the condition that a mutex is heavily contested.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=234372" target="_top" shape="rect">r234372</a>]</p></li>
|
||||
|
||||
<li><p>A new C++ stack has been imported. This consists of
|
||||
<b class="application">libcxxrt</b>, originally
|
||||
developed by a FreeBSD developer under contract by
|
||||
PathScale and open sourced by the FreeBSD and NetBSD
|
||||
foundations, and <b class="application">libc++</b>
|
||||
from the LLVM project. <b class="application">libcxxrt</b> is a drop-in replacement
|
||||
for GNU <b class="application">libsupc++</b>, which
|
||||
implements the C++ runtime support for features such
|
||||
as run-time type information, dynamic casting,
|
||||
thread-safe static initializer, and exceptions. <b class="application">libc++</b> implements the C++11
|
||||
standard library, and will replace GNU <b class="application">libstdc++</b> in a future release. In
|
||||
9.1-RELEASE, <b class="application">libstdc++</b> is
|
||||
still installed as standard and now dynamically links
|
||||
against <b class="application">libsupc++</b>. This
|
||||
allows libraries linking <b class="application">libstdc++</b> and <b class="application">libc++</b> to both be used in the same
|
||||
program, to aid migration.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235798" target="_top" shape="rect">r235798</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> run-time
|
||||
linker now supports GCC's RELRO (RElocation
|
||||
Read-Only). This prevents the GOT (Global Offset Table)
|
||||
from being overwritten.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=231579" target="_top" shape="rect">r231579</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=rtld&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">rtld</span>(1)</span></a> run-time
|
||||
linker now supports a GNU hash section (<tt class="literal">DT_GNU_HASH</tt>), which is a
|
||||
replacement of optional ELF hash section.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235396" target="_top" shape="rect">r235396</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=setbuf&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">setbuf</span>(1)</span></a> utility
|
||||
and <b class="application">libstdbuf</b> library have
|
||||
been added. This controls the default buffering
|
||||
behavior of standard stdio streams.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235139" target="_top" shape="rect">r235139</a>]</p></li>
|
||||
|
||||
<li><p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=xlocale&sektion=3&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">xlocale</span>(3)</span></a> API has
|
||||
been implemented. This consists of <tt class="literal">_l</tt>-suffixed versions of various
|
||||
standard library functions that use the global
|
||||
locale, making them take an explicit locale parameter
|
||||
and allowing thread-safe extended locale
|
||||
support. Most of these APIs are required for IEEE Std
|
||||
1003.1-2008 (POSIX.1-2008 or ISO/IEC 9945:2009)
|
||||
compatibility, and are required by <b class="application">libc++</b> and recent versions of
|
||||
<b class="application">GNOME</b>. This implementation
|
||||
also supports several extensions for compatibility
|
||||
with Apple <b class="application">Darwin</b>.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235785" target="_top" shape="rect">r235785</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">ISC BIND</b> has been updated to version 9.8.3-P4.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=241417" target="_top" shape="rect">r241417</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">compiler-rt</b> library,
|
||||
which provides low-level target-specific interfaces
|
||||
such as functions in <b class="application">libgcc</b>,
|
||||
has been updated to revision 147467.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236018" target="_top" shape="rect">r236018</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">file</b> (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=file&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">file</span>(1)</span></a>) has been
|
||||
updated to version 5.11.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237983" target="_top" shape="rect">r237983</a>]</p></li>
|
||||
|
||||
<li><p>GNU <a href="http://www.FreeBSD.org/cgi/man.cgi?query=gperf&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">gperf</span>(1)</span></a> has been
|
||||
updated to version 3.0.3 (the latest GPLv2-licensed
|
||||
version).[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=230237" target="_top" shape="rect">r230237</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">libarchive</b>, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=bsdtar&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">bsdtar</span>(1)</span></a>, and
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=cpio&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">cpio</span>(1)</span></a> have been
|
||||
updated to version 2.8.5.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229588" target="_top" shape="rect">r229588</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">libpcap</b> library has been
|
||||
updated to 1.2.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236167" target="_top" shape="rect">r236167</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">libstdc++</b> have been
|
||||
updated to rev 135556 of <tt class="literal">gcc-4_2-branch</tt> (the last LGPLv2-licensed
|
||||
version).[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=229551" target="_top" shape="rect">r229551</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">LLVM</b> compiler
|
||||
infrastructure and <b class="application">clang</b>, a
|
||||
C language family front-end, version 3.1 have been
|
||||
imported. Note that it is not used for building the
|
||||
FreeBSD base system by default.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236144" target="_top" shape="rect">r236144</a>]</p></li>
|
||||
|
||||
<li><p>The <tt class="literal">netcat</tt> utility has been
|
||||
updated to version 5.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=235971" target="_top" shape="rect">r235971</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">OpenSSL</b> has been updated
|
||||
to version 0.9.8x.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237998" target="_top" shape="rect">r237998</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">tcpdump</b> (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=tcpdump&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">tcpdump</span>(1)</span></a>)
|
||||
utility has been updated to version 4.2.1.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=236192" target="_top" shape="rect">r236192</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">TENEX C shell</b> (<a href="http://www.FreeBSD.org/cgi/man.cgi?query=tcsh&sektion=1&manpath=FreeBSD+9.1-RELEASE" shape="rect">
|
||||
<span class="citerefentry"><span class="refentrytitle">tcsh</span>(1)</span></a>) has
|
||||
been updated to version 6.18.01.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=232633" target="_top" shape="rect">r232633</a>]</p></li>
|
||||
|
||||
<li><p>The <b class="application">timezone</b> database has
|
||||
been updated to the <b class="application">tzdata2012a</b>
|
||||
release.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=233447" target="_top" shape="rect">r233447</a>]</p></li>
|
||||
|
||||
<li><p><b class="application">zlib</b> library has been
|
||||
updated to version 1.2.7.[<a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=237691" target="_top" shape="rect">r237691</a>]</p></li>
|
||||
|
||||
<li><p>The supported version of the <b class="application">KDE</b> desktop environment (<a href="http://svnweb.FreeBSD.org/ports/head/x11/kde4/pkg-descr?revision=HEAD" shape="rect"><tt class="filename">x11/kde4</tt></a>) has been updated to
|
||||
4.8.4.</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2013-11-13</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
39
website/content/en/releases/9.1R/schedule.adoc
Normal file
39
website/content/en/releases/9.1R/schedule.adoc
Normal file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
title: "FreeBSD 9.1 Release Process"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.1 Release Process
|
||||
|
||||
== Introduction
|
||||
|
||||
This is the release schedule for FreeBSD 9.1. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site.
|
||||
|
||||
General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org.
|
||||
|
||||
== Schedule
|
||||
|
||||
[cols=",,,",]
|
||||
|===
|
||||
|Action |Expected |Actual |Description
|
||||
|Initial release schedule announcement |- |5 June 2012 |Release Engineers send announcement email to developers with a rough schedule.
|
||||
|Release schedule reminder |17 June 2012 |26 June 2012 |Release Engineers send reminder announcement e-mail to developers with updated schedule.
|
||||
|Code freeze begins |2 July 2012 |3 July 2012 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc.
|
||||
|BETA1 |6 July 2012 |15 July 2012 |First beta test snapshot.
|
||||
|releng/9.1 branch |3 August 2012 |5 August 2012 |Subversion branch created, propagated to CVS; future release engineering proceeds on this branch.
|
||||
|RC1 |20 July 2012 |23 August 2012 |First release candidate.
|
||||
|RC2 |7 September 2012 |9 October 2012 |Second release candidate.
|
||||
|RC3 |17 October 2012 |3 November 2012 |Third release candidate.
|
||||
|RELEASE build |9 November 2012 |4 December 2012 |9.1-RELEASE built.
|
||||
|RELEASE announcement |12 November 2012 |31 December 2012 |9.1-RELEASE press release.
|
||||
|Turn over to the secteam |- |15 January 2013 |releng/9.1 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement.
|
||||
|===
|
||||
|
||||
== Status / TODO
|
||||
|
||||
http://wiki.freebsd.org/Releng/9.1TODO
|
||||
|
||||
== Additional Information
|
||||
|
||||
* http://wiki.freebsd.org/Releng/9.1TODO/[FreeBSD 9.1 release engineering wiki page], which includes todo lists, scheduling information, binary compatibility information, and more.
|
||||
* link:../../../releng/[FreeBSD Release Engineering website]
|
|
@ -1,381 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.1 Release Process</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.1 Release Process</h1>
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>This is the release schedule for FreeBSD 9.1. For more
|
||||
information about the release engineering process, please see the <a href="../../releng/index.html" shape="rect">Release Engineering</a> section of the
|
||||
web site.</p>
|
||||
|
||||
<p>General discussions about the pending release and known issues should be
|
||||
sent to the public
|
||||
<a href="mailto:FreeBSD-stable@FreeBSD.org" shape="rect">freebsd-stable</a> mailing list.
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary" shape="rect">MFC</a>
|
||||
requests should be sent to
|
||||
<a href="mailto:re@FreeBSD.org" shape="rect">re@FreeBSD.org</a>.</p>
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Action</td>
|
||||
<td rowspan="1" colspan="1">Expected</td>
|
||||
<td rowspan="1" colspan="1">Actual</td>
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Initial release schedule announcement</td>
|
||||
<td rowspan="1" colspan="1">-</td>
|
||||
<td rowspan="1" colspan="1">5 June 2012</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers send announcement email to developers with a
|
||||
rough schedule.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Release schedule reminder</td>
|
||||
<td rowspan="1" colspan="1">17 June 2012</td>
|
||||
<td rowspan="1" colspan="1">26 June 2012</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers send reminder announcement e-mail to developers
|
||||
with updated schedule.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Code freeze begins</td>
|
||||
<td rowspan="1" colspan="1">2 July 2012</td>
|
||||
<td rowspan="1" colspan="1">3 July 2012</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers announce that all further commits to the
|
||||
stable/9 branch will require explicit approval.
|
||||
Certain blanket approvals will be granted for narrow areas of
|
||||
development, documentation improvements, etc.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">BETA1</td>
|
||||
<td rowspan="1" colspan="1">6 July 2012</td>
|
||||
<td rowspan="1" colspan="1">15 July 2012</td>
|
||||
<td rowspan="1" colspan="1">First beta test snapshot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">releng/9.1 branch</td>
|
||||
<td rowspan="1" colspan="1">3 August 2012</td>
|
||||
<td rowspan="1" colspan="1">5 August 2012</td>
|
||||
<td rowspan="1" colspan="1">Subversion branch created, propagated to CVS; future
|
||||
release engineering proceeds on this branch.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC1</td>
|
||||
<td rowspan="1" colspan="1">20 July 2012</td>
|
||||
<td rowspan="1" colspan="1">23 August 2012</td>
|
||||
<td rowspan="1" colspan="1">First release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC2</td>
|
||||
<td rowspan="1" colspan="1">7 September 2012</td>
|
||||
<td rowspan="1" colspan="1">9 October 2012</td>
|
||||
<td rowspan="1" colspan="1">Second release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC3</td>
|
||||
<td rowspan="1" colspan="1">17 October 2012</td>
|
||||
<td rowspan="1" colspan="1">3 November 2012</td>
|
||||
<td rowspan="1" colspan="1">Third release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RELEASE build</td>
|
||||
<td rowspan="1" colspan="1">9 November 2012</td>
|
||||
<td rowspan="1" colspan="1">4 December 2012</td>
|
||||
<td rowspan="1" colspan="1">9.1-RELEASE built.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RELEASE announcement</td>
|
||||
<td rowspan="1" colspan="1">12 November 2012</td>
|
||||
<td rowspan="1" colspan="1">31 December 2012</td>
|
||||
<td rowspan="1" colspan="1">9.1-RELEASE press release.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Turn over to the secteam</td>
|
||||
<td rowspan="1" colspan="1">-</td>
|
||||
<td rowspan="1" colspan="1">15 January 2013</td>
|
||||
<td rowspan="1" colspan="1">releng/9.1 branch is handed over to
|
||||
the FreeBSD Security Officer Team in one or two weeks after the
|
||||
announcement.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h1>Status / TODO</h1>
|
||||
<a href="http://wiki.freebsd.org/Releng/9.1TODO" shape="rect">http://wiki.freebsd.org/Releng/9.1TODO</a>
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://wiki.freebsd.org/Releng/9.1TODO/" shape="rect">FreeBSD 9.1 release
|
||||
engineering wiki page</a>, which includes todo lists, scheduling
|
||||
information, binary compatibility information, and more.</li>
|
||||
<li><a href="../../releng/index.html" shape="rect">FreeBSD Release Engineering website</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2014-02-03</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
199
website/content/en/releases/9.2R/announce.adoc
Normal file
199
website/content/en/releases/9.2R/announce.adoc
Normal file
|
@ -0,0 +1,199 @@
|
|||
---
|
||||
title: "FreeBSD 9.2-RELEASE Announcement"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.2-RELEASE Announcement
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.2-RELEASE. This is the second release from the stable/9 branch, which improves on the stability of FreeBSD 9.1 and introduces some new features. Some of the highlights:
|
||||
|
||||
* The ZFS filesystem now supports TRIM when used on solid state drives.
|
||||
* The virtio(4) drivers have been added to the GENERIC kernel configuration for amd64 and i386 architectures.
|
||||
* The ZFS filesystem now supports lz4 compression.
|
||||
* OpenSSL has been updated to version 0.9.8y.
|
||||
* DTrace hooks have been enabled by default in the GENERIC kernel.
|
||||
* DTrace has been updated to version 1.9.0.
|
||||
* Sendmail has been updated to version 8.14.7.
|
||||
* OpenSSH has been updated to version 6.2p2.
|
||||
* Import unmapped I/O support from head/.
|
||||
|
||||
For a complete list of new features and known problems, please see the online release notes and errata list, available at:
|
||||
|
||||
* `http://www.FreeBSD.org/releases/9.2R/relnotes/`
|
||||
|
||||
For more information about FreeBSD release engineering activities, please see:
|
||||
|
||||
* `http://www.FreeBSD.org/releng/`
|
||||
|
||||
== Availability
|
||||
|
||||
FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures.
|
||||
|
||||
FreeBSD 9.2 can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP as described in the section below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386.
|
||||
|
||||
MD5 and SHA256 hashes for the release ISO and memory stick images are included at the bottom of this message.
|
||||
|
||||
The purpose of the images provided as part of the release are as follows:
|
||||
|
||||
dvd1::
|
||||
This contains everything necessary to install the base FreeBSD operating system, the documentation, and a small set of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media.
|
||||
disc1::
|
||||
This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
bootonly::
|
||||
This supports booting a machine using the CDROM drive but does not contain the support for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g. from an FTP server) after booting from the CD.
|
||||
memstick::
|
||||
This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
+
|
||||
As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work:
|
||||
+
|
||||
....
|
||||
# dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
|
||||
....
|
||||
+
|
||||
Be careful to make sure you get the target (of=) correct.
|
||||
|
||||
FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.2-based products is:
|
||||
|
||||
* FreeBSD Mall, Inc.`http://www.freebsdmall.com`
|
||||
|
||||
== FTP
|
||||
|
||||
At the time of this announcement the following FTP sites have FreeBSD 9.2-RELEASE available.
|
||||
|
||||
* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/`
|
||||
|
||||
However before trying these sites please check your regional mirror(s) first by going to:
|
||||
|
||||
* `ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD`
|
||||
|
||||
Any additional mirror sites will be labeled ftp2, ftp3 and so on.
|
||||
|
||||
More information about FreeBSD mirror sites can be found at:
|
||||
|
||||
* `http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html`
|
||||
|
||||
For instructions on installing FreeBSD or updating an existing machine to 9.2-RELEASE please see:
|
||||
|
||||
* `http://www.FreeBSD.org/releases/9.2R/installation/`
|
||||
|
||||
== Support
|
||||
|
||||
FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The End-of-Life dates can be found at:
|
||||
|
||||
* `http://www.FreeBSD.org/security/`
|
||||
|
||||
=== Other Projects Based on FreeBSD
|
||||
|
||||
There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see:
|
||||
|
||||
* `http://wiki.FreeBSD.org/3rdPartyProjects`
|
||||
|
||||
=== Acknowledgments
|
||||
|
||||
Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.2 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, Sentex Communications, New York Internet, Juniper Networks, and iXsystems.
|
||||
|
||||
The release engineering team for 9.2-RELEASE includes:
|
||||
|
||||
[cols=",",]
|
||||
|===
|
||||
|Ken Smith <kensmith@FreeBSD.org> |Release Engineering Lead
|
||||
|Marcus von Appen <mva@FreeBSD.org> |Release Engineering
|
||||
|Glen Barber <gjb@FreeBSD.org> |Release Engineering, 9.2-RELEASE Release Engineer
|
||||
|Konstantin Belousov <kib@FreeBSD.org> |Release Engineering
|
||||
|Joel Dahl <joel@FreeBSD.org> |Release Engineering
|
||||
|Marc Fonvieille <blackend@FreeBSD.org> |Release Engineering, Documentation
|
||||
|Steven Kreuzer <skreuzer@FreeBSD.org> |Release Engineering
|
||||
|Erwin Lansing <erwin@FreeBSD.org> |Package Building
|
||||
|Xin Li <delphij@FreeBSD.org> |Release Engineering, Security
|
||||
|Simon L. B. Nielsen <simon@FreeBSD.org> |Security Officer Emeritus
|
||||
|Josh Paetzel <jpaetzel@FreeBSD.org> |Release Engineering
|
||||
|Colin Percival <cperciva@FreeBSD.org> |Security Officer Emeritus
|
||||
|Craig Rodrigues <rodrigc@FreeBSD.org> |Release Engineering
|
||||
|Hiroki Sato <hrs@FreeBSD.org> |Release Engineering, Documentation
|
||||
|Gleb Smirnoff <glebius@FreeBSD.org> |Release Engineering
|
||||
|Dag-Erling Smørgrav <des@FreeBSD.org> |Security Officer
|
||||
|Marius Strobl <marius@FreeBSD.org> |Release Engineering
|
||||
|Robert Watson <rwatson@FreeBSD.org> |Release Engineering, Security
|
||||
|===
|
||||
|
||||
=== Trademark
|
||||
|
||||
FreeBSD is a registered trademark of The FreeBSD Foundation.
|
||||
|
||||
=== ISO Image Checksums
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91
|
||||
....
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076
|
||||
SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055
|
||||
MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74
|
||||
....
|
|
@ -1,576 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.2-RELEASE Announcement</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.2-RELEASE Announcement</h1>
|
||||
|
||||
<p>The FreeBSD Release Engineering Team is pleased to announce the
|
||||
availability of FreeBSD 9.2-RELEASE. This is the second release
|
||||
from the stable/9 branch, which improves on the stability of
|
||||
FreeBSD 9.1 and introduces some new features. Some of the
|
||||
highlights:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>The ZFS filesystem now supports TRIM when used on solid
|
||||
state drives.</p></li>
|
||||
<li><p>The virtio(4) drivers have been added to the GENERIC
|
||||
kernel configuration for amd64 and i386
|
||||
architectures.</p></li>
|
||||
<li><p>The ZFS filesystem now supports lz4 compression.</p></li>
|
||||
<li><p>OpenSSL has been updated to version 0.9.8y.</p></li>
|
||||
<li><p>DTrace hooks have been enabled by default in the GENERIC
|
||||
kernel.</p></li>
|
||||
<li><p>DTrace has been updated to version 1.9.0.</p></li>
|
||||
<li><p>Sendmail has been updated to version 8.14.7.</p></li>
|
||||
<li><p>OpenSSH has been updated to version 6.2p2.</p></li>
|
||||
<li><p>Import unmapped I/O support from head/.</p></li>
|
||||
</ul>
|
||||
|
||||
<p>For a complete list of new features and known problems, please
|
||||
see the online release notes and errata list, available at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.2R/relnotes.html" shape="rect">http://www.FreeBSD.org/releases/9.2R/relnotes.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For more information about FreeBSD release engineering
|
||||
activities, please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releng/" shape="rect">http://www.FreeBSD.org/releng/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="availability">Availability</h2>
|
||||
|
||||
<p>FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64,
|
||||
powerpc, powerpc64, and sparc64 architectures.</p>
|
||||
|
||||
<p>FreeBSD 9.2 can be installed from bootable ISO images or over
|
||||
the network. Some architectures also support installing from
|
||||
a USB memory stick. The required files can be downloaded via
|
||||
FTP as described in the section below. While some of the
|
||||
smaller FTP mirrors may not carry all architectures, they will
|
||||
all generally contain the more common ones such as amd64 and
|
||||
i386.</p>
|
||||
|
||||
<p>MD5 and SHA256 hashes for the release ISO and memory stick
|
||||
images are included at the bottom of this message.</p>
|
||||
|
||||
<p>The purpose of the images provided as part of the release are
|
||||
as follows:</p>
|
||||
|
||||
<dl>
|
||||
<dt>dvd1</dt>
|
||||
|
||||
<dd><p>This contains everything necessary to install the base
|
||||
FreeBSD operating system, the documentation, and a small
|
||||
set of pre-built packages aimed at getting a graphical
|
||||
workstation up and running. It also supports booting into
|
||||
a "livefs" based rescue mode. This should be all you need
|
||||
if you can burn and use DVD-sized media.</p></dd>
|
||||
|
||||
<dt>disc1</dt>
|
||||
|
||||
<dd><p>This contains the base FreeBSD operating system. It also
|
||||
supports booting into a "livefs" based rescue mode. There are
|
||||
no pre-built packages.</p></dd>
|
||||
|
||||
<dt>bootonly</dt>
|
||||
|
||||
<dd><p>This supports booting a machine using the CDROM drive but
|
||||
does not contain the support for installing FreeBSD from the
|
||||
CD itself. You would need to perform a network based install
|
||||
(e.g. from an FTP server) after booting from the CD.</p></dd>
|
||||
|
||||
<dt>memstick</dt>
|
||||
|
||||
<dd><p>This can be written to an USB memory stick (flash drive)
|
||||
and used to do an install on machines capable of booting off
|
||||
USB drives. It also supports booting into a "livefs" based
|
||||
rescue mode. There are no pre-built packages.</p>
|
||||
|
||||
<p>As one example of how to use the memstick image, assuming
|
||||
the USB drive appears as /dev/da0 on your machine something
|
||||
like this should work:</p>
|
||||
|
||||
<pre xml:space="preserve"># dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
|
||||
|
||||
<p>Be careful to make sure you get the target (of=)
|
||||
correct.</p></dd>
|
||||
</dl>
|
||||
|
||||
<p>FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from
|
||||
several vendors. One of the vendors that will be offering
|
||||
FreeBSD 9.2-based products is:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>FreeBSD Mall, Inc.<tt><a href="http://www.freebsdmall.com/" shape="rect">http://www.freebsdmall.com</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>FTP</h2>
|
||||
|
||||
<p>At the time of this announcement the following FTP sites have
|
||||
FreeBSD 9.2-RELEASE available.</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/" shape="rect">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>However before trying these sites please check your regional
|
||||
mirror(s) first by going to:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a shape="rect">ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>Any additional mirror sites will be labeled ftp2, ftp3 and so
|
||||
on.</p>
|
||||
|
||||
<p>More information about FreeBSD mirror sites can be found
|
||||
at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" shape="rect">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For instructions on installing FreeBSD or updating an existing
|
||||
machine to 9.2-RELEASE please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.2R/installation.html" shape="rect">http://www.FreeBSD.org/releases/9.2R/installation.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Support</h2>
|
||||
|
||||
<p>FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The
|
||||
End-of-Life dates can be found at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/security/" shape="rect">http://www.FreeBSD.org/security/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Projects Based on FreeBSD</h2>
|
||||
|
||||
<p>There are many "third party" Projects based on FreeBSD. The
|
||||
Projects range from re-packaging FreeBSD into a more "novice
|
||||
friendly" distribution to making FreeBSD available on Amazon's
|
||||
EC2 infrastructure. For more information about these Third
|
||||
Party Projects see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://wiki.FreeBSD.org/3rdPartyProjects" shape="rect">http://wiki.FreeBSD.org/3rdPartyProjects</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Acknowledgments</h2>
|
||||
|
||||
<p>Many companies donated equipment, network access, or man-hours
|
||||
to support the release engineering activities for FreeBSD 9.2
|
||||
including The FreeBSD Foundation, Yahoo!, NetApp, Internet
|
||||
Systems Consortium, Sentex Communications, New York Internet,
|
||||
Juniper Networks, and iXsystems.</p>
|
||||
|
||||
<p>The release engineering team for 9.2-RELEASE includes:</p>
|
||||
|
||||
<table border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Ken Smith <<a href="mailto:kensmith@FreeBSD.org" shape="rect">kensmith@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering Lead</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marcus von Appen <<a href="mailto:mva@FreeBSD.org" shape="rect">mva@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Glen Barber <<a href="mailto:gjb@FreeBSD.org" shape="rect">gjb@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, 9.2-RELEASE Release Engineer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Konstantin Belousov <<a href="mailto:kib@FreeBSD.org" shape="rect">kib@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Joel Dahl <<a href="mailto:joel@FreeBSD.org" shape="rect">joel@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marc Fonvieille <<a href="mailto:blackend@FreeBSD.org" shape="rect">blackend@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Steven Kreuzer <<a href="mailto:skreuzer@FreeBSD.org" shape="rect">skreuzer@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Erwin Lansing <<a href="mailto:erwin@FreeBSD.org" shape="rect">erwin@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Package Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Xin Li <<a href="mailto:delphij@FreeBSD.org" shape="rect">delphij@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Security</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Simon L. B. Nielsen <<a href="mailto:simon@FreeBSD.org" shape="rect">simon@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Security Officer Emeritus</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org" shape="rect">jpaetzel@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Colin Percival <<a href="mailto:cperciva@FreeBSD.org" shape="rect">cperciva@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Security Officer Emeritus</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Craig Rodrigues <<a href="mailto:rodrigc@FreeBSD.org" shape="rect">rodrigc@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Hiroki Sato <<a href="mailto:hrs@FreeBSD.org" shape="rect">hrs@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Gleb Smirnoff <<a href="mailto:glebius@FreeBSD.org" shape="rect">glebius@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Dag-Erling Smørgrav <<a href="mailto:des@FreeBSD.org" shape="rect">des@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Security Officer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marius Strobl <<a href="mailto:marius@FreeBSD.org" shape="rect">marius@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Robert Watson <<a href="mailto:rwatson@FreeBSD.org" shape="rect">rwatson@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Security</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Trademark</h2>
|
||||
|
||||
<p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
|
||||
|
||||
<h2>ISO Image Checksums</h2>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91</pre>
|
||||
|
||||
<pre xml:space="preserve">SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076
|
||||
SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e</pre>
|
||||
|
||||
<pre xml:space="preserve">MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055
|
||||
MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74</pre>
|
||||
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2013-11-13</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,208 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.2R/docbook.css 42015 2013-06-24 00:14:03Z gjb $
|
||||
*/
|
||||
|
||||
BODY ADDRESS {
|
||||
line-height: 1.3;
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
BODY BLOCKQUOTE {
|
||||
margin-top: .75em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
HTML BODY {
|
||||
margin: 1em 8% 1em 10%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.LEGALNOTICE {
|
||||
font-size: small;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
BODY DIV {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
DL {
|
||||
margin: .8em 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY FORM {
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
H1, H2, H3, H4, H5, H6,
|
||||
DIV.EXAMPLE P B,
|
||||
.QUESTION,
|
||||
DIV.TABLE P B,
|
||||
DIV.PROCEDURE P B {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
|
||||
line-height: 1.3;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
BODY H1, BODY H2 {
|
||||
margin: .8em 0 0 -4%;
|
||||
}
|
||||
|
||||
BODY H3, BODY H4 {
|
||||
margin: .8em 0 0 -3%;
|
||||
}
|
||||
|
||||
BODY H5 {
|
||||
margin: .8em 0 0 -2%;
|
||||
}
|
||||
|
||||
BODY H6 {
|
||||
margin: .8em 0 0 -1%;
|
||||
}
|
||||
|
||||
BODY HR {
|
||||
margin: .6em;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: #cecece;
|
||||
}
|
||||
|
||||
BODY IMG.NAVHEADER {
|
||||
margin: 0 0 0 -4%;
|
||||
}
|
||||
|
||||
OL {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
BODY PRE {
|
||||
margin: .75em 0;
|
||||
line-height: 1.0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
BODY TD, BODY TH {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
UL, BODY DIR, BODY MENU {
|
||||
margin: 0 0 0 5%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
HTML {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
BODY P B.APPLICATION {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.FILENAME {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||
.GUILABEL, .INTERFACE,
|
||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.GUIBUTTON {
|
||||
background-color: #CFCFCF;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ACCEL {
|
||||
background-color: #F0F0F0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.SCREEN {
|
||||
padding: 1ex;
|
||||
}
|
||||
|
||||
.PROGRAMLISTING {
|
||||
padding: 1ex;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
@media screen { /* hide from IE3 */
|
||||
a[href]:hover { background: #ffa }
|
||||
}
|
||||
|
||||
BLOCKQUOTE.NOTE {
|
||||
color: #222;
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.4em 0.4em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.TIP {
|
||||
color: #004F00;
|
||||
background: #d8ecd6;
|
||||
border: 1px solid green;
|
||||
padding: 0.2em 2em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.IMPORTANT {
|
||||
font-style:italic;
|
||||
border: 1px solid #a00;
|
||||
border-left: 12px solid #c00;
|
||||
padding: 0.1em 1em;
|
||||
}
|
||||
|
||||
BLOCKQUOTE.WARNING {
|
||||
color: #9F1313;
|
||||
background: #f8e8e8;
|
||||
border: 1px solid #e59595;
|
||||
padding: 0.2em 2em;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.EXAMPLE {
|
||||
background: #fefde6;
|
||||
border: 1px solid #f1bb16;
|
||||
margin: 1em 0;
|
||||
padding: 0.2em 2em;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.INFORMALTABLE TABLE.CALSTABLE TR TD {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
59
website/content/en/releases/9.2R/errata.adoc
Normal file
59
website/content/en/releases/9.2R/errata.adoc
Normal file
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
title: "FreeBSD 9.2-RELEASE Errata"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.2-RELEASE Errata
|
||||
|
||||
== Abstract
|
||||
|
||||
This document lists errata items for FreeBSD 9.2-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD.
|
||||
|
||||
This errata document for FreeBSD 9.2-RELEASE will be maintained until the release of FreeBSD 9.3-RELEASE.
|
||||
|
||||
'''''
|
||||
|
||||
Table of Contents
|
||||
|
||||
* <<intro, Introduction>>
|
||||
* <<security, Security Advisories>>
|
||||
* <<errata, Errata Notices>>
|
||||
* <<late-news, Late-Breaking News>>
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This errata document contains"late-breaking news" about FreeBSD 9.2-RELEASE Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed.
|
||||
|
||||
Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at `http://www.FreeBSD.org/releases/`, plus any sites which keep up-to-date mirrors of this location.
|
||||
|
||||
Source and binary snapshots of FreeBSD 9.3-STABLE also contain up-to-date copies of this document (as of the time of the snapshot).
|
||||
|
||||
For a list of all FreeBSD CERT security advisories, see `http://www.FreeBSD.org/security/` or `ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/`.
|
||||
|
||||
[[security]]
|
||||
== Security Advisories
|
||||
|
||||
Problems described in the following security advisories have been fixed in 9.3-RELEASE. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`.
|
||||
|
||||
[cols=",,",options="header",]
|
||||
|===
|
||||
|Advisory |Date |Topic
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc[SA-14:01.bsnmpd] |1 January 2014 |Fix bsnmpd remote denial of service vulnerability
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc[SA-14:02.ntpd] |1 January 2014 |Fix ntpd distributed reflection Denial of Service vulnerability
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.bind.asc[SA-14:03.ntpd] |1 January 2014 |Fix BIND remote denial of service vulnerability
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:05.nfsserver.asc[SA-14:05.nfsserver] |8 April 2014 |Fix NFS deadlock vulnerability
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc[SA-14:06.openssl] |8 April 2014 |Fix ECDSA Cache Side-channel Attack
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:08.tcp.asc[SA-14:08.tcp] |30 April 2014 |Fix TCP reassembly vulnerability
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:11.sendmail.asc[SA-14:11.sendmail] |3 June 2014 |Fix sendmail improper close-on-exec flag handling
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:12.ktrace.asc[SA-14:12.ktrace] |3 June 2014 |Fix ktrace memory disclosure
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc[SA-14:13.pam] |3 June 2014 |Fix incorrect error handling in PAM policy parser
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc[SA-14:14.openssl] |5 June 2014 |Multiple vulnerabilities
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc[SA-14:16.file] |24 June 2014 |Multiple vulnerabilities
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc[SA-14:17.kmem] |8 July 2014 |Kernel memory disclosure in control messages and SCTP notifications
|
||||
|===
|
||||
|
||||
[[late-news]]
|
||||
== Late-Breaking News
|
||||
|
||||
No late-breaking news.
|
|
@ -1,55 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.2-RELEASE Errata</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="doc@FreeBSD.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This document lists errata items for FreeBSD 9.2-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD. This errata document for FreeBSD 9.2-RELEASE will be maintained until the release of FreeBSD 9.3-RELEASE." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61483808"></a>FreeBSD 9.2-RELEASE Errata</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">
|
||||
The FreeBSD Project
|
||||
</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright © 2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of
|
||||
the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel, Celeron, EtherExpress, i386,
|
||||
i486, Itanium, Pentium, and Xeon are trademarks or registered
|
||||
trademarks of Intel Corporation or its subsidiaries in the United
|
||||
States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and
|
||||
UltraSPARC are trademarks of SPARC International, Inc in the United
|
||||
States and other countries. SPARC International, Inc owns all of the
|
||||
SPARC trademarks and under licensing agreements allows the proper use
|
||||
of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many of the designations used by
|
||||
manufacturers and sellers to distinguish their products are claimed
|
||||
as trademarks. Where those designations appear in this document,
|
||||
and the FreeBSD Project was aware of the trademark claim, the
|
||||
designations have been followed by the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">®</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document lists errata items for FreeBSD 9.2-RELEASE,
|
||||
containing significant information discovered after the release
|
||||
or too late in the release cycle to be otherwise included in the
|
||||
release documentation.
|
||||
This information includes security advisories, as well as news
|
||||
relating to the software or documentation that could affect its
|
||||
operation or usability. An up-to-date version of this document
|
||||
should always be consulted before installing this version of
|
||||
FreeBSD. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document for FreeBSD 9.2-RELEASE
|
||||
will be maintained until the release of FreeBSD 9.3-RELEASE. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#security">2. Security Advisories</a></span></dt><dt><span class="sect1"><a href="#late-news">3. Late-Breaking News</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1. Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document contains <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking news</span>”</span>
|
||||
about FreeBSD 9.2-RELEASE
|
||||
Before installing this version, it is important to consult this
|
||||
document to learn about any post-release discoveries or problems
|
||||
that may already have been found and fixed. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Any version of this errata document actually distributed
|
||||
with the release (for example, on a CDROM distribution) will be
|
||||
out of date by definition, but other copies are kept updated on
|
||||
the Internet and should be consulted as the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">current
|
||||
errata</span>”</span> for this release. These other copies of the
|
||||
errata are located at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/releases/" target="_top">http://www.FreeBSD.org/releases/</a></code>, plus any sites
|
||||
which keep up-to-date mirrors of this location. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Source and binary snapshots of FreeBSD 9.3-STABLE also
|
||||
contain up-to-date copies of this document (as of the time of
|
||||
the snapshot). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For a list of all FreeBSD CERT security advisories, see <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/security/" target="_top">http://www.FreeBSD.org/security/</a></code> or <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/" target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a></code>. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="security"></a>2. Security Advisories</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Problems described in the following security advisories have
|
||||
been fixed in 9.3-RELEASE. For more information, consult
|
||||
the individual advisories available from
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a></code>. </p><div class="informaltable"><table width="100%" border="0"><colgroup><col /><col /><col /></colgroup><thead><tr><th>Advisory</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc" target="_top">SA-14:01.bsnmpd</a></td><td>1 January 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix bsnmpd remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc" target="_top">SA-14:02.ntpd</a></td><td>1 January 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix ntpd distributed reflection Denial of
|
||||
Service vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.bind.asc" target="_top">SA-14:03.ntpd</a></td><td>1 January 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix BIND remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:05.nfsserver.asc" target="_top">SA-14:05.nfsserver</a></td><td>8 April 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix NFS deadlock vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc" target="_top">SA-14:06.openssl</a></td><td>8 April 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix ECDSA Cache Side-channel
|
||||
Attack </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:08.tcp.asc" target="_top">SA-14:08.tcp</a></td><td>30 April 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix TCP reassembly
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:11.sendmail.asc" target="_top">SA-14:11.sendmail</a></td><td>3 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix sendmail improper close-on-exec flag
|
||||
handling </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:12.ktrace.asc" target="_top">SA-14:12.ktrace</a></td><td>3 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix ktrace memory disclosure </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:13.pam.asc" target="_top">SA-14:13.pam</a></td><td>3 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix incorrect error handling in PAM policy
|
||||
parser </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:14.openssl.asc" target="_top">SA-14:14.openssl</a></td><td>5 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc" target="_top">SA-14:16.file</a></td><td>24 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc" target="_top">SA-14:17.kmem</a></td><td>8 July 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel memory disclosure in control messages
|
||||
and SCTP notifications </p></td></tr></tbody></table></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="late-news"></a>3. Late-Breaking News</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">No late-breaking news. </p></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents,
|
||||
can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a> before
|
||||
contacting <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should
|
||||
subscribe to the <<a href="mailto:current@FreeBSD.org">current@FreeBSD.org</a>>
|
||||
mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation,
|
||||
e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p></body></html>
|
3159
website/content/en/releases/9.2R/hardware.adoc
Normal file
3159
website/content/en/releases/9.2R/hardware.adoc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
91
website/content/en/releases/9.2R/installation.adoc
Normal file
91
website/content/en/releases/9.2R/installation.adoc
Normal file
|
@ -0,0 +1,91 @@
|
|||
---
|
||||
title: "FreeBSD 9.2-RELEASE Installation Instructions"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.2-RELEASE Installation Instructions
|
||||
|
||||
'''''
|
||||
This article gives some brief instructions on installing FreeBSD 9.2-RELEASE and upgrading the systems running earlier releases.
|
||||
|
||||
'''''
|
||||
|
||||
[[INSTALL]]
|
||||
== Installing FreeBSD
|
||||
|
||||
The link:{handbook}#bsdinstall[“Installing FreeBSD”] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots.
|
||||
|
||||
'''''
|
||||
|
||||
[[UPGRADE]]
|
||||
== Upgrading FreeBSD
|
||||
|
||||
'''''
|
||||
|
||||
=== Upgrading from Source
|
||||
|
||||
The procedure for doing a source code based update is described in link:{handbook}#synching[https://doc.FreeBSD.org/en/books/handbook/book/#synching] and link:{handbook}#makeworld[https://doc.FreeBSD.org/en/books/handbook/book/#makeworld].
|
||||
|
||||
For SVN use the `releng/9.2` branch which will be where any upcoming Security Advisories or Errata Notices will be applied.
|
||||
|
||||
Note that CVS is *not* supported.
|
||||
|
||||
'''''
|
||||
|
||||
=== Upgrading Using "FreeBSD Update"
|
||||
|
||||
The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `8.[34]-RELEASE`, `9.[01]-RELEASE`, `9.2-BETA[123]`, or `9.2-RC[1234]` can upgrade as follows:
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# freebsd-update fetch
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
Now the man:freebsd-update[8] utility can fetch bits belonging to 9.2-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files.
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# freebsd-update upgrade -r 9.2-RELEASE
|
||||
----
|
||||
|
||||
Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 8.x:
|
||||
|
||||
[arabic]
|
||||
. The FreeBSD kernel, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point.
|
||||
. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.)
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
The system must now be rebooted with the newly installed kernel before the non-kernel components are updated.
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# shutdown -r now
|
||||
----
|
||||
|
||||
After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components:
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries.
|
||||
|
||||
After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries:
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
Finally, reboot into 9.2-RELEASE
|
||||
|
||||
[source,SCREEN]
|
||||
----
|
||||
# shutdown -r now
|
||||
----
|
|
@ -1,226 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org" />
|
||||
<title>FreeBSD 9.2-RELEASE Installation Instructions</title>
|
||||
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" />
|
||||
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body class="ARTICLE" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
<div class="ARTICLE">
|
||||
<div class="TITLEPAGE">
|
||||
<h1 class="TITLE"><a id="AEN2" name="AEN2">FreeBSD 9.2-RELEASE Installation
|
||||
Instructions</a></h1>
|
||||
|
||||
<h3 class="CORPAUTHOR">The FreeBSD Project</h3>
|
||||
|
||||
<p class="COPYRIGHT">Copyright © 2013 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.2R/installation.html 42790 2013-10-01 15:53:58Z gjb $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
|
||||
|
||||
<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or
|
||||
registered trademarks of Intel Corporation or its subsidiaries in the United States and
|
||||
other countries.</p>
|
||||
|
||||
<p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc
|
||||
in the United States and other countries. SPARC International, Inc owns all of the SPARC
|
||||
trademarks and under licensing agreements allows the proper use of these trademarks by
|
||||
its members.</p>
|
||||
|
||||
<p>Many of the designations used by manufacturers and sellers to distinguish their
|
||||
products are claimed as trademarks. Where those designations appear in this document, and
|
||||
the FreeBSD Project was aware of the trademark claim, the designations have been followed
|
||||
by the “™” or the “®” symbol.</p>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<blockquote class="ABSTRACT">
|
||||
<div class="ABSTRACT"><a id="AEN16" name="AEN16"></a>
|
||||
<p>This article gives some brief instructions on installing FreeBSD 9.2-RELEASE and
|
||||
upgrading the systems running earlier releases.</p>
|
||||
</div>
|
||||
</blockquote>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="INSTALL" name="INSTALL">1 Installing FreeBSD</a></h2>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html"
|
||||
target="_top">“Installing 	 FreeBSD”</a> chapter of the <a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD
|
||||
	Handbook</a> provides more in-depth information about the installation program
|
||||
itself, including a guided walk-through with screenshots.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT1">
|
||||
<hr />
|
||||
<h2 class="SECT1"><a id="UPGRADE" name="UPGRADE">2 Upgrading FreeBSD</a></h2>
|
||||
|
||||
<!--
|
||||
<p>If you are upgrading from a previous release of FreeBSD, please read <a
|
||||
href="http://www.FreeBSD.org/releases/9.2R/relnotes-detailed.html#UPGRADE"
|
||||
target="_top">upgrading section in the Release Notes</a> for notable incompatibilities
|
||||
carefully.</p>
|
||||
-->
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN28" name="AEN28">2.1 Upgrading from Source</a></h3>
|
||||
|
||||
<p>The procedure for doing a source code based update is 	described in 	<a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html"
|
||||
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a>
|
||||
and 	<a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html"
|
||||
target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html</a>.</p>
|
||||
|
||||
<p>For SVN use the <tt class="FILENAME">releng/9.2</tt> branch 	which will be where
|
||||
any upcoming Security Advisories or Errata 	Notices will be applied.</p>
|
||||
|
||||
<p>Note that CVS is <b>not</b> supported.</p>
|
||||
</div>
|
||||
|
||||
<div class="SECT2">
|
||||
<hr />
|
||||
<h3 class="SECT2"><a id="AEN36" name="AEN36">2.2 Upgrading Using “FreeBSD
|
||||
Update”</a></h3>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility supports binary
|
||||
	upgrades of i386 and amd64 systems running 	earlier FreeBSD releases. Systems
|
||||
running 	<tt class="LITERAL">8.[34]-RELEASE</tt>, 	<tt
|
||||
class="LITERAL">9.[01]-RELEASE</tt>, 	<tt class="LITERAL">9.2-BETA[123]</tt>, or
|
||||
	<tt class="LITERAL">9.2-RC[1234]</tt> can upgrade as follows:</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> freebsd-update fetch
|
||||
<samp class="PROMPT">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>Now the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility can fetch bits
|
||||
	belonging to 9.2-RELEASE. During this process 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> will ask for help in merging
|
||||
	configuration files.</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> freebsd-update upgrade -r 9.2-RELEASE
|
||||
</pre>
|
||||
|
||||
<p>Due to changes in the way that FreeBSD is packaged on the 	release media, two
|
||||
complications may arise in this process if 	upgrading from FreeBSD 8.x:</p>
|
||||
|
||||
<ol type="1">
|
||||
<li>
|
||||
<p>The FreeBSD kernel, which previously could appear in either 	 <tt
|
||||
class="FILENAME">/boot/kernel</tt> or 	 <tt class="FILENAME">/boot/GENERIC</tt>, now
|
||||
only appears as 	 <tt class="FILENAME">/boot/kernel</tt>. As a result, any 	
|
||||
kernel appearing in <tt class="FILENAME">/boot/GENERIC</tt> 	 will be deleted. Please
|
||||
carefully read the output printed 	 by <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> and confirm that an updated
|
||||
	 kernel will be placed into 	 <tt class="FILENAME">/boot/kernel</tt> before
|
||||
proceeding beyond 	 this point.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The FreeBSD source tree in <tt class="FILENAME">/usr/src</tt> 	 (if present) will
|
||||
be deleted. (Normally the 	 <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility will update a source
|
||||
tree, 	 but in this case the changes in release packaging result 	 in the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> utility not recognizing that
|
||||
	 the source tree from the old release and the source tree 	 from the new release
|
||||
correspond to the same part of 	 FreeBSD.)</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>The system must now be rebooted with the newly installed 	kernel before the
|
||||
non-kernel components are updated.</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> shutdown -r now
|
||||
</pre>
|
||||
|
||||
<p>After rebooting, <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> needs to be run 	again to
|
||||
install the new userland components:</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>At this point, users of systems being upgraded from FreeBSD 	8.4-RELEASE or
|
||||
earlier will be prompted by 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> to rebuild all third-party
|
||||
applications 	(e.g., ports installed from the ports tree) due to updates in
|
||||
	system libraries.</p>
|
||||
|
||||
<p>After updating installed third-party applications (and 	again, only if <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> printed a message
|
||||
	indicating that this was necessary), run 	<a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+9.2-RELEASE">
|
||||
<span class="CITEREFENTRY"><span
|
||||
class="REFENTRYTITLE">freebsd-update</span>(8)</span></a> again so that it can delete the
|
||||
old (no 	longer used) system libraries:</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> freebsd-update install
|
||||
</pre>
|
||||
|
||||
<p>Finally, reboot into 9.2-RELEASE</p>
|
||||
|
||||
<pre class="SCREEN">
|
||||
<samp class="PROMPT">#</samp> shutdown -r now
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p align="center"><small>This file, and other release-related documents, can be
|
||||
downloaded from <a
|
||||
href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the <a
|
||||
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<a
|
||||
href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p>
|
||||
|
||||
<p align="center"><small>All users of FreeBSD 9.2-STABLE should subscribe to the <<a
|
||||
href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>> mailing list.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about this documentation, e-mail <<a
|
||||
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||||
</body>
|
||||
</html>
|
||||
|
131
website/content/en/releases/9.2R/readme.adoc
Normal file
131
website/content/en/releases/9.2R/readme.adoc
Normal file
|
@ -0,0 +1,131 @@
|
|||
---
|
||||
title: "FreeBSD 9.2-RELEASE README"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
= FreeBSD 9.2-RELEASE README
|
||||
|
||||
'''''
|
||||
|
||||
Table of Contents
|
||||
|
||||
* <<intro, Introduction>>
|
||||
* <<obtain, Obtaining FreeBSD>>
|
||||
* <<contacting, Contacting the FreeBSD Project>>
|
||||
* <<seealso, Further Reading>>
|
||||
* <<acknowledgements, Acknowledgments>>
|
||||
|
||||
This document gives a brief introduction to FreeBSD 9.2-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information.
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This distribution is a snapshot of FreeBSD 9.2-RELEASE, the latest point along the 9.2-STABLE branch.
|
||||
|
||||
== About FreeBSD
|
||||
|
||||
FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen "x86" based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision.
|
||||
|
||||
This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works.
|
||||
|
||||
A large collection of third-party ported software (the "Ports Collection") is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each "port" consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,000 ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX(R). Most ports are also available as pre-compiled "packages", which can be quickly installed from the installation program.
|
||||
|
||||
== Target Audience
|
||||
|
||||
This snapshot is aimed primarily at early adopters and various other users who want to get involved with the ongoing development of FreeBSD. While the FreeBSD development team tries its best to ensure that each snapshot works as advertised, 9.2-STABLE is very much a work-in-progress.
|
||||
|
||||
The basic requirements for using this snapshot are technical proficiency with FreeBSD and an understanding of the ongoing development process of FreeBSD 9.2-STABLE (as discussed on the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list]).
|
||||
|
||||
For those more interested in doing business with FreeBSD than in experimenting with new FreeBSD technology, formal releases (such as 9.1-RELEASE) are frequently more appropriate. Releases undergo a period of testing and quality assurance checking to ensure high reliability and dependability.
|
||||
|
||||
[[obtain]]
|
||||
== Obtaining FreeBSD
|
||||
|
||||
FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation.
|
||||
|
||||
== CDROM and DVD
|
||||
|
||||
FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, precompiled "packages" from the FreeBSD Ports Collection, or other extra material.
|
||||
|
||||
A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors["Obtaining FreeBSD"] appendix to the Handbook.
|
||||
|
||||
== FTP
|
||||
|
||||
You can use FTP to retrieve FreeBSD and any or all of its optional packages from ftp://ftp.FreeBSD.org/, which is the official FreeBSD release site, or any of its "mirrors".
|
||||
|
||||
Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended.
|
||||
|
||||
Additional mirror sites are always welcome. Contact `<freebsd-admin@FreeBSD.org>` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs[Mirroring FreeBSD] article.
|
||||
|
||||
Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for the most current release.
|
||||
|
||||
[[contacting]]
|
||||
== Contacting the FreeBSD Project
|
||||
|
||||
== Email and Mailing Lists
|
||||
|
||||
For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list].
|
||||
|
||||
If you're tracking the 9.2-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-current[FreeBSD-CURRENT mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system.
|
||||
|
||||
Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help—there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list].
|
||||
|
||||
Please note that these mailing lists can experience _significant_ amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list].
|
||||
|
||||
All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://www.FreeBSD.org/mailman/listinfo[FreeBSD Mailman Info Page]. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the http://www.FreeBSD.org/support/#mailing-list[mailing lists section] of the FreeBSD Web site.
|
||||
|
||||
== Important:
|
||||
|
||||
Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead.
|
||||
|
||||
== Submitting Problem Reports
|
||||
|
||||
Suggestions, bug reports and contributions of code are always valued—please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome.
|
||||
|
||||
The preferred method to submit bug reports from a machine with Internet mail connectivity is to use the man:send-pr[1] command. "Problem Reports" (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. http://www.FreeBSD.org/cgi/query-pr-summary.cgi[A list of all active PRs] is available on the FreeBSD Web site; this list is useful to see what potential problems other users have encountered.
|
||||
|
||||
Note that man:send-pr[1] itself is a shell script that should be easy to move even onto a non-FreeBSD system. Using this interface is highly preferred. If, for some reason, you are unable to use man:send-pr[1] to submit a bug report, you can try to send it to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs[FreeBSD problem reports mailing list].
|
||||
|
||||
For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports.
|
||||
|
||||
[[seealso]]
|
||||
== Further Reading
|
||||
|
||||
There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions.
|
||||
|
||||
[[release-docs]]
|
||||
== Release Documentation
|
||||
|
||||
A number of other files provide more specific information about this snapshot distribution. These files are provided in various formats. Most distributions will include both ASCII text (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`).
|
||||
|
||||
* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution.
|
||||
* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.2-RELEASE compared to the previous release (FreeBSD 9.1-RELEASE).
|
||||
* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work.
|
||||
* `ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created.
|
||||
|
||||
== Note:
|
||||
|
||||
It is extremely important to read the errata for any given release before installing it, to learn about any "late-breaking news" or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at http://www.FreeBSD.org/releases/ (as well as any sites which keep up-to-date mirrors of this location).
|
||||
|
||||
== Manual Pages
|
||||
|
||||
As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user.
|
||||
|
||||
In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding).
|
||||
|
||||
== Books and Articles
|
||||
|
||||
Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions document). On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the http://www.FreeBSD.org/docs/[FreeBSD Documentation page] or its mirrors. If you install the `doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD.
|
||||
|
||||
A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the `doc` distribution set.
|
||||
|
||||
A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography.
|
||||
|
||||
[[acknowledgements]]
|
||||
== Acknowledgments
|
||||
|
||||
FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this snapshot. For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors.
|
||||
|
||||
Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this snapshot simply would not have been possible.
|
|
@ -1,515 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for FreeBSD (vers 7 December 2008), see www.w3.org" />
|
||||
<meta http-equiv="Content-Type" content=
|
||||
"text/html; charset=utf-8" />
|
||||
<title>FreeBSD 9.2-RELEASE README</title>
|
||||
<link rel="stylesheet" type="text/css" href="docbook.css" />
|
||||
<link rev="made" href="doc@FreeBSD.org" />
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="article" title="FreeBSD 9.2-RELEASE README">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp58648112"></a>FreeBSD 9.2-RELEASE README</h2>
|
||||
</div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="corpauthor">The
|
||||
FreeBSD Project</h3>
|
||||
</div>
|
||||
<div>
|
||||
<p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright
|
||||
© 2013 The FreeBSD Documentation Project</p>
|
||||
</div>
|
||||
<div>
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"
|
||||
title="Legal Notice"><a id="trademarks"></a>
|
||||
<p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p>
|
||||
<p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and
|
||||
Xeon are trademarks or registered trademarks of Intel Corporation
|
||||
or its subsidiaries in the United States and other countries.</p>
|
||||
<p>Motif, OSF/1, and UNIX are registered trademarks and IT DialTone
|
||||
and The Open Group are trademarks of The Open Group in the United
|
||||
States and other countries.</p>
|
||||
<p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of
|
||||
SPARC International, Inc in the United States and other countries.
|
||||
SPARC International, Inc owns all of the SPARC trademarks and under
|
||||
licensing agreements allows the proper use of these trademarks by
|
||||
its members.</p>
|
||||
<p>Many of the designations used by manufacturers and sellers to
|
||||
distinguish their products are claimed as trademarks. Where those
|
||||
designations appear in this document, and the FreeBSD Project was
|
||||
aware of the trademark claim, the designations have been followed
|
||||
by the <span class="quote">“<span class="quote">™</span>”</span> or
|
||||
the <span class="quote">“<span class="quote">®</span>”</span>
|
||||
symbol.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>Last modified on 2013-09-26 by gjb.</div>
|
||||
</div>
|
||||
<hr /></div>
|
||||
<div class="toc">
|
||||
<div class="toc-title">Table of Contents</div>
|
||||
<dl>
|
||||
<dt><span class="sect1"><a href="#intro">1.
|
||||
Introduction</a></span></dt>
|
||||
<dt><span class="sect1"><a href="#obtain">2. Obtaining
|
||||
FreeBSD</a></span></dt>
|
||||
<dt><span class="sect1"><a href="#contacting">3. Contacting the
|
||||
FreeBSD Project</a></span></dt>
|
||||
<dt><span class="sect1"><a href="#seealso">4. Further
|
||||
Reading</a></span></dt>
|
||||
<dt><span class="sect1"><a href="#acknowledgements">5.
|
||||
Acknowledgments</a></span></dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="abstract" title="Abstract">
|
||||
<div xmlns="" class="titlepage"></div>
|
||||
<p>This document gives a brief introduction to FreeBSD 9.2-RELEASE.
|
||||
It includes some information on how to obtain FreeBSD, a listing of
|
||||
various ways to contact the FreeBSD Project, and pointers to some
|
||||
other sources of information.</p>
|
||||
</div>
|
||||
<div class="sect1" title="1. Introduction">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style=
|
||||
"clear: both"><a id="intro"></a>1. Introduction</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>This distribution is a snapshot of FreeBSD 9.2-RELEASE, the
|
||||
latest point along the 9.2-STABLE branch.</p>
|
||||
<div class="sect2" title="1.1. About FreeBSD">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59318960"></a>1.1. About FreeBSD</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>FreeBSD is an operating system based on 4.4 BSD Lite for AMD64
|
||||
and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or
|
||||
NexGen <span class="quote">“<span class="quote">x86</span>”</span>
|
||||
based PC hardware (i386), Intel Itanium Processor based computers
|
||||
(ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and
|
||||
<span class="trademark">UltraSPARC</span>® machines (sparc64).
|
||||
Versions for the <span class="trademark">ARM</span>® (arm),
|
||||
<span class="trademark">MIPS</span>® (mips), and <span class=
|
||||
"trademark">PowerPC</span>® (powerpc) architectures are currently
|
||||
under development as well. FreeBSD works with a wide variety of
|
||||
peripherals and configurations and can be used for everything from
|
||||
software development to games to Internet Service Provision.</p>
|
||||
<p>This release of FreeBSD contains everything you need to run such
|
||||
a system, including full source code for the kernel and all
|
||||
utilities in the base distribution. With the source distribution
|
||||
installed, you can literally recompile the entire system from
|
||||
scratch with one command, making it ideal for students,
|
||||
researchers, or users who simply want to see how it all works.</p>
|
||||
<p>A large collection of third-party ported software (the
|
||||
<span class="quote">“<span class="quote">Ports
|
||||
Collection</span>”</span>) is also provided to make it easy to
|
||||
obtain and install all your favorite traditional <span class=
|
||||
"trademark">UNIX</span>® utilities for FreeBSD. Each <span class=
|
||||
"quote">“<span class="quote">port</span>”</span> consists of a set
|
||||
of scripts to retrieve, configure, build, and install a piece of
|
||||
software, with a single command. Over 24,000 ports, from editors to
|
||||
programming languages to graphical applications, make FreeBSD a
|
||||
powerful and comprehensive operating environment that extends far
|
||||
beyond what's provided by many commercial versions of <span class=
|
||||
"trademark">UNIX</span>®. Most ports are also available as
|
||||
pre-compiled <span class="quote">“<span class=
|
||||
"quote">packages</span>”</span>, which can be quickly installed
|
||||
from the installation program.</p>
|
||||
</div>
|
||||
<div class="sect2" title="1.2. Target Audience">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59346864"></a>1.2. Target Audience</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>This snapshot is aimed primarily at early adopters and various
|
||||
other users who want to get involved with the ongoing development
|
||||
of FreeBSD. While the FreeBSD development team tries its best to
|
||||
ensure that each snapshot works as advertised, 9.2-STABLE is very
|
||||
much a work-in-progress.</p>
|
||||
<p>The basic requirements for using this snapshot are technical
|
||||
proficiency with FreeBSD and an understanding of the ongoing
|
||||
development process of FreeBSD 9.2-STABLE (as discussed on the
|
||||
<a class="ulink" href=
|
||||
"http://lists.FreeBSD.org/mailman/listinfo/freebsd-current" target=
|
||||
"_top">FreeBSD-CURRENT mailing list</a>).</p>
|
||||
<p>For those more interested in doing business with FreeBSD than in
|
||||
experimenting with new FreeBSD technology, formal releases (such as
|
||||
9.1-RELEASE) are frequently more appropriate. Releases undergo a
|
||||
period of testing and quality assurance checking to ensure high
|
||||
reliability and dependability.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1" title="2. Obtaining FreeBSD">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style=
|
||||
"clear: both"><a id="obtain"></a>2. Obtaining FreeBSD</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>FreeBSD may be obtained in a variety of ways. This section
|
||||
focuses on those ways that are primarily useful for obtaining a
|
||||
complete FreeBSD distribution, rather than updating an existing
|
||||
installation.</p>
|
||||
<div class="sect2" title="2.1. CDROM and DVD">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59356976"></a>2.1. CDROM and DVD</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>FreeBSD -RELEASE distributions may be ordered on CDROM or DVD
|
||||
from several publishers. This is frequently the most convenient way
|
||||
to obtain FreeBSD for new installations, as it provides a
|
||||
convenient way to quickly reinstall the system if necessary. Some
|
||||
distributions include some of the optional, precompiled
|
||||
<span class="quote">“<span class="quote">packages</span>”</span>
|
||||
from the FreeBSD Ports Collection, or other extra material.</p>
|
||||
<p>A list of the CDROM and DVD publishers known to the project are
|
||||
listed in the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html"
|
||||
target="_top"><span class="quote">“<span class="quote">Obtaining
|
||||
FreeBSD</span>”</span></a> appendix to the Handbook.</p>
|
||||
</div>
|
||||
<div class="sect2" title="2.2. FTP">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59362736"></a>2.2. FTP</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>You can use FTP to retrieve FreeBSD and any or all of its
|
||||
optional packages from <a class="ulink" href=
|
||||
"ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a>,
|
||||
which is the official FreeBSD release site, or any of its
|
||||
<span class="quote">“<span class=
|
||||
"quote">mirrors</span>”</span>.</p>
|
||||
<p>Lists of locations that mirror FreeBSD can be found in the
|
||||
<a class="ulink" href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html"
|
||||
target="_top">FTP Sites</a> section of the Handbook. Finding a
|
||||
close (in networking terms) mirror from which to download the
|
||||
distribution is highly recommended.</p>
|
||||
<p>Additional mirror sites are always welcome. Contact <code class=
|
||||
"email"><<a xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
||||
class="email" href=
|
||||
"mailto:freebsd-admin@FreeBSD.org">freebsd-admin@FreeBSD.org</a>></code>
|
||||
for more details on becoming an official mirror site. You can also
|
||||
find useful information for mirror sites at the <a class="ulink"
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/hubs/"
|
||||
target="_top">Mirroring FreeBSD</a> article.</p>
|
||||
<p>Mirrors generally contain the ISO images generally used to
|
||||
create a CDROM of a FreeBSD release. They usually also contain
|
||||
floppy disk images (for applicable platforms), as well as the files
|
||||
necessary to do an installation over the network. Finally mirrors
|
||||
sites usually contain a set of packages for the most current
|
||||
release.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1" title="3. Contacting the FreeBSD Project">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style=
|
||||
"clear: both"><a id="contacting"></a>3. Contacting the FreeBSD
|
||||
Project</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2" title="3.1. Email and Mailing Lists">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59383856"></a>3.1. Email and Mailing Lists</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>For any questions or general technical support issues, please
|
||||
send mail to the <a class="ulink" href=
|
||||
"http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions"
|
||||
target="_top">FreeBSD general questions mailing list</a>.</p>
|
||||
<p>If you're tracking the 9.2-STABLE development efforts, you
|
||||
<span class="emphasis"><em>must</em></span> join the <a class=
|
||||
"ulink" href=
|
||||
"http://lists.FreeBSD.org/mailman/listinfo/freebsd-current" target=
|
||||
"_top">FreeBSD-CURRENT mailing list</a>, in order to keep abreast
|
||||
of recent developments and changes that may affect the way you use
|
||||
and maintain the system.</p>
|
||||
<p>Being a largely-volunteer effort, the FreeBSD Project is always
|
||||
happy to have extra hands willing to help—there are already far
|
||||
more desired enhancements than there is time to implement them. To
|
||||
contact the developers on technical matters, or with offers of
|
||||
help, please send mail to the <a class="ulink" href=
|
||||
"http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers" target=
|
||||
"_top">FreeBSD technical discussions mailing list</a>.</p>
|
||||
<p>Please note that these mailing lists can experience <span class=
|
||||
"emphasis"><em>significant</em></span> amounts of traffic. If you
|
||||
have slow or expensive mail access, or are only interested in
|
||||
keeping up with major FreeBSD events, you may find it preferable to
|
||||
subscribe instead to the <a class="ulink" href=
|
||||
"http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce"
|
||||
target="_top">FreeBSD announcements mailing list</a>.</p>
|
||||
<p>All of the mailing lists can be freely joined by anyone wishing
|
||||
to do so. Visit the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/mailman/listinfo" target="_top">FreeBSD
|
||||
Mailman Info Page</a>. This will give you more information on
|
||||
joining the various lists, accessing archives, etc. There are a
|
||||
number of mailing lists targeted at special interest groups not
|
||||
mentioned here; more information can be obtained either from the
|
||||
Mailman pages or the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/support.html#mailing-list" target=
|
||||
"_top">mailing lists section</a> of the FreeBSD Web site.</p>
|
||||
<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class=
|
||||
"important" title="Important">
|
||||
<h3 class="admontitle">Important:</h3>
|
||||
<p xmlns="http://www.w3.org/1999/xhtml">Do <span class=
|
||||
"emphasis"><em>not</em></span> send email to the lists asking to be
|
||||
subscribed. Use the Mailman interface instead.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2" title="3.2. Submitting Problem Reports">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59407152"></a>3.2. Submitting Problem Reports</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>Suggestions, bug reports and contributions of code are always
|
||||
valued—please do not hesitate to report any problems you may find.
|
||||
Bug reports with attached fixes are of course even more
|
||||
welcome.</p>
|
||||
<p>The preferred method to submit bug reports from a machine with
|
||||
Internet mail connectivity is to use the <a class="citerefentry"
|
||||
href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1">
|
||||
<span class="citerefentry"><span class=
|
||||
"refentrytitle">send-pr</span>(1)</span></a> command. <span class=
|
||||
"quote">“<span class="quote">Problem Reports</span>”</span> (PRs)
|
||||
submitted in this way will be filed and their progress tracked; the
|
||||
FreeBSD developers will do their best to respond to all reported
|
||||
bugs as soon as possible. <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/cgi/query-pr-summary.cgi" target="_top">A
|
||||
list of all active PRs</a> is available on the FreeBSD Web site;
|
||||
this list is useful to see what potential problems other users have
|
||||
encountered.</p>
|
||||
<p>Note that <a class="citerefentry" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1">
|
||||
<span class="citerefentry"><span class=
|
||||
"refentrytitle">send-pr</span>(1)</span></a> itself is a shell
|
||||
script that should be easy to move even onto a non-FreeBSD system.
|
||||
Using this interface is highly preferred. If, for some reason, you
|
||||
are unable to use <a class="citerefentry" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1">
|
||||
<span class="citerefentry"><span class=
|
||||
"refentrytitle">send-pr</span>(1)</span></a> to submit a bug
|
||||
report, you can try to send it to the <a class="ulink" href=
|
||||
"http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs" target=
|
||||
"_top">FreeBSD problem reports mailing list</a>.</p>
|
||||
<p>For more information, <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/problem-reports/"
|
||||
target="_top"><span class="quote">“<span class="quote">Writing
|
||||
FreeBSD Problem Reports</span>”</span></a>, available on the
|
||||
FreeBSD Web site, has a number of helpful hints on writing and
|
||||
submitting effective problem reports.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1" title="4. Further Reading">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style=
|
||||
"clear: both"><a id="seealso"></a>4. Further Reading</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>There are many sources of information about FreeBSD; some are
|
||||
included with this distribution, while others are available on-line
|
||||
or in print versions.</p>
|
||||
<div class="sect2" title="4.1. Release Documentation">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"release-docs"></a>4.1. Release Documentation</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>A number of other files provide more specific information about
|
||||
this snapshot distribution. These files are provided in various
|
||||
formats. Most distributions will include both ASCII text
|
||||
(<code class="filename">.TXT</code>) and HTML (<code class=
|
||||
"filename">.HTM</code>) renditions. Some distributions may also
|
||||
include other formats such as Portable Document Format
|
||||
(<code class="filename">.PDF</code>).</p>
|
||||
<div class="itemizedlist">
|
||||
<ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
<p><code class="filename">README.TXT</code>: This file, which gives
|
||||
some general information about FreeBSD as well as some cursory
|
||||
notes about obtaining a distribution.</p>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<p><code class="filename">RELNOTES.TXT</code>: The release notes,
|
||||
showing what's new and different in FreeBSD 9.2-RELEASE compared to
|
||||
the previous release (FreeBSD 9.1-RELEASE).</p>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<p><code class="filename">HARDWARE.TXT</code>: The hardware
|
||||
compatibility list, showing devices with which FreeBSD has been
|
||||
tested and is known to work.</p>
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<p><code class="filename">ERRATA.TXT</code>: Release errata.
|
||||
Late-breaking, post-release information can be found in this file,
|
||||
which is principally applicable to releases (as opposed to
|
||||
snapshots). It is important to consult this file before installing
|
||||
a release of FreeBSD, as it contains the latest information on
|
||||
problems which have been found and fixed since the release was
|
||||
created.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="note"
|
||||
title="Note">
|
||||
<h3 class="admontitle">Note:</h3>
|
||||
<p xmlns="http://www.w3.org/1999/xhtml">It is extremely important
|
||||
to read the errata for any given release before installing it, to
|
||||
learn about any <span class="quote">“<span class=
|
||||
"quote">late-breaking news</span>”</span> or post-release problems.
|
||||
The errata file accompanying each release (most likely right next
|
||||
to this file) is already out of date by definition, but other
|
||||
copies are kept updated on the Internet and should be consulted as
|
||||
the <span class="quote">“<span class="quote">current
|
||||
errata</span>”</span> for this release. These other copies of the
|
||||
errata are located at <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/releases/" target=
|
||||
"_top">http://www.FreeBSD.org/releases/</a> (as well as any sites
|
||||
which keep up-to-date mirrors of this location).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2" title="4.2. Manual Pages">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59462320"></a>4.2. Manual Pages</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>As with almost all <span class="trademark">UNIX</span>® like
|
||||
operating systems, FreeBSD comes with a set of on-line manual
|
||||
pages, accessed through the <a class="citerefentry" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=man&amp;sektion=1"><span class="citerefentry">
|
||||
<span class="refentrytitle">man</span>(1)</span></a> command or
|
||||
through the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi" target="_top">hypertext manual
|
||||
pages gateway</a> on the FreeBSD Web site. In general, the manual
|
||||
pages provide information on the different commands and APIs
|
||||
available to the FreeBSD user.</p>
|
||||
<p>In some cases, manual pages are written to give information on
|
||||
particular topics. Notable examples of such manual pages are
|
||||
<a class="citerefentry" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=tuning&amp;sektion=7">
|
||||
<span class="citerefentry"><span class=
|
||||
"refentrytitle">tuning</span>(7)</span></a> (a guide to performance
|
||||
tuning), <a class="citerefentry" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=security&amp;sektion=7">
|
||||
<span class="citerefentry"><span class=
|
||||
"refentrytitle">security</span>(7)</span></a> (an introduction to
|
||||
FreeBSD security), and <a class="citerefentry" href=
|
||||
"http://www.FreeBSD.org/cgi/man.cgi?query=style&amp;sektion=9"><span class="citerefentry">
|
||||
<span class="refentrytitle">style</span>(9)</span></a> (a style
|
||||
guide to kernel coding).</p>
|
||||
</div>
|
||||
<div class="sect2" title="4.3. Books and Articles">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id=
|
||||
"idp59494960"></a>4.3. Books and Articles</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>Two highly-useful collections of FreeBSD-related information,
|
||||
maintained by the FreeBSD Project, are the FreeBSD Handbook and
|
||||
FreeBSD FAQ (Frequently Asked Questions document). On-line versions
|
||||
of the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/"
|
||||
target="_top">Handbook</a> and <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/" target=
|
||||
"_top">FAQ</a> are always available from the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/docs.html" target="_top">FreeBSD
|
||||
Documentation page</a> or its mirrors. If you install the
|
||||
<code class="filename">doc</code> distribution set, you can use a
|
||||
Web browser to read the Handbook and FAQ locally. In particular,
|
||||
note that the Handbook contains a step-by-step guide to installing
|
||||
FreeBSD.</p>
|
||||
<p>A number of on-line books and articles, also maintained by the
|
||||
FreeBSD Project, cover more-specialized, FreeBSD-related topics.
|
||||
This material spans a wide range of topics, from effective use of
|
||||
the mailing lists, to dual-booting FreeBSD with other operating
|
||||
systems, to guidelines for new committers. Like the Handbook and
|
||||
FAQ, these documents are available from the FreeBSD Documentation
|
||||
Page or in the <code class="filename">doc</code> distribution
|
||||
set.</p>
|
||||
<p>A listing of other books and documents about FreeBSD can be
|
||||
found in the <a class="ulink" href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/bibliography.html"
|
||||
target="_top">bibliography</a> of the FreeBSD Handbook. Because of
|
||||
FreeBSD's strong <span class="trademark">UNIX</span>® heritage,
|
||||
many other articles and books written for <span class=
|
||||
"trademark">UNIX</span>® systems are applicable as well, some of
|
||||
which are also listed in the bibliography.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1" title="5. Acknowledgments">
|
||||
<div xmlns="" class="titlepage">
|
||||
<div>
|
||||
<div>
|
||||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style=
|
||||
"clear: both"><a id=
|
||||
"acknowledgements"></a>5. Acknowledgments</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>FreeBSD represents the cumulative work of many hundreds, if not
|
||||
thousands, of individuals from around the world who have worked
|
||||
countless hours to bring about this snapshot. For a complete list
|
||||
of FreeBSD developers and contributors, please see <a class="ulink"
|
||||
href=
|
||||
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/contributors/"
|
||||
target="_top"><span class="quote">“<span class="quote">Contributors
|
||||
to FreeBSD</span>”</span></a> on the FreeBSD Web site or any of its
|
||||
mirrors.</p>
|
||||
<p>Special thanks also go to the many thousands of FreeBSD users
|
||||
and testers all over the world, without whom this snapshot simply
|
||||
would not have been possible.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
44
website/content/en/releases/9.2R/relnotes.adoc
Normal file
44
website/content/en/releases/9.2R/relnotes.adoc
Normal file
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
title: "FreeBSD 9.2-RELEASE Release Notes"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
= FreeBSD 9.2-RELEASE Release Notes
|
||||
|
||||
== Release Highlights
|
||||
|
||||
The highlights in the 9.2-RELEASE include the following.
|
||||
|
||||
* Support for man:rarpd[8] added to man:vlan[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245076[r245076]]
|
||||
* man:xz[1] updated to version 5.0.4. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245128[r245128]]
|
||||
* The ZFS filesystem now supports TRIM when used on solid state drives. ZFS TRIM support is enabled by default. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251419[r251419]] The following tunables have been added:
|
||||
** `vfs.zfs.trim.enabled`: Enable ZFS TRIM
|
||||
** `vfs.zfs.trim.max_interval`: Maximum interval in seconds between TRIM queue processing
|
||||
** `vfs.zfs.trim.timeout`: Delay TRIMs by up to this many seconds
|
||||
** `vfs.zfs.trim.txg_delay`: Delay TRIMs by up to this many TXGs
|
||||
* The man:firewire[4] drivers have been removed from the GENERIC kernel configuration for all architectures. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246321[r246321]]
|
||||
* man:awk[1] has been updated to version 20121220. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246373[r246373]]
|
||||
* The man:virtio[4] drivers have been added to the GENERIC kernel configuration for amd64 and i386 architectures. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247306[r247306]]
|
||||
* The ZFS filesystem now supports lz4 compression. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247309[r247309]]
|
||||
* The man:oce[4] has been updated to version 4.6.95.0. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248062[r248062]]
|
||||
* *OpenSSL* has been updated to version 0.9.8y. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248272[r248272]]
|
||||
* The man:bsdinstall[8] installer now supports installation over HTTP. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248313[r248313]]
|
||||
* *DTrace* hooks have been enabled by default in the GENERIC kernel. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249549[r249549]]
|
||||
* *DTrace* has been updated to version 1.9.0. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249856[r249856]]
|
||||
* *Sendmail* has been updated to version 8.14.7. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249865[r249865], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249866[r249866], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249867[r249867], http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249875[r249875]]
|
||||
* *OpenSSH* has been updated to version 6.2p2. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251135[r251135]]
|
||||
* man:less[1] has been updated to version 458. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251154[r251154]]
|
||||
* Add ATA pass-through support to man:cam[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251302[r251302]]
|
||||
* Implement new man:rc.conf[5] syntax for man:hostapd[8]. The new format is: `ifconfig_wlanX="HOSTAP"`, where `X` represents the man:wlan[4] interface. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252748[r252748]]
|
||||
* Import unmapped I/O support from `head/`. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251897[r251897]]
|
||||
* Merge man:nvme[4] from `head/`. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252222[r252222]]
|
||||
* Add support for the Chelsio 40G T5. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252495[r252495]]
|
||||
* Add a tunable to increase the initial TCP congestion window from 4 segments to 10 segments. This tunable can be enabled by adding `net.inet.tcp.experimental.initcwnd10=1` to man:sysctl.conf[5]. This tunable is turned off by default in FreeBSD 9.2-RELEASE. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252789[r252789]]
|
||||
* Update the man:ixgbe[4] driver. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252898[r252898]]
|
||||
* Update the Intel e1000 driver. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252899[r252899]]
|
||||
* Add support for the HighPoint DC Series Data Center HBA (DC7280 and R750). [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252903[r252903]]
|
||||
* Add service-specific man:setfib[1] support. This is enabled by setting: `<name>_fib` in man:rc.conf[5].[http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253233[r253233]]
|
||||
* Update devices supported by man:cxgbe[4]. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253776[r253776]]
|
||||
* Remove man:ctl[4] from the GENERIC kernel configuration. [http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253860[r253860]]
|
|
@ -1,397 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.2-RELEASE Release Notes</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.2-RELEASE Release Notes</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Release Highlights</h2>
|
||||
|
||||
<p>The highlights in the 9.2-RELEASE include the
|
||||
following.</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>Support for <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=rarpd&sektion=8" shape="rect">rarpd(8)</a> added to <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=vlan&sektion=4" shape="rect">vlan(4)</a>.
|
||||
[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245076" shape="rect">r245076</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=xz&sektion=1" shape="rect">xz(1)</a> updated to version 5.0.4.
|
||||
[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=245128" shape="rect">r245128</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>The ZFS filesystem now supports TRIM when used on solid
|
||||
state drives. ZFS TRIM support is enabled by default. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251419" shape="rect">r251419</a>] The following
|
||||
tunables have been added:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><code class="varname">vfs.zfs.trim.enabled</code>:
|
||||
Enable ZFS TRIM</p></li>
|
||||
|
||||
<li>
|
||||
<p><code class="varname">vfs.zfs.trim.max_interval</code>:
|
||||
Maximum interval in seconds between TRIM queue
|
||||
processing</p></li>
|
||||
|
||||
<li>
|
||||
<p><code class="varname">vfs.zfs.trim.timeout</code>:
|
||||
Delay TRIMs by up to this many seconds</p></li>
|
||||
|
||||
<li>
|
||||
<p><code class="varname">vfs.zfs.trim.txg_delay</code>:
|
||||
Delay TRIMs by up to this many TXGs</p></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=firewire&sektion=4" shape="rect">firewire(4)</a> drivers have been removed from the
|
||||
GENERIC kernel configuration for all architectures. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246321" shape="rect">r246321</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=awk&sektion=1" shape="rect">awk(1)</a> has been updated to version 20121220. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=246373" shape="rect">r246373</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=virtio&sektion=4" shape="rect">virtio(4)</a> drivers have been added to the GENERIC
|
||||
kernel configuration for amd64 and i386 architectures. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247306" shape="rect">r247306</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>The ZFS filesystem now supports lz4 compression. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=247309" shape="rect">r247309</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=oce&sektion=4" shape="rect">oce(4)</a> has been updated to version 4.6.95.0.
|
||||
[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248062" shape="rect">r248062</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><b class="application">OpenSSL</b> has been updated to
|
||||
version 0.9.8y. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248272" shape="rect">r248272</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=bsdinstall&sektion=8" shape="rect">bsdinstall(8)</a> installer now supports installation
|
||||
over HTTP. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=248313" shape="rect">r248313</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><b class="application">DTrace</b> hooks have been enabled
|
||||
by default in the GENERIC kernel. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249549" shape="rect">r249549</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><b class="application">DTrace</b> has been updated to
|
||||
version 1.9.0. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=249856" shape="rect">r249856</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><b class="application">Sendmail</b> has been updated to
|
||||
version 8.14.7. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249865" shape="rect">r249865</a>, <a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249866" shape="rect">r249866</a>, <a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249867" shape="rect">r249867</a>, <a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=r249875" shape="rect">r249875</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><b class="application">OpenSSH</b> has been updated to
|
||||
version 6.2p2. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251135" shape="rect">r251135</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=less&sektion=1" shape="rect">less(1)</a> has been updated to version 458. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251154" shape="rect">r251154</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Add ATA pass-through support to <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=cam&sektion=4" shape="rect">cam(4)</a>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251302" shape="rect">r251302</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Implement new <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=rc.conf&sektion=5" shape="rect">rc.conf(5)</a> syntax for <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=hostapd&sektion=8" shape="rect">hostapd(8)</a>.
|
||||
The new format is: <code>ifconfig_wlanX="HOSTAP"</code>,
|
||||
where <code>X</code> represents the <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=wlan&sektion=4" shape="rect">wlan(4)</a> interface.
|
||||
[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252748" shape="rect">r252748</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Import unmapped I/O support from <code>head/</code>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=251897" shape="rect">r251897</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Merge <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=nvme&sektion=4" shape="rect">nvme(4)</a> from <code>head/</code>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252222" shape="rect">r252222</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Add support for the Chelsio 40G T5. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252495" shape="rect">r252495</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Add a tunable to increase the initial TCP congestion
|
||||
window from 4 segments to 10 segments. This tunable
|
||||
can be enabled by adding
|
||||
<code>net.inet.tcp.experimental.initcwnd10=1</code> to
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=sysctl.conf&sektion=5" shape="rect">sysctl.conf(5)</a>. This tunable is turned off by default
|
||||
in FreeBSD 9.2-RELEASE.
|
||||
[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252789" shape="rect">r252789</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Update the <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=ixgbe&sektion=4" shape="rect">ixgbe(4)</a> driver. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252898" shape="rect">r252898</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Update the Intel e1000 driver. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252899" shape="rect">r252899</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Add support for the HighPoint DC Series Data Center HBA
|
||||
(DC7280 and R750). [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=252903" shape="rect">r252903</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Add service-specific <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=setfib&sektion=1" shape="rect">setfib(1)</a> support.
|
||||
This is enabled by setting:
|
||||
<code><name>_fib</code> in <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=rc.conf&sektion=5" shape="rect">rc.conf(5)</a>.[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253233" shape="rect">r253233</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Update devices supported by <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=cxgbe&sektion=4" shape="rect">cxgbe(4)</a>. [<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253776" shape="rect">r253776</a>]</p></li>
|
||||
|
||||
<li>
|
||||
<p>Remove <a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+9.2-RELEASE&query=ctl&sektion=4" shape="rect">ctl(4)</a> from the GENERIC kernel configuration.
|
||||
[<a href="http://svn.FreeBSD.org/viewvc/base?view=revision&revision=253860" shape="rect">r253860</a>]</p></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2013-11-13</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
40
website/content/en/releases/9.2R/schedule.adoc
Normal file
40
website/content/en/releases/9.2R/schedule.adoc
Normal file
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: "FreeBSD 9.2 Release Process"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.2 Release Process
|
||||
|
||||
== Introduction
|
||||
|
||||
This is the release schedule for FreeBSD 9.2. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site.
|
||||
|
||||
General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org.
|
||||
|
||||
== Schedule
|
||||
|
||||
[.tblbasic]
|
||||
[width="100%",cols="25%,25%,25%,25%",]
|
||||
|===
|
||||
|Action |Expected |Actual |Description
|
||||
|Initial release schedule announcement |- |23 June 2013 |Release Engineers send announcement email to developers with a rough schedule.
|
||||
|Release schedule reminder |1 July 2013 |4 July 2013 |Release Engineers send reminder announcement e-mail to developers with updated schedule.
|
||||
|Code slush begins |6 July 2013 |6 July 2013 |Release Engineers announce that all further commits to the stable/9 branch will not require explicit approval, however new features should be avoided.
|
||||
|Code freeze begins |12 July 2013 |12 July 2013 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc.
|
||||
|BETA1 builds begin |19 July 2013 |19 July 2013 |First beta test snapshot.
|
||||
|BETA2 builds begin |26 July 2013 |26 July 2013 |Second beta test snapshot.
|
||||
|releng/9.2 branch |1 August 2013 |3 August 2013 |Subversion branch created; future release engineering proceeds on this branch.
|
||||
|RC1 builds begin |2 August 2013 |3 August 2013 |First release candidate.
|
||||
|RC2 builds begin |9 August 2013 |15 August 2013 |Second release candidate.
|
||||
|RC3 builds begin |16 August 2013 |24 August 2013 |Third release candidate.
|
||||
|RC4 builds begin |31 August 2013 |11 September 2013 |Fourth release candidate.
|
||||
|RELEASE builds begin |[line-through]*23 August 2013* +
|
||||
6 September 2013 |26 September 2013 |9.2-RELEASE built.
|
||||
|RELEASE announcement |[line-through]*31 August 2013* +
|
||||
14 September 2013 |30 September 2013 |9.2-RELEASE press release.
|
||||
|Turn over to the secteam |- |15 October 2013 |releng/9.2 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement.
|
||||
|===
|
||||
|
||||
== Additional Information
|
||||
|
||||
* link:../../../releng/[FreeBSD Release Engineering website]
|
|
@ -1,403 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.2 Release Process</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.2 Release Process</h1>
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>This is the release schedule for FreeBSD 9.2. For more
|
||||
information about the release engineering process, please see the <a href="../../releng/index.html" shape="rect">Release Engineering</a> section of the
|
||||
web site.</p>
|
||||
|
||||
<p>General discussions about the pending release and known issues should be
|
||||
sent to the public
|
||||
<a href="mailto:FreeBSD-stable@FreeBSD.org" shape="rect">freebsd-stable</a> mailing list.
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary" shape="rect">MFC</a>
|
||||
requests should be sent to
|
||||
<a href="mailto:re@FreeBSD.org" shape="rect">re@FreeBSD.org</a>.</p>
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Action</td>
|
||||
<td rowspan="1" colspan="1">Expected</td>
|
||||
<td rowspan="1" colspan="1">Actual</td>
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Initial release schedule announcement</td>
|
||||
<td rowspan="1" colspan="1">-</td>
|
||||
<td rowspan="1" colspan="1">23 June 2013</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers send announcement email to developers with a
|
||||
rough schedule.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Release schedule reminder</td>
|
||||
<td rowspan="1" colspan="1">1 July 2013</td>
|
||||
<td rowspan="1" colspan="1">4 July 2013</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers send reminder announcement e-mail to developers
|
||||
with updated schedule.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Code slush begins</td>
|
||||
<td rowspan="1" colspan="1">6 July 2013</td>
|
||||
<td rowspan="1" colspan="1">6 July 2013</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers announce that all further commits to the
|
||||
stable/9 branch will not require explicit approval,
|
||||
however new features should be avoided.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Code freeze begins</td>
|
||||
<td rowspan="1" colspan="1">12 July 2013</td>
|
||||
<td rowspan="1" colspan="1">12 July 2013</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers announce that all further commits to the
|
||||
stable/9 branch will require explicit approval.
|
||||
Certain blanket approvals will be granted for narrow areas of
|
||||
development, documentation improvements, etc.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">BETA1 builds begin</td>
|
||||
<td rowspan="1" colspan="1">19 July 2013</td>
|
||||
<td rowspan="1" colspan="1">19 July 2013</td>
|
||||
<td rowspan="1" colspan="1">First beta test snapshot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">BETA2 builds begin</td>
|
||||
<td rowspan="1" colspan="1">26 July 2013</td>
|
||||
<td rowspan="1" colspan="1">26 July 2013</td>
|
||||
<td rowspan="1" colspan="1">Second beta test snapshot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">releng/9.2 branch</td>
|
||||
<td rowspan="1" colspan="1">1 August 2013</td>
|
||||
<td rowspan="1" colspan="1">3 August 2013</td>
|
||||
<td rowspan="1" colspan="1">Subversion branch created; future release engineering
|
||||
proceeds on this branch.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC1 builds begin</td>
|
||||
<td rowspan="1" colspan="1">2 August 2013</td>
|
||||
<td rowspan="1" colspan="1">3 August 2013</td>
|
||||
<td rowspan="1" colspan="1">First release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC2 builds begin</td>
|
||||
<td rowspan="1" colspan="1">9 August 2013</td>
|
||||
<td rowspan="1" colspan="1">15 August 2013</td>
|
||||
<td rowspan="1" colspan="1">Second release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC3 builds begin</td>
|
||||
<td rowspan="1" colspan="1">16 August 2013</td>
|
||||
<td rowspan="1" colspan="1">24 August 2013</td>
|
||||
<td rowspan="1" colspan="1">Third release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC4 builds begin</td>
|
||||
<td rowspan="1" colspan="1">31 August 2013</td>
|
||||
<td rowspan="1" colspan="1">11 September 2013</td>
|
||||
<td rowspan="1" colspan="1">Fourth release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RELEASE builds begin</td>
|
||||
<td rowspan="1" colspan="1"><s>23 August 2013</s><br clear="none" />
|
||||
6 September 2013</td>
|
||||
<td rowspan="1" colspan="1">26 September 2013</td>
|
||||
<td rowspan="1" colspan="1">9.2-RELEASE built.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RELEASE announcement</td>
|
||||
<td rowspan="1" colspan="1"><s>31 August 2013</s><br clear="none" />
|
||||
14 September 2013</td>
|
||||
<td rowspan="1" colspan="1">30 September 2013</td>
|
||||
<td rowspan="1" colspan="1">9.2-RELEASE press release.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Turn over to the secteam</td>
|
||||
<td rowspan="1" colspan="1">-</td>
|
||||
<td rowspan="1" colspan="1">15 October 2013</td>
|
||||
<td rowspan="1" colspan="1">releng/9.2 branch is handed over to the FreeBSD
|
||||
Security Officer Team in one or two weeks after the
|
||||
announcement.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="../../releng/index.html" shape="rect">FreeBSD Release Engineering website</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2014-02-03</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
293
website/content/en/releases/9.3R/announce.adoc
Normal file
293
website/content/en/releases/9.3R/announce.adoc
Normal file
|
@ -0,0 +1,293 @@
|
|||
---
|
||||
title: "FreeBSD 9.3-RELEASE Announcement"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.3-RELEASE Announcement
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.3-RELEASE. This is the fourth release of the stable/9 branch, which improves on the stability of FreeBSD 9.2-RELEASE and introduces some new features.
|
||||
|
||||
Some of the highlights:
|
||||
|
||||
* The zfs(8) filesystem has been updated to support the bookmarks feature.
|
||||
* The uname(1) utility has been updated to include the -U and -K flags, which print the __FreeBSD_version for the running userland and kernel, respectively.
|
||||
* The fetch(3) library has been updated to support SNI (Server Name Identification), allowing to use virtual hosts on HTTPS.
|
||||
* Several updates to gcc(1) have been imported from Google.
|
||||
* The hastctl(8) utility has been updated to output the current queue sizes.
|
||||
* The protect(1) command has been added, which allows exempting processes from being killed when swap is exhausted.
|
||||
* The etcupdate(8) utility, a tool for managing updates to files in /etc, has been merged from head/.
|
||||
* A new shared library directory, /usr/lib/private, has been added for internal-use shared libraries.
|
||||
* OpenPAM has been updated to Nummularia (20130907).
|
||||
* A new flag, "onifconsole" has been added to /etc/ttys. This allows the system to provide a login prompt via serial console if the device is an active kernel console, otherwise it is equivalent to off.
|
||||
* Sendmail has been updated to version 8.14.9.
|
||||
* BIND has been updated to version 9.9.5.
|
||||
* The xz(1) utility has been updated to a post-5.0.5 snapshot.
|
||||
* OpenSSH has been updated to version 6.6p1.
|
||||
* OpenSSL has been updated to version 0.9.8za.
|
||||
|
||||
For a complete list of new features and known problems, please see the online release notes and errata list, available at:
|
||||
|
||||
* `https://www.FreeBSD.org/releases/9.3R/relnotes/`
|
||||
* `https://www.FreeBSD.org/releases/9.3R/errata/`
|
||||
|
||||
For more information about FreeBSD release engineering activities, please see:
|
||||
|
||||
* `https://www.FreeBSD.org/releng/`
|
||||
|
||||
== Availability
|
||||
|
||||
FreeBSD 9.3-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures.
|
||||
|
||||
FreeBSD 9.3-RELEASE can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP as described in the section below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386.
|
||||
|
||||
SHA256 and MD5 hashes for the release ISO and memory stick images are included at the bottom of this message.
|
||||
|
||||
A PGP-signed version of this announcement is available at:
|
||||
|
||||
* https://www.FreeBSD.org/releases/9.3R/announce.asc
|
||||
|
||||
The purpose of the images provided as part of the release are as follows:
|
||||
|
||||
dvd1::
|
||||
This contains everything necessary to install the base FreeBSD operating system, the documentation, and a small set of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a "livefs" based rescue mode. This should be all you need if you can burn and use DVD-sized media.
|
||||
disc1::
|
||||
This contains the base FreeBSD operating system. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
bootonly::
|
||||
This supports booting a machine using the CDROM drive but does not contain the installation distribution sets for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g. from an FTP server) after booting from the CD.
|
||||
memstick::
|
||||
This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
+
|
||||
As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work:
|
||||
+
|
||||
....
|
||||
# dd if=FreeBSD-9.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
|
||||
....
|
||||
+
|
||||
Be careful to make sure you get the target (of=) correct.
|
||||
mini-memstick::
|
||||
This can be written to an USB memory stick (flash drive) and used to boot a machine, but does not contain the installation distribution sets on the medium itself, similar to the bootonly image. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.
|
||||
+
|
||||
As one example of how to use the mini-memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work:
|
||||
+
|
||||
....
|
||||
# dd if=FreeBSD-9.3-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=10240 conv=sync
|
||||
....
|
||||
+
|
||||
Be careful to make sure you get the target (of=) correct.
|
||||
|
||||
FreeBSD 9.3-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.3-based products is:
|
||||
|
||||
* FreeBSD Mall, Inc.`https://www.freebsdmall.com`
|
||||
|
||||
== FTP
|
||||
|
||||
FreeBSD 9.3-RELEASE may be downloaded via ftp from the following site:
|
||||
|
||||
* `ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/`
|
||||
|
||||
However before trying this site, please check your regional mirror(s) first by going to:
|
||||
|
||||
* `ftp://ftp.<your_country_code>.FreeBSD.org/pub/FreeBSD`
|
||||
|
||||
Any additional mirror sites will be labeled ftp2, ftp3 and so on.
|
||||
|
||||
More information about FreeBSD mirror sites can be found at:
|
||||
|
||||
* `https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html`
|
||||
|
||||
For instructions on installing FreeBSD or updating an existing machine to 9.3-RELEASE please see:
|
||||
|
||||
* `https://www.FreeBSD.org/releases/9.3R/installation/`
|
||||
|
||||
== Support
|
||||
|
||||
FreeBSD 9.3-RELEASE will be supported until January 1, 2017. The End-of-Life dates can be found at:
|
||||
|
||||
* `https://www.FreeBSD.org/security/`
|
||||
|
||||
== Other Projects Based on FreeBSD
|
||||
|
||||
There are many "third party" Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more "novice friendly" distribution to making FreeBSD available on Amazon's EC2 infrastructure. For more information about these Third Party Projects see:
|
||||
|
||||
* `https://wiki.FreeBSD.org/3rdPartyProjects`
|
||||
|
||||
== Acknowledgments
|
||||
|
||||
Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.3 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, ByteMark Hosting, Sentex Communications, New York Internet, Juniper Networks, NLNet Labs, iXsystems, and Yandex.
|
||||
|
||||
The release engineering team for 9.3-RELEASE includes:
|
||||
|
||||
[cols=",",]
|
||||
|===
|
||||
|Glen Barber <gjb@FreeBSD.org> |Release Engineering Lead, 9.3-RELEASE Release Engineer
|
||||
|Konstantin Belousov <kib@FreeBSD.org> |Release Engineering
|
||||
|Joel Dahl <joel@FreeBSD.org> |Release Engineering
|
||||
|Baptiste Daroussin <bapt@FreeBSD.org> |Package Building
|
||||
|Bryan Drewery <bdrewery@FreeBSD.org> |Package Building
|
||||
|Marc Fonvieille <blackend@FreeBSD.org> |Release Engineering, Documentation
|
||||
|Steven Kreuzer <skreuzer@FreeBSD.org> |Release Engineering
|
||||
|Xin Li <delphij@FreeBSD.org> |Release Engineering, Security Officer
|
||||
|Josh Paetzel <jpaetzel@FreeBSD.org> |Release Engineering
|
||||
|Colin Percival <cperciva@FreeBSD.org> |Security Officer Emeritus
|
||||
|Craig Rodrigues <rodrigc@FreeBSD.org> |Release Engineering
|
||||
|Hiroki Sato <hrs@FreeBSD.org> |Release Engineering, Documentation
|
||||
|Gleb Smirnoff <glebius@FreeBSD.org> |Release Engineering
|
||||
|Ken Smith <kensmith@FreeBSD.org> |Release Engineering
|
||||
|Dag-Erling Smørgrav <des@FreeBSD.org> |Security Officer
|
||||
|Marius Strobl <marius@FreeBSD.org> |Release Engineering
|
||||
|Robert Watson <rwatson@FreeBSD.org> |Release Engineering, Security
|
||||
|===
|
||||
|
||||
=== Trademark
|
||||
|
||||
FreeBSD is a registered trademark of The FreeBSD Foundation.
|
||||
|
||||
=== ISO Image Checksums
|
||||
|
||||
amd64 (x86_64):
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = e6962c2605c6a191a9c238545576eff3a5a2c2c96b5058c26c8c54b6cf701914
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = bcb5d5c8bbc1aa06baf769a6a57908e6cbf820a02c6f6f57a902db564bff4a1f
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 5a3c82653d77bba7d7ded8bd7efbedc09d52cf4045d98ce52a82c9e0f8fa9b0e
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = daf255ccb9694f0a82e34e71be1e6d0bbcf332bf74f1c6f92343f00dad579d99
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 30c0baa7d51a4b3130108c862bbc9439f60a3a6362b13183c1ae0be959ae9a95
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = 292cac57dea0ad7723798842a2ddf582661c41c428bc78a951535d69ae92aceb
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = 04c2c98c9bcf188bb2df988ebc2c1c02ea7350c77e1711904fc368db62709634
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = 56deb31212c19c18852baee6097bebd048658d464e14a14e125840a24c939e63
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = d5a0379caa5ebb9f8252a44417d10d2b3ab0ce424d275d546689fcf9c4dd6dbe
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0e6fe54a2fcd3173f27fafc62f0d67cff44cdf5a9f133adba7aedff804cbb087
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = b53878805ea89633aaa59351d706081f
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = f3b2bfdce28af6ce3fe2fecb0838ae86
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 1fc7f8bace8dc861258af9042c9918d6
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = 69701074a505b78c998807e0bb20dae6
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 14c176c236c27a0fa276ffb554768d38
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = da4f382733c63260877184ef33dbfec6
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = ebcf069c96aeb59279af0c480b5717ca
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = d52f0909d7e4ea3c9080f7ac5358edd5
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = 6077f2f90b09b4926dbf0e59df6528bf
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0c342b43053375a48bea2e7413a3c3e8
|
||||
....
|
||||
|
||||
i386 (x86):
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = 84a26479e690caaa428b361f2f96c0723a5f1b09a342bd58e5eee345fc5f7406
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 66bad7f519bb6f504932c3ba701c4d83709699a785258aba6b3ee11c651d868a
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = cab6aad9c3d5ea6a3fb4059f808225c67f1edaea730c555a86a9707ac41ba75d
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f248e0c16a2a03a5c8a39ee41b99e0ff656f75035ccf5e720c83587d9733ca39
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = 6c47c17ec1e0e0ccca2c24bec0f880334d5a52847bdc092a3ff4cdd7be7a85f3
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 76830e50357aec289daeb9eb01416dcb42414bf57126b4875e7352e976a7451b
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img) = 3465923d625d07ef40448e2c03bfe5c61bf89ac56cbe34fb358500860e9524aa
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 30480eb3ed73e2c8d45ff7928e5edcb7f69704f0c459bbaf943907ec69adcc10
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = 17c6a518b000bb9ba81229658a71a7d47f71a4e46a3846e82887d43b1d73bf81
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = 44b4d7d1cf1c6c59d440df84731efb110dd062c2226a25adef168bc24d55dcbe
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = c9abbb89fa43eed6efefb2b7926d7fa7
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 9a797ff03c3eade54654120fdbc23ccb
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = 752fa8cd15f0f1e240042c342a161eb4
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f4ace2617eea05e2898d8d0b70249bf4
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = fb598013bf363c44e248054106c33829
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 2024f7f2aaa73353e225ef7a1ec5aeea
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img) = c8a833fffc40a8eee2bb6a9a36595ac4
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 4189b56c90e7a40e1bb69ff6f26f37e2
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = a2b0c1085db9424ea25b594e32230a3a
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = a95d50f326868c739f06aa1a3a76d636
|
||||
....
|
||||
|
||||
ia64:
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 8d9236f55b1467f4e882a751d5e040ea6538da88f4d319746679874a8dc9caba
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = eceb7125b8a8711969d7c3997044f9043ec938fc3518dd8a197fd94f4d7076c6
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 953b7c847f21e6316c22c0741a5de76865b521b594b593d67fe60bf5e348452d
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 3fef900ad1ef288202701e04ce3c9ef1ab6c870e5e7ec97b9ab6a6a5e5dccf59
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = c4d5d921443c993e294fe9e9ca9ae60409c5c663ad895f6e582ba955c9155e86
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = ccd354b7571ebd5c3763158b49b1aa51c2bed63d0ce36eb49a6cf1e227bc133e
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 7475bfafd661600de2516d9ce0ed6c5621699d3ebda59f672d1e7cfc8efeb504
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = 1ed6d2ea23e320b6708958989aaf90788cd56371a4c25e9145911dc4f890dbfa
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 6d2210defeb17219a600d02917fa3f79
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = f17b43d7fbec6dab1d05bb0d2f0bfb15
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 1bdf7afa83a7494e9569888cb162752c
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 81c6d02da1645bda86a2c1fec716e622
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = b5003d7260190a5123ae478a1980b526
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = d53ba4fc4748ca0953067f3c4c31b4f0
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 1946ba71adecc220d66f70d0aee6606e
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = d891966f184e6264203bf964404a4530
|
||||
....
|
||||
|
||||
powerpc:
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = 6a2d0ac953ead098e7dbee736e4e19b28b8d914baa5947083d494c150d257381
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = a68b22d933ef03894da5eee16c8f1fd8bdc05003d2ee40f34f0e0f165eb97715
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = dd30aa9491b14410dd520f2cb8c231be701debbc36c5b023a427e3e28bcba3c4
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = a609d8d641d7839707d8caf9796434deee0e3f4218c79d7cadaa7787d3975c33
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = 0e0c449026084f8431bc7852dcdaeaa3101301c2c73151204e9ce4d4ccdbfb38
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = f5d3b880fa1d737b708e96584c52804c33af9e7de4c7e2ee744584c08c8d8b84
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = c8fb345384558215eb7d5126684c827e73104eabe36309a3de275c7ea9512822
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = 931706a17b708c1db6337cf0fbf8bad877a8dfce64c2e5079fe890e5e85339e3
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = e80fd4c1278db39e3f8740612dff0da9
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = 7690229bf847dbf377a5086652dfc1aa
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = a308f49d59c6553cfcb625ec3c2a278d
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = 8d5783474fdf5463ab5aa06d7d09509e
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = ec112f1085ab363b27931c25c451fb2c
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = 1c9d741dd889b1461812fce34fb48e93
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = 0b3c655654d8def1eeb96b478a0572f0
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = f7913ffa1eebb43e875ba81c5bd8e992
|
||||
....
|
||||
|
||||
powerpc64:
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c8bb1f3105f2a2d9dd4a76536d8d44d8ae0aa7742230d549ea280f04e41f81b2
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = f5327d0c665cf7f286e3daca382e04abb0aee9d125cc70a41a2d96ad13ffe531
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = f89d13f3c292381549b8c9b70e81cd152491f34e0e889d78e439d63884a346c6
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 5047b76a8c4299d3f2a56271a9798a7088717356792c91bea96ca61f871f087a
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = b94b05b0999aae0d197ad45b19d4d2b2678d322109da43bd10b2556b441b207c
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 9da446da2dfb73f24195b70c873317c4dd7578dc339dd051e082e2351b3bcac3
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 21874e49e3c7685c098c90100717f28975db2dbc9043e810fef554f08a6bc940
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a6cc4f340802bd936acb4b7920aa4fced54a2e265b60ffecf0b7b1c2f71fa644
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 674ed0a922e0f662c2f8118d8424473f
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5836f439da4dc8372da0e20d1a78ec97
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = 0c5cf50f3bbf1263708ca3f9da0465bb
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d2788b12c02134da11ba72238081e4cc
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = 5e5123677e21a53b463a3cceb2ad324d
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = d6fd35a61aed2d529432e9c9df425be5
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = a850121bc10455c3b835fd161237e8b2
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 3bcf3571a3815ea78fbed61094745437
|
||||
....
|
||||
|
||||
sparc64:
|
||||
|
||||
....
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = d9f9089c7f992744bb9675206042224bdabcfd924e72d322195acb207fe96294
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = 67830e9f64ee617acf2fff79770ea47aa3e98c7e2901068b413d41d2282d4372
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 989a2d8181b889ec0c1ee08e3afabfdcaf23c75b4157c9463c9ab7496e82a949
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = 2f2b94f379ae3df05762e2618e573b19ae83756dfde11d6628236c3c6a0052bc
|
||||
....
|
||||
|
||||
....
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = 8b97d45e204dcfa8515f227189a35b1c
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = fae6c32e0f9dd2f909b729ba6f4bfeb6
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 838b0211322dd19f1285b9b94e6ac17e
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = c8a8ab9f3b6eddca77623e5bc3f6718b
|
||||
....
|
||||
|
||||
Love FreeBSD? Support this and future releases with a https://www.freebsdfoundation.org/donate/[donation] to The FreeBSD Foundation!
|
|
@ -1,774 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.3-RELEASE Announcement</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.3-RELEASE Announcement</h1>
|
||||
|
||||
<p>The FreeBSD Release Engineering Team is pleased to announce the
|
||||
availability of FreeBSD 9.3-RELEASE. This is the fourth
|
||||
release of the stable/9 branch, which improves on the
|
||||
stability of FreeBSD 9.2-RELEASE and introduces some new
|
||||
features.</p>
|
||||
|
||||
<p>Some of the highlights:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>The zfs(8) filesystem has been updated to support the
|
||||
bookmarks feature.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The uname(1) utility has been updated to include the -U and
|
||||
-K flags, which print the __FreeBSD_version for the running
|
||||
userland and kernel, respectively.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The fetch(3) library has been updated to support SNI
|
||||
(Server Name Identification), allowing to use virtual hosts
|
||||
on HTTPS.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>Several updates to gcc(1) have been imported from
|
||||
Google.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The hastctl(8) utility has been updated to output the
|
||||
current queue sizes.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The protect(1) command has been added, which allows
|
||||
exempting processes from being killed when swap is
|
||||
exhausted.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The etcupdate(8) utility, a tool for managing updates to
|
||||
files in /etc, has been merged from head/.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>A new shared library directory, /usr/lib/private, has been
|
||||
added for internal-use shared libraries.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>OpenPAM has been updated to Nummularia (20130907).</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>A new flag, "onifconsole" has been added to /etc/ttys. This
|
||||
allows the system to provide a login prompt via serial
|
||||
console if the device is an active kernel console, otherwise
|
||||
it is equivalent to off.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>Sendmail has been updated to version 8.14.9.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>BIND has been updated to version 9.9.5.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>The xz(1) utility has been updated to a post-5.0.5
|
||||
snapshot.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>OpenSSH has been updated to version 6.6p1.</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<p>OpenSSL has been updated to version 0.9.8za.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>For a complete list of new features and known problems, please
|
||||
see the online release notes and errata list, available at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="https://www.FreeBSD.org/releases/9.3R/relnotes.html" shape="rect">https://www.FreeBSD.org/releases/9.3R/relnotes.html</a></tt></p></li>
|
||||
<li><p><tt><a href="https://www.FreeBSD.org/releases/9.3R/errata.html" shape="rect">https://www.FreeBSD.org/releases/9.3R/errata.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For more information about FreeBSD release engineering
|
||||
activities, please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="https://www.FreeBSD.org/releng/" shape="rect">https://www.FreeBSD.org/releng/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="availability">Availability</h2>
|
||||
|
||||
<p>FreeBSD 9.3-RELEASE is now available for the amd64, i386,
|
||||
ia64, powerpc, powerpc64, and sparc64 architectures.</p>
|
||||
|
||||
<p>FreeBSD 9.3-RELEASE can be installed from bootable
|
||||
ISO images or over the network. Some architectures also support
|
||||
installing from a USB memory stick. The required files can be
|
||||
downloaded via FTP as described in the section below. While
|
||||
some of the smaller FTP mirrors may not carry all architectures,
|
||||
they will all generally contain the more common ones such as
|
||||
amd64 and i386.</p>
|
||||
|
||||
<p>SHA256 and MD5 hashes for the release ISO and memory stick
|
||||
images are included at the bottom of this message.</p>
|
||||
|
||||
<p>A PGP-signed version of this announcement is available at:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/releases/9.3R/announce.asc" shape="rect">https://www.FreeBSD.org/releases/9.3R/announce.asc</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>The purpose of the images provided as part of the release are
|
||||
as follows:</p>
|
||||
|
||||
<dl>
|
||||
<dt>dvd1</dt>
|
||||
|
||||
<dd>
|
||||
<p>This contains everything necessary to install the base FreeBSD
|
||||
operating system, the documentation, and a small set of
|
||||
pre-built packages aimed at getting a graphical workstation
|
||||
up and running. It also supports booting into a "livefs"
|
||||
based rescue mode. This should be all you need if you can
|
||||
burn and use DVD-sized media.</p>
|
||||
</dd>
|
||||
|
||||
<dt>disc1</dt>
|
||||
|
||||
<dd>
|
||||
<p>This contains the base FreeBSD operating system. It also
|
||||
supports booting into a "livefs" based rescue mode. There
|
||||
are no pre-built packages.</p>
|
||||
</dd>
|
||||
|
||||
<dt>bootonly</dt>
|
||||
|
||||
<dd>
|
||||
<p>This supports booting a machine using the CDROM drive but
|
||||
does not contain the installation distribution sets for
|
||||
installing FreeBSD from the CD itself. You would need to
|
||||
perform a network based install (e.g. from an FTP server)
|
||||
after booting from the CD.</p>
|
||||
</dd>
|
||||
|
||||
<dt>memstick</dt>
|
||||
|
||||
<dd>
|
||||
<p>This can be written to an USB memory stick (flash drive)
|
||||
and used to do an install on machines capable of booting off
|
||||
USB drives. It also supports booting into a "livefs" based
|
||||
rescue mode. There are no pre-built packages.</p>
|
||||
|
||||
<p>As one example of how to use the memstick image, assuming
|
||||
the USB drive appears as /dev/da0 on your machine something
|
||||
like this should work:</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
# dd if=FreeBSD-9.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync
|
||||
</pre>
|
||||
|
||||
<p>Be careful to make sure you get the target (of=)
|
||||
correct.</p>
|
||||
</dd>
|
||||
|
||||
<dt>mini-memstick</dt>
|
||||
|
||||
<dd>
|
||||
<p>This can be written to an USB memory stick (flash drive)
|
||||
and used to boot a machine, but does not contain the
|
||||
installation distribution sets on the medium itself, similar
|
||||
to the bootonly image. It also supports booting into
|
||||
a "livefs" based rescue mode. There are no pre-built
|
||||
packages.</p>
|
||||
|
||||
<p>As one example of how to use the mini-memstick image,
|
||||
assuming the USB drive appears as /dev/da0 on your machine
|
||||
something like this should work:</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
# dd if=FreeBSD-9.3-RELEASE-amd64-mini-memstick.img of=/dev/da0 bs=10240 conv=sync
|
||||
</pre>
|
||||
|
||||
<p>Be careful to make sure you get the target (of=)
|
||||
correct.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>FreeBSD 9.3-RELEASE can also be purchased on CD-ROM
|
||||
or DVD from several vendors. One of the vendors that will be
|
||||
offering FreeBSD 9.3-based products is:</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>FreeBSD Mall, Inc.<tt><a href="https://www.freebsdmall.com/" shape="rect">https://www.freebsdmall.com</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>FTP</h2>
|
||||
|
||||
<p>FreeBSD 9.3-RELEASE may be downloaded via ftp from
|
||||
the following site:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/" shape="rect">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.3/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>However before trying this site, please check your regional
|
||||
mirror(s) first by going to:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a shape="rect">ftp://ftp.<your_country_code>.FreeBSD.org/pub/FreeBSD</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>Any additional mirror sites will be labeled ftp2, ftp3 and so
|
||||
on.</p>
|
||||
|
||||
<p>More information about FreeBSD mirror sites can be found
|
||||
at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" shape="rect">https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For instructions on installing FreeBSD or updating an existing
|
||||
machine to 9.3-RELEASE please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="https://www.FreeBSD.org/releases/9.3R/installation.html" shape="rect">https://www.FreeBSD.org/releases/9.3R/installation.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Support</h2>
|
||||
|
||||
<p>FreeBSD 9.3-RELEASE will be supported until
|
||||
January 1, 2017. The End-of-Life dates can be found at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="https://www.FreeBSD.org/security/" shape="rect">https://www.FreeBSD.org/security/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Projects Based on FreeBSD</h2>
|
||||
|
||||
<p>There are many "third party" Projects based on
|
||||
FreeBSD. The Projects range from re-packaging FreeBSD into a more
|
||||
"novice friendly" distribution to making FreeBSD
|
||||
available on Amazon's EC2 infrastructure. For more information
|
||||
about these Third Party Projects see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="https://wiki.FreeBSD.org/3rdPartyProjects" shape="rect">https://wiki.FreeBSD.org/3rdPartyProjects</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Acknowledgments</h2>
|
||||
|
||||
<p>Many companies donated equipment, network access, or man-hours
|
||||
to support the release engineering activities for FreeBSD 9.3
|
||||
including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems
|
||||
Consortium, ByteMark Hosting, Sentex Communications, New York
|
||||
Internet, Juniper Networks, NLNet Labs, iXsystems, and Yandex.</p>
|
||||
|
||||
<p>The release engineering team for 9.3-RELEASE includes:</p>
|
||||
|
||||
<table border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Glen Barber <<a href="mailto:gjb@FreeBSD.org" shape="rect">gjb@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering Lead, 9.3-RELEASE Release Engineer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Konstantin Belousov <<a href="mailto:kib@FreeBSD.org" shape="rect">kib@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Joel Dahl <<a href="mailto:joel@FreeBSD.org" shape="rect">joel@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Baptiste Daroussin <<a href="mailto:bapt@FreeBSD.org" shape="rect">bapt@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Package Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Bryan Drewery <<a href="mailto:bdrewery@FreeBSD.org" shape="rect">bdrewery@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Package Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marc Fonvieille <<a href="mailto:blackend@FreeBSD.org" shape="rect">blackend@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Steven Kreuzer <<a href="mailto:skreuzer@FreeBSD.org" shape="rect">skreuzer@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Xin Li <<a href="mailto:delphij@FreeBSD.org" shape="rect">delphij@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Security Officer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org" shape="rect">jpaetzel@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Colin Percival <<a href="mailto:cperciva@FreeBSD.org" shape="rect">cperciva@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Security Officer Emeritus</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Craig Rodrigues <<a href="mailto:rodrigc@FreeBSD.org" shape="rect">rodrigc@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Hiroki Sato <<a href="mailto:hrs@FreeBSD.org" shape="rect">hrs@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Gleb Smirnoff <<a href="mailto:glebius@FreeBSD.org" shape="rect">glebius@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Ken Smith <<a href="mailto:kensmith@FreeBSD.org" shape="rect">kensmith@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Dag-Erling Smørgrav <<a href="mailto:des@FreeBSD.org" shape="rect">des@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Security Officer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Marius Strobl <<a href="mailto:marius@FreeBSD.org" shape="rect">marius@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Robert Watson <<a href="mailto:rwatson@FreeBSD.org" shape="rect">rwatson@FreeBSD.org</a>></td>
|
||||
<td rowspan="1" colspan="1">Release Engineering, Security</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Trademark</h2>
|
||||
|
||||
<p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
|
||||
|
||||
<h2>ISO Image Checksums</h2>
|
||||
|
||||
<p>amd64 (x86_64):</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = e6962c2605c6a191a9c238545576eff3a5a2c2c96b5058c26c8c54b6cf701914
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = bcb5d5c8bbc1aa06baf769a6a57908e6cbf820a02c6f6f57a902db564bff4a1f
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 5a3c82653d77bba7d7ded8bd7efbedc09d52cf4045d98ce52a82c9e0f8fa9b0e
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = daf255ccb9694f0a82e34e71be1e6d0bbcf332bf74f1c6f92343f00dad579d99
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 30c0baa7d51a4b3130108c862bbc9439f60a3a6362b13183c1ae0be959ae9a95
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = 292cac57dea0ad7723798842a2ddf582661c41c428bc78a951535d69ae92aceb
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = 04c2c98c9bcf188bb2df988ebc2c1c02ea7350c77e1711904fc368db62709634
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = 56deb31212c19c18852baee6097bebd048658d464e14a14e125840a24c939e63
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = d5a0379caa5ebb9f8252a44417d10d2b3ab0ce424d275d546689fcf9c4dd6dbe
|
||||
SHA256 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0e6fe54a2fcd3173f27fafc62f0d67cff44cdf5a9f133adba7aedff804cbb087
|
||||
</pre>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso) = b53878805ea89633aaa59351d706081f
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-bootonly.iso.xz) = f3b2bfdce28af6ce3fe2fecb0838ae86
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso) = 1fc7f8bace8dc861258af9042c9918d6
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-disc1.iso.xz) = 69701074a505b78c998807e0bb20dae6
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso) = 14c176c236c27a0fa276ffb554768d38
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-dvd1.iso.xz) = da4f382733c63260877184ef33dbfec6
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img) = ebcf069c96aeb59279af0c480b5717ca
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-memstick.img.xz) = d52f0909d7e4ea3c9080f7ac5358edd5
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img) = 6077f2f90b09b4926dbf0e59df6528bf
|
||||
MD5 (FreeBSD-9.3-RELEASE-amd64-mini-memstick.img.xz) = 0c342b43053375a48bea2e7413a3c3e8
|
||||
</pre>
|
||||
|
||||
<p>i386 (x86):</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = 84a26479e690caaa428b361f2f96c0723a5f1b09a342bd58e5eee345fc5f7406
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 66bad7f519bb6f504932c3ba701c4d83709699a785258aba6b3ee11c651d868a
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = cab6aad9c3d5ea6a3fb4059f808225c67f1edaea730c555a86a9707ac41ba75d
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f248e0c16a2a03a5c8a39ee41b99e0ff656f75035ccf5e720c83587d9733ca39
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = 6c47c17ec1e0e0ccca2c24bec0f880334d5a52847bdc092a3ff4cdd7be7a85f3
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 76830e50357aec289daeb9eb01416dcb42414bf57126b4875e7352e976a7451b
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img) = 3465923d625d07ef40448e2c03bfe5c61bf89ac56cbe34fb358500860e9524aa
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 30480eb3ed73e2c8d45ff7928e5edcb7f69704f0c459bbaf943907ec69adcc10
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = 17c6a518b000bb9ba81229658a71a7d47f71a4e46a3846e82887d43b1d73bf81
|
||||
SHA256 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = 44b4d7d1cf1c6c59d440df84731efb110dd062c2226a25adef168bc24d55dcbe
|
||||
</pre>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso) = c9abbb89fa43eed6efefb2b7926d7fa7
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-bootonly.iso.xz) = 9a797ff03c3eade54654120fdbc23ccb
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso) = 752fa8cd15f0f1e240042c342a161eb4
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-disc1.iso.xz) = f4ace2617eea05e2898d8d0b70249bf4
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso) = fb598013bf363c44e248054106c33829
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-dvd1.iso.xz) = 2024f7f2aaa73353e225ef7a1ec5aeea
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img) = c8a833fffc40a8eee2bb6a9a36595ac4
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-memstick.img.xz) = 4189b56c90e7a40e1bb69ff6f26f37e2
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img) = a2b0c1085db9424ea25b594e32230a3a
|
||||
MD5 (FreeBSD-9.3-RELEASE-i386-mini-memstick.img.xz) = a95d50f326868c739f06aa1a3a76d636
|
||||
</pre>
|
||||
|
||||
<p>ia64:</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 8d9236f55b1467f4e882a751d5e040ea6538da88f4d319746679874a8dc9caba
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = eceb7125b8a8711969d7c3997044f9043ec938fc3518dd8a197fd94f4d7076c6
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 953b7c847f21e6316c22c0741a5de76865b521b594b593d67fe60bf5e348452d
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 3fef900ad1ef288202701e04ce3c9ef1ab6c870e5e7ec97b9ab6a6a5e5dccf59
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = c4d5d921443c993e294fe9e9ca9ae60409c5c663ad895f6e582ba955c9155e86
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = ccd354b7571ebd5c3763158b49b1aa51c2bed63d0ce36eb49a6cf1e227bc133e
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 7475bfafd661600de2516d9ce0ed6c5621699d3ebda59f672d1e7cfc8efeb504
|
||||
SHA256 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = 1ed6d2ea23e320b6708958989aaf90788cd56371a4c25e9145911dc4f890dbfa
|
||||
</pre>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso) = 6d2210defeb17219a600d02917fa3f79
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-bootonly.iso.xz) = f17b43d7fbec6dab1d05bb0d2f0bfb15
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso) = 1bdf7afa83a7494e9569888cb162752c
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-disc1.iso.xz) = 81c6d02da1645bda86a2c1fec716e622
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img) = b5003d7260190a5123ae478a1980b526
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-memstick.img.xz) = d53ba4fc4748ca0953067f3c4c31b4f0
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img) = 1946ba71adecc220d66f70d0aee6606e
|
||||
MD5 (FreeBSD-9.3-RELEASE-ia64-mini-memstick.img.xz) = d891966f184e6264203bf964404a4530
|
||||
</pre>
|
||||
|
||||
<p>powerpc:</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = 6a2d0ac953ead098e7dbee736e4e19b28b8d914baa5947083d494c150d257381
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = a68b22d933ef03894da5eee16c8f1fd8bdc05003d2ee40f34f0e0f165eb97715
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = dd30aa9491b14410dd520f2cb8c231be701debbc36c5b023a427e3e28bcba3c4
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = a609d8d641d7839707d8caf9796434deee0e3f4218c79d7cadaa7787d3975c33
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = 0e0c449026084f8431bc7852dcdaeaa3101301c2c73151204e9ce4d4ccdbfb38
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = f5d3b880fa1d737b708e96584c52804c33af9e7de4c7e2ee744584c08c8d8b84
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = c8fb345384558215eb7d5126684c827e73104eabe36309a3de275c7ea9512822
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = 931706a17b708c1db6337cf0fbf8bad877a8dfce64c2e5079fe890e5e85339e3
|
||||
</pre>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso) = e80fd4c1278db39e3f8740612dff0da9
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-bootonly.iso.xz) = 7690229bf847dbf377a5086652dfc1aa
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso) = a308f49d59c6553cfcb625ec3c2a278d
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-disc1.iso.xz) = 8d5783474fdf5463ab5aa06d7d09509e
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img) = ec112f1085ab363b27931c25c451fb2c
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-memstick.img.xz) = 1c9d741dd889b1461812fce34fb48e93
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img) = 0b3c655654d8def1eeb96b478a0572f0
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-mini-memstick.img.xz) = f7913ffa1eebb43e875ba81c5bd8e992
|
||||
</pre>
|
||||
|
||||
<p>powerpc64:</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = c8bb1f3105f2a2d9dd4a76536d8d44d8ae0aa7742230d549ea280f04e41f81b2
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = f5327d0c665cf7f286e3daca382e04abb0aee9d125cc70a41a2d96ad13ffe531
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = f89d13f3c292381549b8c9b70e81cd152491f34e0e889d78e439d63884a346c6
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = 5047b76a8c4299d3f2a56271a9798a7088717356792c91bea96ca61f871f087a
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = b94b05b0999aae0d197ad45b19d4d2b2678d322109da43bd10b2556b441b207c
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = 9da446da2dfb73f24195b70c873317c4dd7578dc339dd051e082e2351b3bcac3
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = 21874e49e3c7685c098c90100717f28975db2dbc9043e810fef554f08a6bc940
|
||||
SHA256 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = a6cc4f340802bd936acb4b7920aa4fced54a2e265b60ffecf0b7b1c2f71fa644
|
||||
</pre>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso) = 674ed0a922e0f662c2f8118d8424473f
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-bootonly.iso.xz) = 5836f439da4dc8372da0e20d1a78ec97
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso) = 0c5cf50f3bbf1263708ca3f9da0465bb
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-disc1.iso.xz) = d2788b12c02134da11ba72238081e4cc
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img) = 5e5123677e21a53b463a3cceb2ad324d
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-memstick.img.xz) = d6fd35a61aed2d529432e9c9df425be5
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img) = a850121bc10455c3b835fd161237e8b2
|
||||
MD5 (FreeBSD-9.3-RELEASE-powerpc-powerpc64-mini-memstick.img.xz) = 3bcf3571a3815ea78fbed61094745437
|
||||
</pre>
|
||||
|
||||
<p>sparc64:</p>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = d9f9089c7f992744bb9675206042224bdabcfd924e72d322195acb207fe96294
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = 67830e9f64ee617acf2fff79770ea47aa3e98c7e2901068b413d41d2282d4372
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 989a2d8181b889ec0c1ee08e3afabfdcaf23c75b4157c9463c9ab7496e82a949
|
||||
SHA256 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = 2f2b94f379ae3df05762e2618e573b19ae83756dfde11d6628236c3c6a0052bc
|
||||
</pre>
|
||||
|
||||
<pre xml:space="preserve">
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso) = 8b97d45e204dcfa8515f227189a35b1c
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-bootonly.iso.xz) = fae6c32e0f9dd2f909b729ba6f4bfeb6
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso) = 838b0211322dd19f1285b9b94e6ac17e
|
||||
MD5 (FreeBSD-9.3-RELEASE-sparc64-disc1.iso.xz) = c8a8ab9f3b6eddca77623e5bc3f6718b
|
||||
</pre>
|
||||
|
||||
<p>Love FreeBSD? Support this and future releases with a <a href="https://www.freebsdfoundation.org/donate/" shape="rect">donation</a>
|
||||
to The FreeBSD Foundation!</p>
|
||||
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2014-07-15</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,403 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: head/en_US.ISO8859-1/htdocs/releases/9.3R/docbook.css 46253 2015-02-05 16:55:02Z gjb $
|
||||
*/
|
||||
|
||||
/*
|
||||
* General DocBook styles from the DocBook XSL distribution
|
||||
*/
|
||||
|
||||
.formalpara-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#0645AD;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited, a:hover, a:active {
|
||||
color:#663366;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.blockquote-title {
|
||||
font-weight: bold;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
span.msgmain-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.msgsub-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.msgrel-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.msglevel, div.msgorig, div.msgaud {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
span.msglevel-title, span.msgorig-title, span.msgaud-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.msgexplan {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
span.msgexplan-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.figure-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.example-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.equation-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.table-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.sidebar-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.synopsis {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
/*
|
||||
* FreeBSD-specific formatting
|
||||
*/
|
||||
|
||||
body address {
|
||||
line-height: 1.3;
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
html body {
|
||||
margin: 1em 8% 1em 10%;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
html body { font-family: sans-serif; }
|
||||
}
|
||||
|
||||
@media print {
|
||||
html body { font-family: serif; }
|
||||
}
|
||||
|
||||
.legalnotice {
|
||||
font-size: small;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
body div {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin: .4em 0 0 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
margin: 0.4em 0 0 0;
|
||||
}
|
||||
|
||||
div.abstract div.abstract-title,
|
||||
div.toc div.toc-title,
|
||||
div.list-of-figures div.toc-title,
|
||||
div.list-of-tables div.toc-title,
|
||||
div.list-of-examples div.toc-title {
|
||||
font-size: 115%;
|
||||
}
|
||||
|
||||
div.calloutlist dt {
|
||||
float: left;
|
||||
width: 1em;}
|
||||
|
||||
div.calloutlist dd {
|
||||
clear: right;
|
||||
margin-bottom: 1ex;
|
||||
}
|
||||
|
||||
body .calloutlist td {
|
||||
padding-right: 0.5em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
body .calloutlist td p {
|
||||
line-height: 1.2;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
body form {
|
||||
margin: .6em 0;
|
||||
}
|
||||
|
||||
div.example p b,
|
||||
.question,
|
||||
div.table p b,
|
||||
div.procedure p b {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title,
|
||||
h3.author, .corpauthor,
|
||||
div.abstract div.abstract-title,
|
||||
div.toc div.toc-title,
|
||||
div.list-of-figures div.toc-title,
|
||||
div.list-of-tables div.toc-title,
|
||||
div.list-of-examples div.toc-title {
|
||||
font-weight: bold;
|
||||
line-height: 1.3;
|
||||
margin-top: 1em;
|
||||
margin-left: 0;
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
h1.title, h2.title {
|
||||
margin: .8em 0 0 -4%;
|
||||
}
|
||||
|
||||
h3.title, h4.title {
|
||||
margin: .8em 0 0 -3%;
|
||||
}
|
||||
|
||||
h5.title {
|
||||
margin: .8em 0 0 -2%;
|
||||
}
|
||||
|
||||
h6.title {
|
||||
margin: .8em 0 0 -1%;
|
||||
}
|
||||
|
||||
body hr {
|
||||
margin: .6em;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: #cecece;
|
||||
}
|
||||
|
||||
body img.navheader {
|
||||
margin: 0 0 0 -4%;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin: 0 0 0 1em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
body pre {
|
||||
margin: .75em 0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
body td, body th {
|
||||
line-height: 1.2;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
ul, body dir, body menu {
|
||||
margin: 0 0 0 1em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.filename {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
.package, .port {
|
||||
color: #007a00;
|
||||
font-family: monospace;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.svnref {
|
||||
color: #007a00;
|
||||
}
|
||||
|
||||
.guimenu, .guimenuitem, .guisubmenu,
|
||||
.guilabel, .interface,
|
||||
.shortcut, .shortcut .keycap {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.guibutton {
|
||||
background-color: #CFCFCF;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.accel {
|
||||
background-color: #F0F0F0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
pre.screen {
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
font-family: monospace;
|
||||
padding: 1ex;
|
||||
background-color: #edc;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
pre.programlisting {
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
font-family: monospace;
|
||||
padding: 1ex;
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media screen { /* hide from IE3 */
|
||||
a[href]:hover { background: #ffa }
|
||||
}
|
||||
|
||||
.informaltable, .table th {
|
||||
padding-left: 0.2em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.note, .tip, .important, .warning, .caution, .example, div.procedure {
|
||||
border-radius: 4px;
|
||||
padding: 2ex 2ex 0 2ex;
|
||||
margin: .75em 3em .75em 1em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.note, div.procedure {
|
||||
color: #222;
|
||||
background: #eee;
|
||||
border: 1px solid #ccc;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.tip {
|
||||
color: #004F00;
|
||||
background: #d8ecd6;
|
||||
border: 1px solid green;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.important {
|
||||
font-style:italic;
|
||||
border: 1px solid #a00;
|
||||
border-left: 12px solid #c00;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: #9F1313;
|
||||
background: #f8e8e8;
|
||||
border: 1px solid #e59595;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.caution {
|
||||
color: #3E3535;
|
||||
background: #FFC;
|
||||
border: 1px solid #e59595;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.example {
|
||||
background: #fefde6;
|
||||
border: 1px solid #f1bb16;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.admontitle {
|
||||
display: inline;
|
||||
line-height: 1;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.procedure-title {
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.note p, .tip p, .important p, .warning p, .caution p, {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.informaltable table.calstable tr td {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.authorgroup {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.userinput,
|
||||
.userinput code {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre.screen strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.procedure ol {
|
||||
line-height: 1.2;
|
||||
margin: 0 0 0 -1em;
|
||||
}
|
||||
|
||||
span.contrib {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
}
|
145
website/content/en/releases/9.3R/errata.adoc
Normal file
145
website/content/en/releases/9.3R/errata.adoc
Normal file
|
@ -0,0 +1,145 @@
|
|||
---
|
||||
title: "FreeBSD 9.3-RELEASE Errata"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.3-RELEASE Errata
|
||||
|
||||
== Abstract
|
||||
|
||||
This document lists errata items for FreeBSD 9.3-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD.
|
||||
|
||||
This errata document for FreeBSD 9.3-RELEASE will be maintained until the EoL of FreeBSD 9.3-STABLE.
|
||||
|
||||
'''''
|
||||
|
||||
Table of Contents
|
||||
|
||||
* <<intro, Introduction>>
|
||||
* <<security, Security Advisories>>
|
||||
* <<errata, Errata Notices>>
|
||||
* <<late-news, Late-Breaking News>>
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This errata document contains "late-breaking news" about FreeBSD 9.3-RELEASE Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed.
|
||||
|
||||
Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at `https://www.FreeBSD.org/releases/`, plus any sites which keep up-to-date mirrors of this location.
|
||||
|
||||
Source and binary snapshots of FreeBSD 9.3-STABLE also contain up-to-date copies of this document (as of the time of the snapshot).
|
||||
|
||||
For a list of all FreeBSD CERT security advisories, see `https://www.FreeBSD.org/security/`.
|
||||
|
||||
[[security]]
|
||||
== Security Advisories
|
||||
|
||||
Problems described in the following security advisories have been fixed in 9.3-RELEASE. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`.
|
||||
|
||||
[width="100%",cols="40%,30%,30%",options="header",]
|
||||
|===
|
||||
|Advisory |Date |Topic
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:18.openssl.asc[FreeBSD-SA-14:18.openssl] |9 September 2014 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:19.tcp.asc[FreeBSD-SA-14:19.tcp] |16 September 2014 |Denial of Service in TCP packet processing.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:20.rtsold.asc[FreeBSD-SA-14:20.rtsold] |21 October 2014 |Remote buffer overflow vulnerability.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:21.routed.asc[FreeBSD-SA-14:21.routed] |21 October 2014 |Remote denial of service vulnerability.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:22.namei.asc[FreeBSD-SA-14:22.namei] |21 October 2014 |Memory leak in sandboxed namei lookup.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:23.openssl.asc[FreeBSD-SA-14:23.openssl] |21 October 2014 |Multiple vulerabilities.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:25.setlogin.asc[FreeBSD-SA-14:25.setlogin] |04 November 2014 |Kernel stack disclosure.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:26.ftp.asc[FreeBSD-SA-14:26.ftp] |04 November 2014 |Remote code execution.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:28.file.asc[FreeBSD-SA-14:28.file] |10 December 2014 |Multiple vulnerabilities in man:file[1] and man:libmagic[3]
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:29.bind.asc[FreeBSD-SA-14:29.bind] |10 December 2014 |Remote denial of service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:31.ntp.asc[FreeBSD-SA-14:31.ntp] |23 December 2014 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:01.openssl.asc[FreeBSD-SA-15:01.openssl] |14 January 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:02.kmem.asc[FreeBSD-SA-15:02.kmem] |27 January 2015 |SCTP kernel memory corruption and disclosure vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:03.sctp.asc[FreeBSD-SA-15:03.sctp] |27 January 2015 |SCTP stream reset vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:04.igmp.asc[FreeBSD-SA-15:04.igmp] |25 February 2015 |Integer overflow in IGMP protocol
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:05.bind.asc[FreeBSD-SA-15:05.igmp] |25 February 2015 |Remote denial of service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:06.openssl.asc[FreeBSD-SA-15:06.openssl] |19 March 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:07.ntp.asc[FreeBSD-SA-15:07.ntp] |7 April 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:09.ipv6.asc[FreeBSD-SA-15:09.ipv6] |7 April 2015 |Router advertisement Denial of Service
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:10.openssl.asc[FreeBSD-SA-15:10.openssl] |16 June 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:11.bind.asc[FreeBSD-SA-15:11.bind] |7 July 2015 |Resolver remote denial of service
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:13.tcp.asc[FreeBSD-SA-15:13.tcp] |21 July 2015 |resource exhaustion due to sessions stuck in `LAST_ACK` state.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:15.tcp.asc[FreeBSD-SA-15:15.tcp] |28 July 2015 |resource exhaustion in TCP reassembly
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:16.openssh.asc[FreeBSD-SA-15:16.openssh] |28 July 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:17.bind.asc[FreeBSD-SA-15:17.bind] |28 July 2015 |Remote denial of service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:19.routed.asc[FreeBSD-SA-15:19.routed] |5 August 2015 |Remote denial of service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:20.expat.asc[FreeBSD-SA-15:20.expat] |18 August 2015 |Fix multiple integer overflows in man:libbsdxml[3].
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:21.amd64.asc[FreeBSD-SA-15:21.amd64] |25 August 2015 |Fix local privilege escalation in IRET handler.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:22.openssh.asc[FreeBSD-SA-15:22.openssh] |25 August 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:23.bind.asc[FreeBSD-SA-15:23.bind] |2 September 2015 |Remote denial of service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:24.rpcbind.asc[FreeBSD-SA-15:24.rpcbind] |29 September 2015 |Remote denial of service
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:25.ntp.asc[FreeBSD-SA-15:25.ntp] |26 October 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:26.openssl.asc[FreeBSD-SA-15:26.openssl] |5 December 2015 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:27.bind.asc[FreeBSD-SA-15:27.bind] |16 December 2015 |Remote denial of service
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:01.sctp.asc[FreeBSD-SA-16:01.sctp] |14 January 2016 |ICMPv6 error message vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:02.ntp.asc[FreeBSD-SA-16:02.ntp] |14 January 2016 |Panic threshold bypass vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:03.linux.asc[FreeBSD-SA-16:03.linux] |14 January 2016 |Incorrect `futex` handling
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:04.linux.asc[FreeBSD-SA-16:04.linux] |14 January 2016 |man:setgroups[2] system call vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:05.tcp.asc[FreeBSD-SA-16:05.tcp] |14 January 2016 |MD5 signature denial of service
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:06.bsnmpd.asc[FreeBSD-SA-16:06.bsnmpd] |14 January 2016 |Insecure default configuration file permissions
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:07.openssh.asc[FreeBSD-SA-16:07.openssh] |14 January 2016 |OpenSSH client information leak
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:08.bind.asc[FreeBSD-SA-16:08.bind] |27 January 2016 |Remote denial of service vulnerability.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc[FreeBSD-SA-16:09.ntp] |27 January 2016 |Multiple vulnerabilities.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:10.linux.asc[FreeBSD-SA-16:10.linux] |27 January 2016 |man:issetugid[2] system call vulnerability.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:11.openssl.asc[FreeBSD-SA-16:11.openssl] |30 January 2016 |SSLv2 cipher suite downgrade vulnerability.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:12.openssl.asc[FreeBSD-SA-16:12.openssl] |7 March 2016 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:13.bind.asc[FreeBSD-SA-16:13.bind] |10 March 2016 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:14.openssh-xauth.asc[FreeBSD-SA-16:14.openssh-xauth] |16 March 2016 |OpenSSH xauth injection vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:15.sysarch.asc[FreeBSD-SA-16:15.sysarch] |16 March 2016 |Incorrect argument validation in man:sysarch[2]
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc[FreeBSD-SA-16:09.ntp] |29 April 2016 |Multiple ntp vulnerabilities.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:17.openssl.asc[FreeBSD-SA-16:17.openssl] |29 April 2016 |Multiple OpenSSL vulnerabilities.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:18.atkbd.asc[FreeBSD-SA-16:18.atkbd] |17 May 2016 |Keyboard driver buffer overflow
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:19.sendmsg.asc[FreeBSD-SA-16:19.sendmsg] |17 May 2016 |Incorrect argument handling in man:sendmsg[2]
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:20.linux.asc[FreeBSD-SA-16:20.linux] |31 May 2016 |Kernel stack disclosure in Linux compatibility layer
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:21.43bsd.asc[FreeBSD-SA-16:21.43bsd] |31 May 2016 |Kernel stack disclosure in 4.3BSD compatibility layer
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:22.libarchive.asc[FreeBSD-SA-16:22.libarchive] |31 May 2016 |Absolute path traversal vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:23.libarchive.asc[FreeBSD-SA-16:23.libarchive] |31 May 2016 |Absolute path traversal vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:24.ntp.asc[FreeBSD-SA-16:24.ntp] |3 June 2016 |Multiple ntp vulnerabilties
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:25.bspatch.asc[FreeBSD-SA-16:25.bspatch] |25 July 2016 |heap overflow vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:26.openssl.asc[FreeBSD-SA-16:26.openssl] |23 September 2016 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:27.openssl.asc[FreeBSD-SA-16:27.openssl] |26 September 2016 |Regression in OpenSSL suite
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:28.bind.asc[FreeBSD-SA-16:28.bind] |10 October 2016 |BIND denial of service
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc[FreeBSD-SA-16:29.bspatch] |10 October 2016 |Heap overflow vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:30.portsnap.asc[FreeBSD-SA-16:30.portsnap] |10 October 2016 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:31.libarchive.asc[FreeBSD-SA-16:31.libarchive] |10 October 2016 |Multiple vulnerabilities
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:34.bind.asc[FreeBSD-SA-16:34.bind] |2 November 2016 |Remote Denial of Service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:35.openssl.asc[FreeBSD-SA-16:35.openssl] |2 November 2016 |Remote Denial of Service vulnerability
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:36.telnetd.asc[FreeBSD-SA-16:36.telnetd] |6 December 2016 |Possible man:login[1] argument injection
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:37.libc.asc[FreeBSD-SA-16:37.libc] |6 December 2016 |man:link_ntoa[3] buffer overflow
|
||||
|===
|
||||
|
||||
[[errata]]
|
||||
== Errata Notices
|
||||
|
||||
[width="100%",cols="40%,30%,30%",options="header",]
|
||||
|===
|
||||
|Errata |Date |Topic
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:10.tzdata.asc[FreeBSD-EN-14:10.tzdata] |21 October 2014 |Time zone data file update
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:11.crypt.asc[FreeBSD-EN-14:11.crypt] |21 October 2014 |Change man:crypt[3] default hashing algorithm back to DES
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:12.zfs.asc[FreeBSD-EN-14:12.zfs] |11 November 2014 |Fix NFSv4 and ZFS cache consistency issue
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc[FreeBSD-EN-14:13.freebsd-update] |23 December 2014 |Fixed directory deletion issue in man:freebsd-update[8]
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:01.vt.asc[FreeBSD-EN-15:01.vt] |25 February 2015 |man:vt[4] crash with improper ioctl parameters
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:02.openssl.asc[FreeBSD-EN-15:02.openssl] |25 February 2015 |OpenSSL update
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:03.freebsd-update.asc[FreeBSD-EN-15:03.freebsd-update] |25 February 2015 |man:freebsd-update[8] updates libraries in suboptimal order
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:04.freebsd-update.asc[FreeBSD-EN-15:04.freebsd-update] |13 May 2015 |man:freebsd-update[8] does not ensure the previous upgrade has completed
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:06.file.asc[FreeBSD-EN-15:06.file] |9 June 2015 |Multiple denial of service issues
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:08.sendmail.asc[FreeBSD-EN-15:08.sendmail] |30 June 2015 (revised) |Sendmail TLS/DH interoperability improvement
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:09.xlocale.asc[FreeBSD-EN-15:09.xlocale] |30 June 2015 |Fix inconsistency between locale and rune locale states
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:15.pkg.asc[FreeBSD-EN-15:15.pkg] |25 August 2015 |Insufficient check of supported man:pkg[7] signature methods.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:18.pkg.asc[FreeBSD-EN-15:18.pkg] |16 September 2015 |Implement `pubkey` support for man:pkg[7] bootstrap.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:19.kqueue.asc[FreeBSD-EN-15:19.kqueue] |4 November 2015 |man:kqueue[2] write events never fire for files larger than 2GB.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:20.vm.asc[FreeBSD-EN-15:20.vm] |4 November 2015 |Applications exiting due to segmentation violation on a correct memory address.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:02.pf.asc[FreeBSD-EN-16:02.pf] |14 January 2016 |Invalid TCP checksum issue.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:03.yplib.asc[FreeBSD-EN-16:03.yplib] |14 January 2016 |YP/NIS library bug.
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:08.zfs.asc[FreeBSD-EN-16:08.zfs] |4 May 2016 |Memory leak in ZFS
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:09.freebsd-update.asc[FreeBSD-EN-16:09.freebsd-update] |25 July 2016 |Fix man:freebsd-update[8] support of FreeBSD 11.0-RELEASE
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:19.tzcode.asc[FreeBSD-EN-16:19.tzcode] |6 December 2016 |Fix warnings about invalid timezone abbreviations
|
||||
|https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:20.tzdata.asc[FreeBSD-EN-16:20.tzdata] |6 December 2016 |Update timezone database information
|
||||
|===
|
||||
|
||||
[[late-news]]
|
||||
== Late-Breaking News
|
||||
|
||||
No late-breaking news.
|
|
@ -1,101 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Errata</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="mailto:doc@FreeBSD.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This document lists errata items for FreeBSD 9.3-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of FreeBSD. This errata document for FreeBSD 9.3-RELEASE will be maintained until the EoL of FreeBSD 9.3-STABLE." /><script xmlns="" type="text/javascript" src="/layout/js/google.js"></script></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61013096"></a>FreeBSD 9.3-RELEASE Errata</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">
|
||||
The FreeBSD Project
|
||||
</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright © 2016 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of
|
||||
the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel, Celeron, Centrino, Core, EtherExpress, i386,
|
||||
i486, Itanium, Pentium, and Xeon are trademarks or registered
|
||||
trademarks of Intel Corporation or its subsidiaries in the United
|
||||
States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and
|
||||
UltraSPARC are trademarks of SPARC International, Inc in the United
|
||||
States and other countries. SPARC International, Inc owns all of the
|
||||
SPARC trademarks and under licensing agreements allows the proper use
|
||||
of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many of the designations used by
|
||||
manufacturers and sellers to distinguish their products are claimed
|
||||
as trademarks. Where those designations appear in this document,
|
||||
and the FreeBSD Project was aware of the trademark claim, the
|
||||
designations have been followed by the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">®</span>”</span> symbol. </p></div></div><div>Last modified on 2016-01-14 11:11:46Z by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document lists errata items for FreeBSD 9.3-RELEASE,
|
||||
containing significant information discovered after the release
|
||||
or too late in the release cycle to be otherwise included in the
|
||||
release documentation.
|
||||
This information includes security advisories, as well as news
|
||||
relating to the software or documentation that could affect its
|
||||
operation or usability. An up-to-date version of this document
|
||||
should always be consulted before installing this version of
|
||||
FreeBSD. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document for FreeBSD 9.3-RELEASE
|
||||
will be maintained until the EoL of FreeBSD 9.3-STABLE. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#security">2. Security Advisories</a></span></dt><dt><span class="sect1"><a href="#errata">3. Errata Notices</a></span></dt><dt><span class="sect1"><a href="#late-news">4. Late-Breaking News</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1. Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This errata document contains <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking news</span>”</span>
|
||||
about FreeBSD 9.3-RELEASE
|
||||
Before installing this version, it is important to consult this
|
||||
document to learn about any post-release discoveries or problems
|
||||
that may already have been found and fixed. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Any version of this errata document actually distributed
|
||||
with the release (for example, on a CDROM distribution) will be
|
||||
out of date by definition, but other copies are kept updated on
|
||||
the Internet and should be consulted as the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">current
|
||||
errata</span>”</span> for this release. These other copies of the
|
||||
errata are located at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="https://www.FreeBSD.org/releases/" target="_top">https://www.FreeBSD.org/releases/</a></code>, plus any sites
|
||||
which keep up-to-date mirrors of this location. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Source and binary snapshots of FreeBSD 9.3-STABLE also
|
||||
contain up-to-date copies of this document (as of the time of
|
||||
the snapshot). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For a list of all FreeBSD CERT security advisories, see <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="https://www.FreeBSD.org/security/" target="_top">https://www.FreeBSD.org/security/</a></code>. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="security"></a>2. Security Advisories</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Problems described in the following security advisories have
|
||||
been fixed in 9.3-RELEASE. For more information, consult
|
||||
the individual advisories available from
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a></code>. </p><div class="informaltable"><table width="100%" border="0"><colgroup><col width="40%" /><col width="30%" /><col width="30%" /></colgroup><thead><tr><th>Advisory</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:18.openssl.asc" target="_top">FreeBSD-SA-14:18.openssl</a></td><td>9 September 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:19.tcp.asc" target="_top">FreeBSD-SA-14:19.tcp</a></td><td>16 September 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Denial of Service in TCP packet
|
||||
processing. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:20.rtsold.asc" target="_top">FreeBSD-SA-14:20.rtsold</a></td><td>21 October 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote buffer overflow
|
||||
vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:21.routed.asc" target="_top">FreeBSD-SA-14:21.routed</a></td><td>21 October 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:22.namei.asc" target="_top">FreeBSD-SA-14:22.namei</a></td><td>21 October 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Memory leak in sandboxed namei
|
||||
lookup. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:23.openssl.asc" target="_top">FreeBSD-SA-14:23.openssl</a></td><td>21 October 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:25.setlogin.asc" target="_top">FreeBSD-SA-14:25.setlogin</a></td><td>04 November 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel stack disclosure. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:26.ftp.asc" target="_top">FreeBSD-SA-14:26.ftp</a></td><td>04 November 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote code execution. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:28.file.asc" target="_top">FreeBSD-SA-14:28.file</a></td><td>10 December 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities in <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=file&sektion=1&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">file</span>(1)</span></a> and
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=libmagic&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">libmagic</span>(3)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:29.bind.asc" target="_top">FreeBSD-SA-14:29.bind</a></td><td>10 December 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-14:31.ntp.asc" target="_top">FreeBSD-SA-14:31.ntp</a></td><td>23 December 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:01.openssl.asc" target="_top">FreeBSD-SA-15:01.openssl</a></td><td>14 January 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:02.kmem.asc" target="_top">FreeBSD-SA-15:02.kmem</a></td><td>27 January 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SCTP kernel memory corruption and
|
||||
disclosure vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:03.sctp.asc" target="_top">FreeBSD-SA-15:03.sctp</a></td><td>27 January 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SCTP stream reset
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:04.igmp.asc" target="_top">FreeBSD-SA-15:04.igmp</a></td><td>25 February 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Integer overflow in IGMP protocol </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:05.bind.asc" target="_top">FreeBSD-SA-15:05.igmp</a></td><td>25 February 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:06.openssl.asc" target="_top">FreeBSD-SA-15:06.openssl</a></td><td>19 March 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:07.ntp.asc" target="_top">FreeBSD-SA-15:07.ntp</a></td><td>7 April 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:09.ipv6.asc" target="_top">FreeBSD-SA-15:09.ipv6</a></td><td>7 April 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Router advertisement Denial of
|
||||
Service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:10.openssl.asc" target="_top">FreeBSD-SA-15:10.openssl</a></td><td>16 June 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:11.bind.asc" target="_top">FreeBSD-SA-15:11.bind</a></td><td>7 July 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Resolver remote denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:13.tcp.asc" target="_top">FreeBSD-SA-15:13.tcp</a></td><td>21 July 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">resource exhaustion due to sessions stuck in
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">LAST_ACK</code> state. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:15.tcp.asc" target="_top">FreeBSD-SA-15:15.tcp</a></td><td>28 July 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">resource exhaustion in <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">TCP</acronym>
|
||||
reassembly </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:16.openssh.asc" target="_top">FreeBSD-SA-15:16.openssh</a></td><td>28 July 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:17.bind.asc" target="_top">FreeBSD-SA-15:17.bind</a></td><td>28 July 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:19.routed.asc" target="_top">FreeBSD-SA-15:19.routed</a></td><td>5 August 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:20.expat.asc" target="_top">FreeBSD-SA-15:20.expat</a></td><td>18 August 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix multiple integer overflows in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=libbsdxml&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">libbsdxml</span>(3)</span></a>. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:21.amd64.asc" target="_top">FreeBSD-SA-15:21.amd64</a></td><td>25 August 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix local privilege escalation in IRET
|
||||
handler. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:22.openssh.asc" target="_top">FreeBSD-SA-15:22.openssh</a></td><td>25 August 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:23.bind.asc" target="_top">FreeBSD-SA-15:23.bind</a></td><td>2 September 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:24.rpcbind.asc" target="_top">FreeBSD-SA-15:24.rpcbind</a></td><td>29 September 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:25.ntp.asc" target="_top">FreeBSD-SA-15:25.ntp</a></td><td>26 October 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:26.openssl.asc" target="_top">FreeBSD-SA-15:26.openssl</a></td><td>5 December 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-15:27.bind.asc" target="_top">FreeBSD-SA-15:27.bind</a></td><td>16 December 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:01.sctp.asc" target="_top">FreeBSD-SA-16:01.sctp</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ICMPv6 error message vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:02.ntp.asc" target="_top">FreeBSD-SA-16:02.ntp</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Panic threshold bypass
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:03.linux.asc" target="_top">FreeBSD-SA-16:03.linux</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect <code xmlns="http://www.w3.org/1999/xhtml" class="literal">futex</code>
|
||||
handling </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:04.linux.asc" target="_top">FreeBSD-SA-16:04.linux</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=setgroups&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">setgroups</span>(2)</span></a> system call
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:05.tcp.asc" target="_top">FreeBSD-SA-16:05.tcp</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">MD5 signature denial of service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:06.bsnmpd.asc" target="_top">FreeBSD-SA-16:06.bsnmpd</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Insecure default configuration file
|
||||
permissions </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:07.openssh.asc" target="_top">FreeBSD-SA-16:07.openssh</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSH</span> client
|
||||
information leak </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:08.bind.asc" target="_top">FreeBSD-SA-16:08.bind</a></td><td>27 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc" target="_top">FreeBSD-SA-16:09.ntp</a></td><td>27 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:10.linux.asc" target="_top">FreeBSD-SA-16:10.linux</a></td><td>27 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=issetugid&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">issetugid</span>(2)</span></a> system call
|
||||
vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:11.openssl.asc" target="_top">FreeBSD-SA-16:11.openssl</a></td><td>30 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SSLv2 cipher suite downgrade
|
||||
vulnerability. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:12.openssl.asc" target="_top">FreeBSD-SA-16:12.openssl</a></td><td>7 March 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:13.bind.asc" target="_top">FreeBSD-SA-16:13.bind</a></td><td>10 March 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:14.openssh-xauth.asc" target="_top">FreeBSD-SA-16:14.openssh-xauth</a></td><td>16 March 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OpenSSH xauth injection
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:15.sysarch.asc" target="_top">FreeBSD-SA-16:15.sysarch</a></td><td>16 March 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect argument validation in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysarch&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">sysarch</span>(2)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:09.ntp.asc" target="_top">FreeBSD-SA-16:09.ntp</a></td><td>29 April 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple <span xmlns="http://www.w3.org/1999/xhtml" class="application">ntp</span>
|
||||
vulnerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:17.openssl.asc" target="_top">FreeBSD-SA-16:17.openssl</a></td><td>29 April 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple <span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSL</span>
|
||||
vulnerabilities. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:18.atkbd.asc" target="_top">FreeBSD-SA-16:18.atkbd</a></td><td>17 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Keyboard driver buffer overflow </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:19.sendmsg.asc" target="_top">FreeBSD-SA-16:19.sendmsg</a></td><td>17 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect argument handling in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sendmsg&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">sendmsg</span>(2)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:20.linux.asc" target="_top">FreeBSD-SA-16:20.linux</a></td><td>31 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel stack disclosure in Linux compatibility
|
||||
layer </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:21.43bsd.asc" target="_top">FreeBSD-SA-16:21.43bsd</a></td><td>31 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel stack disclosure in 4.3BSD compatibility
|
||||
layer </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:22.libarchive.asc" target="_top">FreeBSD-SA-16:22.libarchive</a></td><td>31 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Absolute path traversal
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:23.libarchive.asc" target="_top">FreeBSD-SA-16:23.libarchive</a></td><td>31 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Absolute path traversal
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:24.ntp.asc" target="_top">FreeBSD-SA-16:24.ntp</a></td><td>3 June 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple <span xmlns="http://www.w3.org/1999/xhtml" class="application">ntp</span>
|
||||
vulnerabilties </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:25.bspatch.asc" target="_top">FreeBSD-SA-16:25.bspatch</a></td><td>25 July 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">heap overflow vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:26.openssl.asc" target="_top">FreeBSD-SA-16:26.openssl</a></td><td>23 September 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:27.openssl.asc" target="_top">FreeBSD-SA-16:27.openssl</a></td><td>26 September 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Regression in <span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSL</span>
|
||||
suite </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:28.bind.asc" target="_top">FreeBSD-SA-16:28.bind</a></td><td>10 October 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">BIND</span> denial of
|
||||
service </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc" target="_top">FreeBSD-SA-16:29.bspatch</a></td><td>10 October 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Heap overflow vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:30.portsnap.asc" target="_top">FreeBSD-SA-16:30.portsnap</a></td><td>10 October 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:31.libarchive.asc" target="_top">FreeBSD-SA-16:31.libarchive</a></td><td>10 October 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:34.bind.asc" target="_top">FreeBSD-SA-16:34.bind</a></td><td>2 November 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote Denial of Service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:35.openssl.asc" target="_top">FreeBSD-SA-16:35.openssl</a></td><td>2 November 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote Denial of Service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:36.telnetd.asc" target="_top">FreeBSD-SA-16:36.telnetd</a></td><td>6 December 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Possible <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=login&sektion=1&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">login</span>(1)</span></a> argument
|
||||
injection </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-SA-16:37.libc.asc" target="_top">FreeBSD-SA-16:37.libc</a></td><td>6 December 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=link_ntoa&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">link_ntoa</span>(3)</span></a> buffer overflow </p></td></tr></tbody></table></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="errata"></a>3. Errata Notices</h2></div></div></div><div class="informaltable"><table width="100%" border="0"><colgroup><col width="40%" /><col width="30%" /><col width="30%" /></colgroup><thead><tr><th>Errata</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:10.tzdata.asc" target="_top">FreeBSD-EN-14:10.tzdata</a></td><td>21 October 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Time zone data file update </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:11.crypt.asc" target="_top">FreeBSD-EN-14:11.crypt</a></td><td>21 October 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Change <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=crypt&sektion=3&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">crypt</span>(3)</span></a> default hashing algorithm
|
||||
back to DES </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:12.zfs.asc" target="_top">FreeBSD-EN-14:12.zfs</a></td><td>11 November 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix NFSv4 and ZFS cache consistency
|
||||
issue </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc" target="_top">FreeBSD-EN-14:13.freebsd-update</a></td><td>23 December 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fixed directory deletion issue in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:01.vt.asc" target="_top">FreeBSD-EN-15:01.vt</a></td><td>25 February 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> crash with improper ioctl
|
||||
parameters </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:02.openssl.asc" target="_top">FreeBSD-EN-15:02.openssl</a></td><td>25 February 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">OpenSSL update </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:03.freebsd-update.asc" target="_top">FreeBSD-EN-15:03.freebsd-update</a></td><td>25 February 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> updates libraries in
|
||||
suboptimal order </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:04.freebsd-update.asc" target="_top">FreeBSD-EN-15:04.freebsd-update</a></td><td>13 May 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> does not ensure the
|
||||
previous upgrade has completed </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:06.file.asc" target="_top">FreeBSD-EN-15:06.file</a></td><td>9 June 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple denial of service issues </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:08.sendmail.asc" target="_top">FreeBSD-EN-15:08.sendmail</a></td><td>30 June 2015 (revised)</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Sendmail TLS/DH interoperability improvement </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:09.xlocale.asc" target="_top">FreeBSD-EN-15:09.xlocale</a></td><td>30 June 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix inconsistency between locale and rune locale states </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:15.pkg.asc" target="_top">FreeBSD-EN-15:15.pkg</a></td><td>25 August 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Insufficient check of supported <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a>
|
||||
signature methods. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:18.pkg.asc" target="_top">FreeBSD-EN-15:18.pkg</a></td><td>16 September 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Implement <code xmlns="http://www.w3.org/1999/xhtml" class="literal">pubkey</code> support for
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> bootstrap. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:19.kqueue.asc" target="_top">FreeBSD-EN-15:19.kqueue</a></td><td>4 November 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kqueue&sektion=2&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">kqueue</span>(2)</span></a> write events never fire for files
|
||||
larger than 2GB. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-15:20.vm.asc" target="_top">FreeBSD-EN-15:20.vm</a></td><td>4 November 2015</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Applications exiting due to segmentation
|
||||
violation on a correct memory address. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:02.pf.asc" target="_top">FreeBSD-EN-16:02.pf</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Invalid TCP checksum issue. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:03.yplib.asc" target="_top">FreeBSD-EN-16:03.yplib</a></td><td>14 January 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">YP/NIS</span> library
|
||||
bug. </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:08.zfs.asc" target="_top">FreeBSD-EN-16:08.zfs</a></td><td>4 May 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Memory leak in ZFS </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:09.freebsd-update.asc" target="_top">FreeBSD-EN-16:09.freebsd-update</a></td><td>25 July 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=freebsd-release-ports"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> support of
|
||||
FreeBSD 11.0-RELEASE </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:19.tzcode.asc" target="_top">FreeBSD-EN-16:19.tzcode</a></td><td>6 December 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix warnings about invalid timezone
|
||||
abbreviations </p></td></tr><tr><td><a class="link" href="https://www.FreeBSD.org/security/advisories/FreeBSD-EN-16:20.tzdata.asc" target="_top">FreeBSD-EN-16:20.tzdata</a></td><td>6 December 2016</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Update timezone database
|
||||
information </p></td></tr></tbody></table></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="late-news"></a>4. Late-Breaking News</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">No late-breaking news. </p></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents,
|
||||
can be downloaded from <a href="https://www.FreeBSD.org/releases/">https://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a> before
|
||||
contacting <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should
|
||||
subscribe to the <<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>>
|
||||
mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation,
|
||||
e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p></body></html>
|
3221
website/content/en/releases/9.3R/hardware.adoc
Normal file
3221
website/content/en/releases/9.3R/hardware.adoc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
93
website/content/en/releases/9.3R/installation.adoc
Normal file
93
website/content/en/releases/9.3R/installation.adoc
Normal file
|
@ -0,0 +1,93 @@
|
|||
---
|
||||
title: "FreeBSD 9.3-RELEASE Installation Instructions"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.3-RELEASE Installation Instructions
|
||||
|
||||
== Abstract
|
||||
|
||||
This article gives some brief instructions on installing FreeBSD 9.3-RELEASE and upgrading the systems running earlier releases.
|
||||
|
||||
'''''
|
||||
|
||||
Table of Contents
|
||||
|
||||
* <<install, Installing FreeBSD>>
|
||||
* <<upgrade, Upgrading FreeBSD>>
|
||||
|
||||
[[install]]
|
||||
== Installing FreeBSD
|
||||
|
||||
The link:{handbook}#bsdinstall[Installing FreeBSD] chapter of the link:{handbook}[FreeBSD Handbook] provides more in-depth information about the installation program itself, including a guided walk-through with screenshots.
|
||||
|
||||
[[upgrade]]
|
||||
== Upgrading FreeBSD
|
||||
|
||||
If you are upgrading from a previous release of FreeBSD, please read http://www.FreeBSD.org/releases/9.3R/relnotes/#upgrade[upgrading section in the Release Notes] for notable incompatibilities carefully.
|
||||
|
||||
== Upgrading from Source
|
||||
|
||||
The procedure for doing a source code based update is described in `Synchronizing Source` and `Rebuilding World`.
|
||||
|
||||
For SVN use the `releng/9.3` branch which will be where any upcoming Security Advisories or Errata Notices will be applied.
|
||||
|
||||
== Upgrading Using "FreeBSD Update"
|
||||
|
||||
The man:freebsd-update[8] utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running `8.4-RELEASE`, `9.[12]-RELEASE`, `9.3-BETA*`, or `9.3-RC*` can upgrade as follows:
|
||||
|
||||
First, ensure that your current system is up to date; a change was recently made to man:freebsd-update[8] (Errata Notice http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc[FreeBSD-EN-12:01.freebsd-update]) which is needed in order to upgrade to FreeBSD 9.3-RELEASE.
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update fetch
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
Now the man:freebsd-update[8] utility can fetch bits belonging to 9.3-RELEASE. During this process man:freebsd-update[8] will ask for help in merging configuration files.
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update upgrade -r 9.3-RELEASE
|
||||
----
|
||||
|
||||
Due to changes in the way that FreeBSD is packaged on the release media, two complications may arise in this process if upgrading from FreeBSD 8.x:
|
||||
|
||||
[arabic]
|
||||
. The FreeBSD, which previously could appear in either `/boot/kernel` or `/boot/GENERIC`, now only appears as `/boot/kernel`. As a result, any kernel appearing in `/boot/GENERIC` will be deleted. Please carefully read the output printed by man:freebsd-update[8] and confirm that an updated kernel will be placed into `/boot/kernel` before proceeding beyond this point.
|
||||
. The FreeBSD source tree in `/usr/src` (if present) will be deleted. (Normally the man:freebsd-update[8] utility will update a source tree, but in this case the changes in release packaging result in the man:freebsd-update[8] utility not recognizing that the source tree from the old release and the source tree from the new release correspond to the same part of FreeBSD.)
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
The system must now be rebooted with the newly installed kernel before the non-kernel components are updated.
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# shutdown -r now
|
||||
----
|
||||
|
||||
After rebooting, man:freebsd-update[8] needs to be run again to install the new userland components:
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
At this point, users of systems being upgraded from FreeBSD 8.4-RELEASE or earlier will be prompted by man:freebsd-update[8] to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries.
|
||||
|
||||
After updating installed third-party applications (and again, only if man:freebsd-update[8] printed a message indicating that this was necessary), run man:freebsd-update[8] again so that it can delete the old (no longer used) system libraries:
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# freebsd-update install
|
||||
----
|
||||
|
||||
Finally, reboot into 9.3-RELEASE
|
||||
|
||||
[source,screen]
|
||||
----
|
||||
# shutdown -r now
|
||||
----
|
|
@ -1,78 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Installation Instructions</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="doc@FreeBSD.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This article gives some brief instructions on installing FreeBSD 9.3-RELEASE and upgrading the systems running earlier releases." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61528864"></a>FreeBSD 9.3-RELEASE Installation Instructions</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright © 2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of
|
||||
the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel, Celeron, EtherExpress, i386,
|
||||
i486, Itanium, Pentium, and Xeon are trademarks or registered
|
||||
trademarks of Intel Corporation or its subsidiaries in the United
|
||||
States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and
|
||||
UltraSPARC are trademarks of SPARC International, Inc in the United
|
||||
States and other countries. SPARC International, Inc owns all of the
|
||||
SPARC trademarks and under licensing agreements allows the proper use
|
||||
of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many of the designations used by
|
||||
manufacturers and sellers to distinguish their products are claimed
|
||||
as trademarks. Where those designations appear in this document,
|
||||
and the FreeBSD Project was aware of the trademark claim, the
|
||||
designations have been followed by the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">®</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This article gives some brief instructions on installing
|
||||
FreeBSD 9.3-RELEASE and upgrading the systems running earlier
|
||||
releases. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#install">1. Installing FreeBSD</a></span></dt><dt><span class="sect1"><a href="#upgrade">2. Upgrading FreeBSD</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="install"></a>1. Installing FreeBSD</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/bsdinstall.html" target="_top"><span class="quote">“<span class="quote">Installing
|
||||
FreeBSD</span>”</span></a>
|
||||
chapter of the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD
|
||||
Handbook</a> provides more in-depth information about the
|
||||
installation program itself, including a guided walk-through with
|
||||
screenshots. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="upgrade"></a>2. Upgrading FreeBSD</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">If you are upgrading from a previous release of FreeBSD, please
|
||||
read <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://www.FreeBSD.org/releases/9.3R/relnotes.html#upgrade" target="_top">upgrading
|
||||
section in the Release Notes</a> for notable
|
||||
incompatibilities carefully. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61917344"></a>2.1. Upgrading from Source</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The procedure for doing a source code based update is
|
||||
described in
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="../../../../doc/en_US.ISO8859-1/books/handbook/synching.html" target="_top">Synchronizing Source</a></code> and
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="../../../../doc/en_US.ISO8859-1/books/handbook/makeworld.html" target="_top">Rebuilding World</a></code>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For SVN use the <code xmlns="http://www.w3.org/1999/xhtml" class="filename">releng/9.3</code> branch
|
||||
which will be where any upcoming Security Advisories or Errata
|
||||
Notices will be applied. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61924768"></a>2.2. Upgrading Using <span class="quote">“<span class="quote">FreeBSD Update</span>”</span></h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility supports binary
|
||||
upgrades of i386 and amd64 systems running
|
||||
earlier FreeBSD releases. Systems running
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">8.4-RELEASE</code>,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">9.[12]-RELEASE</code>,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">9.3-BETA*</code>, or
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">9.3-RC*</code> can upgrade as follows: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">First, ensure that your current system is up to date; a
|
||||
change was recently made to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> (Errata
|
||||
Notice <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://security.FreeBSD.org/advisories/FreeBSD-EN-12:01.freebsd-update.asc" target="_top">FreeBSD-EN-12:01.freebsd-update</a>)
|
||||
which is needed in order to upgrade to FreeBSD
|
||||
9.3-RELEASE. </p><pre class="screen"><code class="prompt">#</code> freebsd-update fetch
|
||||
<code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Now the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility can fetch bits
|
||||
belonging to 9.3-RELEASE. During this process
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> will ask for help in merging
|
||||
configuration files. </p><pre class="screen"><code class="prompt">#</code> freebsd-update upgrade -r 9.3-RELEASE</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Due to changes in the way that FreeBSD is packaged on the
|
||||
release media, two complications may arise in this process if
|
||||
upgrading from FreeBSD 8.x: </p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The FreeBSD, which previously could appear in either
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/kernel</code> or
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/GENERIC</code>, now only appears as
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/kernel</code>. As a result, any
|
||||
kernel appearing in <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/GENERIC</code>
|
||||
will be deleted. Please carefully read the output printed
|
||||
by <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> and confirm that an updated
|
||||
kernel will be placed into
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/boot/kernel</code> before proceeding beyond
|
||||
this point. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The FreeBSD source tree in <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/src</code>
|
||||
(if present) will be deleted. (Normally the
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility will update a source tree,
|
||||
but in this case the changes in release packaging result
|
||||
in the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility not recognizing that
|
||||
the source tree from the old release and the source tree
|
||||
from the new release correspond to the same part of
|
||||
FreeBSD.) </p></li></ol></div><pre class="screen"><code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The system must now be rebooted with the newly installed
|
||||
kernel before the non-kernel components are updated. </p><pre class="screen"><code class="prompt">#</code> shutdown -r now</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">After rebooting, <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> needs to be run
|
||||
again to install the new userland components: </p><pre class="screen"><code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">At this point, users of systems being upgraded from FreeBSD
|
||||
8.4-RELEASE or earlier will be prompted by
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> to rebuild all third-party applications
|
||||
(e.g., ports installed from the ports tree) due to updates in
|
||||
system libraries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">After updating installed third-party applications (and
|
||||
again, only if <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> printed a message
|
||||
indicating that this was necessary), run
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> again so that it can delete the old (no
|
||||
longer used) system libraries: </p><pre class="screen"><code class="prompt">#</code> freebsd-update install</pre><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Finally, reboot into 9.3-RELEASE </p><pre class="screen"><code class="prompt">#</code> shutdown -r now</pre></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents,
|
||||
can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a> before
|
||||
contacting <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should
|
||||
subscribe to the <<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>>
|
||||
mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation,
|
||||
e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p></body></html>
|
129
website/content/en/releases/9.3R/readme.adoc
Normal file
129
website/content/en/releases/9.3R/readme.adoc
Normal file
|
@ -0,0 +1,129 @@
|
|||
---
|
||||
title: "FreeBSD 9.3-RELEASE README"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
= FreeBSD 9.3-RELEASE README
|
||||
|
||||
== Abstract
|
||||
|
||||
This document gives a brief introduction to FreeBSD 9.3-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information.
|
||||
|
||||
'''''
|
||||
|
||||
Table of Contents
|
||||
|
||||
* <<intro, Introduction>>
|
||||
* <<obtain, Obtaining FreeBSD>>
|
||||
* <<contacting, Contacting the FreeBSD Project>>
|
||||
* <<seealso, Further Reading>>
|
||||
* <<acknowledgements, Acknowledgments>>
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This distribution is a release of FreeBSD 9.3-RELEASE, the latest point along the 9.3-STABLE branch.
|
||||
|
||||
== About FreeBSD
|
||||
|
||||
FreeBSD is an operating system based on 4.4 BSD Lite for AMD64 and Intel EM64T based PC hardware (amd64), Intel, AMD, Cyrix or NexGen "x86" based PC hardware (i386), Intel Itanium Processor based computers (ia64), NEC PC-9801/9821 series PCs and compatibles (pc98), and UltraSPARC(R) machines (sparc64). Versions for the ARM(R) (arm), MIPS(R) (mips), and PowerPC(R) (powerpc) architectures are currently under development as well. FreeBSD works with a wide variety of peripherals and configurations and can be used for everything from software development to games to Internet Service Provision.
|
||||
|
||||
This release of FreeBSD contains everything you need to run such a system, including full source code for the kernel and all utilities in the base distribution. With the source distribution installed, you can literally recompile the entire system from scratch with one command, making it ideal for students, researchers, or users who simply want to see how it all works.
|
||||
|
||||
A large collection of third-party ported software (the "Ports Collection") is also provided to make it easy to obtain and install all your favorite traditional UNIX(R) utilities for FreeBSD. Each "port" consists of a set of scripts to retrieve, configure, build, and install a piece of software, with a single command. Over 24,000 ports, from editors to programming languages to graphical applications, make FreeBSD a powerful and comprehensive operating environment that extends far beyond what's provided by many commercial versions of UNIX(R). Most ports are also available as pre-compiled "packages", which can be quickly installed from the installation program.
|
||||
|
||||
== Target Audience
|
||||
|
||||
This release of FreeBSD is suitable for all users. It has undergone a period of testing and quality assurance checking to ensure the highest reliability and dependability.
|
||||
|
||||
[[obtain]]
|
||||
== Obtaining FreeBSD
|
||||
|
||||
FreeBSD may be obtained in a variety of ways. This section focuses on those ways that are primarily useful for obtaining a complete FreeBSD distribution, rather than updating an existing installation.
|
||||
|
||||
== CDROM and DVD
|
||||
|
||||
FreeBSD -RELEASE distributions may be ordered on CDROM or DVD from several publishers. This is frequently the most convenient way to obtain FreeBSD for new installations, as it provides a convenient way to quickly reinstall the system if necessary. Some distributions include some of the optional, precompiled "packages" from the FreeBSD Ports Collection, or other extra material.
|
||||
|
||||
A list of the CDROM and DVD publishers known to the project are listed in the link:{handbook}#mirrors["Obtaining FreeBSD"] appendix to the Handbook.
|
||||
|
||||
== FTP
|
||||
|
||||
You can use FTP to retrieve FreeBSD and any or all of its optional packages from `ftp://ftp.FreeBSD.org/`, which is the official FreeBSD release site, or any of its "mirrors".
|
||||
|
||||
Lists of locations that mirror FreeBSD can be found in the link:{handbook}#mirrors-ftp[FTP Sites] section of the Handbook. Finding a close (in networking terms) mirror from which to download the distribution is highly recommended.
|
||||
|
||||
Additional mirror sites are always welcome. Contact `<freebsd-admin@FreeBSD.org>` for more details on becoming an official mirror site. You can also find useful information for mirror sites at the link:{hubs}[Mirroring FreeBSD] article.
|
||||
|
||||
Mirrors generally contain the ISO images generally used to create a CDROM of a FreeBSD release. They usually also contain floppy disk images (for applicable platforms), as well as the files necessary to do an installation over the network. Finally mirrors sites usually contain a set of packages for the most current release.
|
||||
|
||||
[[contacting]]
|
||||
== Contacting the FreeBSD Project
|
||||
|
||||
== Email and Mailing Lists
|
||||
|
||||
For any questions or general technical support issues, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions[FreeBSD general questions mailing list].
|
||||
|
||||
If you're tracking the 9.3-STABLE development efforts, you _must_ join the http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable[FreeBSD-STABLE mailing list], in order to keep abreast of recent developments and changes that may affect the way you use and maintain the system.
|
||||
|
||||
Being a largely-volunteer effort, the FreeBSD Project is always happy to have extra hands willing to help—there are already far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please send mail to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers[FreeBSD technical discussions mailing list].
|
||||
|
||||
Please note that these mailing lists can experience _significant_ amounts of traffic. If you have slow or expensive mail access, or are only interested in keeping up with major FreeBSD events, you may find it preferable to subscribe instead to the http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce[FreeBSD announcements mailing list].
|
||||
|
||||
All of the mailing lists can be freely joined by anyone wishing to do so. Visit the http://lists.FreeBSD.org/mailman/listinfo/[FreeBSD Mailman Info Page]. This will give you more information on joining the various lists, accessing archives, etc. There are a number of mailing lists targeted at special interest groups not mentioned here; more information can be obtained either from the Mailman pages or the link:../../../../support/#mailing-list[mailing lists section] of the FreeBSD Web site.
|
||||
|
||||
== Important:
|
||||
|
||||
Do _not_ send email to the lists asking to be subscribed. Use the Mailman interface instead.
|
||||
|
||||
== Submitting Problem Reports
|
||||
|
||||
Suggestions, bug reports and contributions of code are always valued—please do not hesitate to report any problems you may find. Bug reports with attached fixes are of course even more welcome.
|
||||
|
||||
The method to submit bug reports from a machine with Internet mail connectivity is to use the https://bugs.freebsd.org/submit/[Bugzilla web interface]. "Problem Reports" (PRs) submitted in this way will be filed and their progress tracked; the FreeBSD developers will do their best to respond to all reported bugs as soon as possible. A https://bugs.freebsd.org/search/[search interface] of all active PRs is available; this list is useful to find what potential problems other users have encountered.
|
||||
|
||||
Note that man:send-pr[1] is a stub shell script, and instructs to use the Bugzilla interface.
|
||||
|
||||
For more information, link:{problem-reports}["Writing FreeBSD Problem Reports"], available on the FreeBSD Web site, has a number of helpful hints on writing and submitting effective problem reports.
|
||||
|
||||
[[seealso]]
|
||||
== Further Reading
|
||||
|
||||
There are many sources of information about FreeBSD; some are included with this distribution, while others are available on-line or in print versions.
|
||||
|
||||
[[release-docs]]
|
||||
== Release Documentation
|
||||
|
||||
A number of other files provide more specific information about this release distribution. These files are provided in various formats. Most distributions will include both ASCII text (`.TXT`) and HTML (`.HTM`) renditions. Some distributions may also include other formats such as Portable Document Format (`.PDF`).
|
||||
|
||||
* `README.TXT`: This file, which gives some general information about FreeBSD as well as some cursory notes about obtaining a distribution.
|
||||
* `RELNOTES.TXT`: The release notes, showing what's new and different in FreeBSD 9.3-RELEASE compared to the previous release (FreeBSD 9.2-RELEASE).
|
||||
* `HARDWARE.TXT`: The hardware compatibility list, showing devices with which FreeBSD has been tested and is known to work.
|
||||
* `ERRATA.TXT`: Release errata. Late-breaking, post-release information can be found in this file, which is principally applicable to releases (as opposed to snapshots). It is important to consult this file before installing a release of FreeBSD, as it contains the latest information on problems which have been found and fixed since the release was created.
|
||||
|
||||
== Note:
|
||||
|
||||
It is extremely important to read the errata for any given release before installing it, to learn about any "late-breaking news" or post-release problems. The errata file accompanying each release (most likely right next to this file) is already out of date by definition, but other copies are kept updated on the Internet and should be consulted as the "current errata" for this release. These other copies of the errata are located at `the FreeBSD releases page` (as well as any sites which keep up-to-date mirrors of this location).
|
||||
|
||||
== Manual Pages
|
||||
|
||||
As with almost all UNIX(R) like operating systems, FreeBSD comes with a set of on-line manual pages, accessed through the man:man[1] command or through the http://www.FreeBSD.org/cgi/man.cgi[hypertext manual pages gateway] on the FreeBSD Web site. In general, the manual pages provide information on the different commands and APIs available to the FreeBSD user.
|
||||
|
||||
In some cases, manual pages are written to give information on particular topics. Notable examples of such manual pages are man:tuning[7] (a guide to performance tuning), man:security[7] (an introduction to FreeBSD security), and man:style[9] (a style guide to kernel coding).
|
||||
|
||||
== Books and Articles
|
||||
|
||||
Two highly-useful collections of FreeBSD-related information, maintained by the FreeBSD Project, are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked Questions document). On-line versions of the link:{handbook}[Handbook] and link:{faq}[FAQ] are always available from the link:../../../../docs/[FreeBSD Documentation page] or its mirrors. If you install the `doc` distribution set, you can use a Web browser to read the Handbook and FAQ locally. In particular, note that the Handbook contains a step-by-step guide to installing FreeBSD.
|
||||
|
||||
A number of on-line books and articles, also maintained by the FreeBSD Project, cover more-specialized, FreeBSD-related topics. This material spans a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are available from the FreeBSD Documentation Page or in the `doc` distribution set.
|
||||
|
||||
A listing of other books and documents about FreeBSD can be found in the link:{handbook}#bibliography[bibliography] of the FreeBSD Handbook. Because of FreeBSD's strong UNIX(R) heritage, many other articles and books written for UNIX(R) systems are applicable as well, some of which are also listed in the bibliography.
|
||||
|
||||
[[acknowledgements]]
|
||||
== Acknowledgments
|
||||
|
||||
FreeBSD represents the cumulative work of many hundreds, if not thousands, of individuals from around the world who have worked countless hours to bring about this release. For a complete list of FreeBSD developers and contributors, please see link:{contributors}["Contributors to FreeBSD"] on the FreeBSD Web site or any of its mirrors.
|
||||
|
||||
Special thanks also go to the many thousands of FreeBSD users and testers all over the world, without whom this release simply would not have been possible.
|
|
@ -1,199 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE README</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="doc@FreeBSD.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="This document gives a brief introduction to FreeBSD 9.3-RELEASE. It includes some information on how to obtain FreeBSD, a listing of various ways to contact the FreeBSD Project, and pointers to some other sources of information." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61541152"></a>FreeBSD 9.3-RELEASE README</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright © 2014 The FreeBSD Documentation Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of
|
||||
the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel, Celeron, EtherExpress, i386,
|
||||
i486, Itanium, Pentium, and Xeon are trademarks or registered
|
||||
trademarks of Intel Corporation or its subsidiaries in the United
|
||||
States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Motif, OSF/1, and UNIX are
|
||||
registered trademarks and IT DialTone and The Open Group are
|
||||
trademarks of The Open Group in the United States and other
|
||||
countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and
|
||||
UltraSPARC are trademarks of SPARC International, Inc in the United
|
||||
States and other countries. SPARC International, Inc owns all of the
|
||||
SPARC trademarks and under licensing agreements allows the proper use
|
||||
of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many of the designations used by
|
||||
manufacturers and sellers to distinguish their products are claimed
|
||||
as trademarks. Where those designations appear in this document,
|
||||
and the FreeBSD Project was aware of the trademark claim, the
|
||||
designations have been followed by the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">®</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document gives a brief introduction to FreeBSD
|
||||
9.3-RELEASE. It includes some information on how to
|
||||
obtain FreeBSD, a listing of various ways to contact the FreeBSD
|
||||
Project, and pointers to some other sources of
|
||||
information. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#obtain">2. Obtaining FreeBSD</a></span></dt><dt><span class="sect1"><a href="#contacting">3. Contacting the FreeBSD Project</a></span></dt><dt><span class="sect1"><a href="#seealso">4. Further Reading</a></span></dt><dt><span class="sect1"><a href="#acknowledgements">5. Acknowledgments</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1. Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This distribution is a release of FreeBSD 9.3-RELEASE, the
|
||||
latest point along the 9.3-STABLE branch. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61915552"></a>1.1. About FreeBSD</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is an operating system based on 4.4 BSD Lite for
|
||||
AMD64 and Intel EM64T based PC hardware (amd64),
|
||||
Intel, AMD, Cyrix or NexGen <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">x86</span>”</span> based PC hardware (i386),
|
||||
Intel Itanium Processor based computers (ia64),
|
||||
NEC PC-9801/9821 series PCs and compatibles (pc98),
|
||||
and <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UltraSPARC</span>® machines (sparc64). Versions
|
||||
for the <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">ARM</span>® (arm), <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">MIPS</span>® (mips), and
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">PowerPC</span>® (powerpc) architectures are currently under
|
||||
development as well. FreeBSD works with a wide variety of
|
||||
peripherals and configurations and can be used for everything
|
||||
from software development to games to Internet Service
|
||||
Provision. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This release of FreeBSD contains everything you need to run
|
||||
such a system, including full source code for the kernel and
|
||||
all utilities in the base distribution. With the source
|
||||
distribution installed, you can literally recompile the entire
|
||||
system from scratch with one command, making it ideal for
|
||||
students, researchers, or users who simply want to see how it
|
||||
all works. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A large collection of third-party ported software (the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Ports Collection</span>”</span>) is also provided to make it
|
||||
easy to obtain and install all your favorite traditional <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>®
|
||||
utilities for FreeBSD. Each <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">port</span>”</span> consists of a
|
||||
set of scripts to retrieve, configure, build, and install a
|
||||
piece of software, with a single command. Over 24,000
|
||||
ports, from editors to programming languages to graphical
|
||||
applications, make FreeBSD a powerful and comprehensive operating
|
||||
environment that extends far beyond what's provided by many
|
||||
commercial versions of <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>®. Most ports are also available as
|
||||
pre-compiled <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">packages</span>”</span>, which can be quickly
|
||||
installed from the installation program. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61931936"></a>1.2. Target Audience</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This release of FreeBSD is suitable for all users. It
|
||||
has undergone a period of testing and quality assurance
|
||||
checking to ensure the highest reliability and
|
||||
dependability. </p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="obtain"></a>2. Obtaining FreeBSD</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD may be obtained in a variety of ways. This section
|
||||
focuses on those ways that are primarily useful for obtaining a
|
||||
complete FreeBSD distribution, rather than updating an existing
|
||||
installation. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61947936"></a>2.1. CDROM and DVD</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD -RELEASE distributions may be ordered on CDROM or DVD
|
||||
from several publishers. This is frequently the most
|
||||
convenient way to obtain FreeBSD for new installations, as it
|
||||
provides a convenient way to quickly reinstall the system if
|
||||
necessary. Some distributions include some of the optional,
|
||||
precompiled <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">packages</span>”</span> from the FreeBSD Ports
|
||||
Collection, or other extra material. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A list of the CDROM and DVD publishers known to the
|
||||
project are listed in the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors.html" target="_top"><span class="quote">“<span class="quote">Obtaining
|
||||
FreeBSD</span>”</span></a> appendix to the Handbook. </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61956896"></a>2.2. FTP</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">You can use FTP to retrieve FreeBSD and any or all of its
|
||||
optional packages from <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="ftp://ftp.FreeBSD.org/" target="_top">ftp://ftp.FreeBSD.org/</a></code>, which is the official
|
||||
FreeBSD release site, or any of its
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">mirrors</span>”</span>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Lists of locations that mirror FreeBSD can be found in the
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html" target="_top">FTP
|
||||
Sites</a> section of the Handbook.
|
||||
Finding a close (in networking terms) mirror from which to
|
||||
download the distribution is highly recommended. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Additional mirror sites are always welcome. Contact
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="email"><<a xmlns="" class="email" href="mailto:freebsd-admin@FreeBSD.org">freebsd-admin@FreeBSD.org</a>></code> for more details on
|
||||
becoming an official mirror site. You can also find useful
|
||||
information for mirror sites at the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/articles/hubs/" target="_top">Mirroring
|
||||
FreeBSD</a> article. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Mirrors generally contain the ISO images generally used to
|
||||
create a CDROM of a FreeBSD release. They usually also contain
|
||||
floppy disk images (for applicable platforms), as well as the
|
||||
files necessary to do an installation over the network.
|
||||
Finally mirrors sites usually contain a set of packages for
|
||||
the most current release. </p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="contacting"></a>3. Contacting the FreeBSD Project</h2></div></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61970336"></a>3.1. Email and Mailing Lists</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For any questions or general technical support issues,
|
||||
please send mail to the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions" target="_top">FreeBSD general questions mailing list</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">If you're tracking the 9.3-STABLE development efforts, you
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>must</em></span> join the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable" target="_top">FreeBSD-STABLE mailing list</a>, in order to
|
||||
keep abreast of recent developments and changes that may
|
||||
affect the way you use and maintain the system. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Being a largely-volunteer effort, the FreeBSD
|
||||
Project is always happy to have extra hands willing to help—there are already far more desired enhancements than
|
||||
there is time to implement them. To contact the developers on
|
||||
technical matters, or with offers of help, please send mail to
|
||||
the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers" target="_top">FreeBSD technical discussions mailing list</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Please note that these mailing lists can experience
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>significant</em></span> amounts of traffic. If you
|
||||
have slow or expensive mail access, or are only interested in
|
||||
keeping up with major FreeBSD events, you may find it
|
||||
preferable to subscribe instead to the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce" target="_top">FreeBSD announcements mailing list</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All of the mailing lists can be freely joined by anyone
|
||||
wishing to do so. Visit the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../mailman/listinfo" target="_top">
|
||||
FreeBSD Mailman Info Page</a>. This will give you more
|
||||
information on joining the various lists, accessing archives,
|
||||
etc. There are a number of mailing lists targeted at special
|
||||
interest groups not mentioned here; more information can be
|
||||
obtained either from the Mailman pages or the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../support.html#mailing-list" target="_top">mailing
|
||||
lists section</a> of the FreeBSD Web site. </p><div xmlns="" class="important"><h3 class="admontitle">Important: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Do <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>not</em></span> send email to the lists
|
||||
asking to be subscribed. Use the Mailman interface
|
||||
instead. </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61997728"></a>3.2. Submitting Problem Reports</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Suggestions, bug reports and contributions of code are
|
||||
always valued—please do not hesitate to report any
|
||||
problems you may find. Bug reports with attached fixes are of
|
||||
course even more welcome. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The method to submit bug reports from a machine
|
||||
with Internet mail connectivity is to use the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://bugs.freebsd.org/submit/" target="_top">Bugzilla web
|
||||
interface</a>.
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Problem Reports</span>”</span> (PRs) submitted in this way
|
||||
will be filed and their progress tracked; the FreeBSD developers
|
||||
will do their best to respond to all reported bugs as soon as
|
||||
possible. A <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://bugs.freebsd.org/search/" target="_top">search
|
||||
interface</a> of all active PRs is available;
|
||||
this list is useful to find what potential problems other users
|
||||
have encountered. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note that <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1"><span class="citerefentry"><span class="refentrytitle">send-pr</span>(1)</span></a> is a stub shell script, and
|
||||
instructs to use the Bugzilla interface. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For more information, <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/articles/problem-reports/" target="_top"><span class="quote">“<span class="quote">Writing
|
||||
FreeBSD Problem Reports</span>”</span></a>, available on the FreeBSD Web
|
||||
site, has a number of helpful hints on writing and submitting
|
||||
effective problem reports. </p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="seealso"></a>4. Further Reading</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">There are many sources of information about FreeBSD; some are
|
||||
included with this distribution, while others are available
|
||||
on-line or in print versions. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="release-docs"></a>4.1. Release Documentation</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A number of other files provide more specific information
|
||||
about this release distribution. These files are
|
||||
provided in various formats. Most distributions will include
|
||||
both ASCII text (<code xmlns="http://www.w3.org/1999/xhtml" class="filename">.TXT</code>) and HTML
|
||||
(<code xmlns="http://www.w3.org/1999/xhtml" class="filename">.HTM</code>) renditions. Some distributions
|
||||
may also include other formats such as Portable Document Format
|
||||
(<code xmlns="http://www.w3.org/1999/xhtml" class="filename">.PDF</code>).
|
||||
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">README.TXT</code>: This file, which
|
||||
gives some general information about FreeBSD as well as
|
||||
some cursory notes about obtaining a
|
||||
distribution. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">RELNOTES.TXT</code>: The release
|
||||
notes, showing what's new and different in FreeBSD
|
||||
9.3-RELEASE compared to the previous release (FreeBSD
|
||||
9.2-RELEASE). </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">HARDWARE.TXT</code>: The hardware
|
||||
compatibility list, showing devices with which FreeBSD has
|
||||
been tested and is known to work. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><code xmlns="http://www.w3.org/1999/xhtml" class="filename">ERRATA.TXT</code>: Release errata.
|
||||
Late-breaking, post-release information can be found in
|
||||
this file, which is principally applicable to releases
|
||||
(as opposed to snapshots). It is important to consult
|
||||
this file before installing a release of FreeBSD, as it
|
||||
contains the latest information on problems which have
|
||||
been found and fixed since the release was
|
||||
created. </p></li></ul></div>
|
||||
</p><div xmlns="" class="note"><h3 class="admontitle">Note: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">It is extremely important to read the errata for any
|
||||
given release before installing it, to learn about any
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking news</span>”</span> or post-release problems.
|
||||
The errata file accompanying each release (most likely right
|
||||
next to this file) is already out of date by definition, but
|
||||
other copies are kept updated on the Internet and should be
|
||||
consulted as the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">current errata</span>”</span> for this
|
||||
release. These other copies of the errata are located at
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="../../../../releases/" target="_top">the FreeBSD releases page</a></code> (as
|
||||
well as any sites which keep up-to-date mirrors of this
|
||||
location). </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62059424"></a>4.2. Manual Pages</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">As with almost all <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>® like operating systems, FreeBSD comes
|
||||
with a set of on-line manual pages, accessed through the
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=man&sektion=1"><span class="citerefentry"><span class="refentrytitle">man</span>(1)</span></a> command or through the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="http://www.FreeBSD.org/cgi/man.cgi" target="_top">hypertext manual
|
||||
pages gateway</a> on the FreeBSD Web site. In general, the
|
||||
manual pages provide information on the different commands and
|
||||
APIs available to the FreeBSD user. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">In some cases, manual pages are written to give
|
||||
information on particular topics. Notable examples of such
|
||||
manual pages are <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=tuning&sektion=7"><span class="citerefentry"><span class="refentrytitle">tuning</span>(7)</span></a> (a guide to performance tuning),
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=security&sektion=7"><span class="citerefentry"><span class="refentrytitle">security</span>(7)</span></a> (an introduction to FreeBSD security), and
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=style&sektion=9"><span class="citerefentry"><span class="refentrytitle">style</span>(9)</span></a> (a style guide to kernel coding). </p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62073888"></a>4.3. Books and Articles</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Two highly-useful collections of FreeBSD-related information,
|
||||
maintained by the FreeBSD Project,
|
||||
are the FreeBSD Handbook and FreeBSD FAQ (Frequently Asked
|
||||
Questions document). On-line versions of the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">Handbook</a>
|
||||
and <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/faq/" target="_top">FAQ</a>
|
||||
are always available from the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../docs.html" target="_top">FreeBSD Documentation
|
||||
page</a> or its mirrors. If you install the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">doc</code> distribution set, you can use a Web
|
||||
browser to read the Handbook and FAQ locally. In particular,
|
||||
note that the Handbook contains a step-by-step guide to
|
||||
installing FreeBSD. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A number of on-line books and articles, also maintained by
|
||||
the FreeBSD Project, cover more-specialized, FreeBSD-related topics.
|
||||
This material spans a wide range of topics, from effective use
|
||||
of the mailing lists, to dual-booting FreeBSD with other
|
||||
operating systems, to guidelines for new committers. Like the
|
||||
Handbook and FAQ, these documents are available from the FreeBSD
|
||||
Documentation Page or in the <code xmlns="http://www.w3.org/1999/xhtml" class="filename">doc</code>
|
||||
distribution set. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A listing of other books and documents about FreeBSD can be
|
||||
found in the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/bibliography.html" target="_top">bibliography</a>
|
||||
of the FreeBSD Handbook. Because of FreeBSD's strong <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>® heritage,
|
||||
many other articles and books written for <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">UNIX</span>® systems are
|
||||
applicable as well, some of which are also listed in the
|
||||
bibliography. </p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="acknowledgements"></a>5. Acknowledgments</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD represents the cumulative work of many hundreds, if not
|
||||
thousands, of individuals from around the world who have worked
|
||||
countless hours to bring about this release. For a
|
||||
complete list of FreeBSD developers and contributors, please see
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/articles/contributors/" target="_top"><span class="quote">“<span class="quote">Contributors
|
||||
to FreeBSD</span>”</span></a> on the FreeBSD Web site or any of its
|
||||
mirrors. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Special thanks also go to the many thousands of FreeBSD users
|
||||
and testers all over the world, without whom this release
|
||||
simply would not have been possible. </p></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents,
|
||||
can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a> before
|
||||
contacting <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should
|
||||
subscribe to the <<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>>
|
||||
mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation,
|
||||
e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p></body></html>
|
361
website/content/en/releases/9.3R/relnotes.adoc
Normal file
361
website/content/en/releases/9.3R/relnotes.adoc
Normal file
|
@ -0,0 +1,361 @@
|
|||
---
|
||||
title: "FreeBSD 9.3-RELEASE Release Notes"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
include::shared/en/urls.adoc[]
|
||||
|
||||
= FreeBSD 9.3-RELEASE Release Notes
|
||||
|
||||
== Abstract
|
||||
|
||||
The release notes for FreeBSD 9.3-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.3-STABLE development line. This document lists applicable security advisories that were issued since the last release, as well as significant changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also presented.
|
||||
|
||||
'''''
|
||||
|
||||
Table of Contents
|
||||
|
||||
* <<intro, Introduction>>
|
||||
* <<new, What's New>>
|
||||
* <<upgrade, Upgrading from Previous Releases of FreeBSD>>
|
||||
|
||||
[[intro]]
|
||||
== Introduction
|
||||
|
||||
This document contains the release notes for FreeBSD 9.3-RELEASE. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD.
|
||||
|
||||
This distribution of FreeBSD 9.3-RELEASE is a release distribution. It can be found at `http://www.FreeBSD.org/releases/` or any of its mirrors. More information on obtaining this (or other) release distributions of FreeBSD can be found in the link:{handbook}#mirrors["Obtaining FreeBSD" appendix] to the link:{handbook}[FreeBSD Handbook].
|
||||
|
||||
All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with "late-breaking" information discovered late in the release cycle or after the release. Typically, it contains information on known bugs, security advisories, and corrections to documentation. An up-to-date copy of the errata for FreeBSD 9.3-RELEASE can be found on the FreeBSD Web site.
|
||||
|
||||
[[new]]
|
||||
== What's New
|
||||
|
||||
This section describes the most user-visible new or changed features in FreeBSD since 9.2-RELEASE.
|
||||
|
||||
Typical release note items document recent security advisories issued after 9.2-RELEASE, new drivers or hardware support, new commands or options, major bug fixes, or contributed software upgrades. They may also list changes to major ports/packages or release engineering practices. Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural improvements.
|
||||
|
||||
[[security]]
|
||||
== Security Advisories
|
||||
|
||||
Problems described in the following security advisories have been fixed. For more information, consult the individual advisories available from `http://security.FreeBSD.org/`.
|
||||
|
||||
[cols=",,",options="header",]
|
||||
|===
|
||||
|Advisory |Date |Topic
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:01.bsnmpd.asc[FreeBSD-SA-14:01.bsnmpd] |14 January 2014 |Fix man:bsnmpd[1] remote denial of service vulnerability
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:02.ntpd.asc[FreeBSD-SA-14:02.ntpd] |14 January 2014 |Disable "monitor" feature in man:ntpd[8] by default
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:04.bind.asc[FreeBSD-SA-14:04.bind] |14 January 2014 |Remote denial of service vulnerability
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:05.nfsserver.asc[FreeBSD-SA-14:05.nfsserver] |8 April 2014 |Deadlock in the NFS server
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:06.openssl.asc[FreeBSD-SA-14:06.openssl] |8 April 2014 |ECDSA side channel leak
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:08.tcp.asc[FreeBSD-SA-14:08.tcp] |30 April 2014 |TCP reassembly vulnerability
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:11.sendmail.asc[FreeBSD-SA-14:11.sendmail] |26 May 2014 |Sendmail improper close-on-exec flag handling
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:12.ktrace.asc[FreeBSD-SA-14:12.ktrace] |3 June 2014 |man:ktrace[1] kernel memory disclosure
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:13.pam.asc[FreeBSD-SA-14:13.pam] |3 June 2014 |Incorrect error handling in PAM policy parser
|
||||
|http://security.freebsd.org/advisories/FreeBSD-SA-14:14.openssl.asc[FreeBSD-SA-14:14.openssl] |5 June 2014 |Multiple vulnerabilities
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc[FreeBSD-SA-14:16.file] |24 June 2014 |Multiple vulnerabilities
|
||||
|http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc[FreeBSD-SA-14:17.kmem] |8 July 2014 |Kernel memory disclosure in control messages and SCTP notifications
|
||||
|===
|
||||
|
||||
[[kernel]]
|
||||
== Kernel Changes
|
||||
|
||||
The man:arcmsr[4] driver has been updated to version 1.20.00.28. http://svn.freebsd.org/viewvc/base?view=revision&revision=256033[r256033]
|
||||
|
||||
The man:isci[4] driver is now loadable via man:kldload[8]. http://svn.freebsd.org/viewvc/base?view=revision&revision=256437[r256437] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
System-level man:sysctl[8] values are now exposed to the system for the man:ixgbe[4] device. http://svn.freebsd.org/viewvc/base?view=revision&revision=256759[r256759]
|
||||
|
||||
The man:mfi[4] driver has been updated to support MegaRAID Invader controllers. http://svn.freebsd.org/viewvc/base?view=revision&revision=256924[r256924]
|
||||
|
||||
A kernel panic triggered in `zfs_root()` after a failed rollback has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257119[r257119]
|
||||
|
||||
A new man:sysctl[8], `debug.devfs_iosize_max_clamp` has been added which enables and disables `SSIZE_MAX`-sized I/O requests on man:devfs[5] files. http://svn.freebsd.org/viewvc/base?view=revision&revision=257125[r257125] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
A new man:sysctl[8], `kern.disallow_high_osrel`, has been added which disables executing the images compiled on a userland with a higher major version number than the major version number of the running kernel. http://svn.freebsd.org/viewvc/base?view=revision&revision=257126[r257126] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
A kernel panic triggered by unmounting a busy man:zfs[8] filesystem has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257253[r257253]
|
||||
|
||||
A deadlock triggered by powering off a USB device has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=257373[r257373]
|
||||
|
||||
The man:ichsmb[4] driver has been updated to support Intel Lynx Point PCH SMBus devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=258214[r258214]
|
||||
|
||||
The man:ata[4] driver has been updated to support Coleto Creek devices. http://svn.freebsd.org/viewvc/base?view=revision&revision=258215[r258215]
|
||||
|
||||
The man:ahci[4] driver has been updated to support the PCI-express solid state drive in the Apple(R) MacBook Air (model A1465). http://svn.freebsd.org/viewvc/base?view=revision&revision=258217[r258217]
|
||||
|
||||
The man:sysctl[8] `vfs.zfs.arc_meta_limit` can now be changed at runtime. http://svn.freebsd.org/viewvc/base?view=revision&revision=258635[r258635]
|
||||
|
||||
The man:mmap[2] system call has been updated to more optimally use superpages and provide support for tweaking the alignment of virtual mappings. http://svn.freebsd.org/viewvc/base?view=revision&revision=258870[r258870]
|
||||
|
||||
A workaround has been implemented in the man:bge[4] driver for hung transmission on BCM5719 and BCM5720 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=258962[r258962]
|
||||
|
||||
A kernel panic when listing sysctls on a system with `INVARIANTS` enabled has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259002[r259002]
|
||||
|
||||
A new man:sysctl[8], `kern.supported_archs` has been added, which will list the `MACHINE_ARCH` values whose binaries can be run on the system. http://svn.freebsd.org/viewvc/base?view=revision&revision=259466[r259466]
|
||||
|
||||
Several problems that could trigger kernel panic on man:kldload[8] and man:kldunload[8] have been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259519[r259519] (Sponsored by Spectra Logic)
|
||||
|
||||
A kernel panic triggered by some multi-threaded applications has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=260082[r260082] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
The man:runfw[4] firmware has been renamed from `runfw` to `run.fw` for consistency with other firmware files. http://svn.freebsd.org/viewvc/base?view=revision&revision=260134[r260134]
|
||||
|
||||
A new man:sysctl[8], `kern.panic_reboot_wait_time`, has been added. This allows tuning the amount of time the system will wait before rebooting after man:panic[9]. The `kern.panic_reboot_wait_time` value defaults to the kernel configuration option, `PANIC_REBOOT_WAIT_TIME`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260433[r260433]
|
||||
|
||||
Hardware Random Number Generators have been disabled by default. http://svn.freebsd.org/viewvc/base?view=revision&revision=260644[r260644]
|
||||
|
||||
Support for GPS ports has been added to the man:uhso[4] driver. http://svn.freebsd.org/viewvc/base?view=revision&revision=261485[r261485]
|
||||
|
||||
A memory leak of compressed buffers has been fixed in `l2arc_write_done()`. http://svn.freebsd.org/viewvc/base?view=revision&revision=262116[r262116]
|
||||
|
||||
The man:netmap[4] framework has been updated to match the version in `head/`, which includes netmap pipes, kqueue support, and enhanced VALE switch port. http://svn.freebsd.org/viewvc/base?view=revision&revision=262153[r262153]
|
||||
|
||||
A deadlock triggered by sending a mounted man:zfs[8] snapshot has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262175[r262175]
|
||||
|
||||
Support for SIIG X1 PCI-e has been added to man:ppc[4]. http://svn.freebsd.org/viewvc/base?view=revision&revision=262231[r262231]
|
||||
|
||||
Support for the ext4 filesystem has been enabled, supporting read-only mounts. http://svn.freebsd.org/viewvc/base?view=revision&revision=262564[r262564]
|
||||
|
||||
A kernel panic triggered by inserting a USB ethernet device on VIMAGE-enabled systems has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262594[r262594]
|
||||
|
||||
TTM, a memory manager used by video drivers, has been merged. http://svn.freebsd.org/viewvc/base?view=revision&revision=262988[r262988] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
Support for `/sys/kernel/random/uuid` has been added to man:linprocfs[5]. http://svn.freebsd.org/viewvc/base?view=revision&revision=263103[r263103]
|
||||
|
||||
A memory leak in the `zpool_in_use()` function has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=263128[r263128]
|
||||
|
||||
The `extensible_dataset` man:zpool[8] feature has been added. See man:zpool-features[7] for more information. http://svn.freebsd.org/viewvc/base?view=revision&revision=263391[r263391]
|
||||
|
||||
A memory leak has been fixed in `libzfs`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263408[r263408]
|
||||
|
||||
The man:vt[4] driver has been merged from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263817,263818[r263817,263818] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
The man:mpr[4] device has been added, providing support for LSI Fusion-MPT 3 12Gb SCSI/SATA controllers. http://svn.freebsd.org/viewvc/base?view=revision&revision=265729[r265729] (Sponsored by LSI, Spectra Logic)
|
||||
|
||||
A kernel bug that inhibited proper functionality of the `dev.cpu.0.freq` man:sysctl[8] on Intel(R) processors with Turbo Boost ™ enabled has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=266167[r266167]
|
||||
|
||||
Support for man:xen[4] hardware-assisted virtualization, `XENHVM`, is now available as a loadable module, `xenhvm.ko`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266269[r266269]
|
||||
|
||||
[[proc]]
|
||||
== Hardware Support
|
||||
|
||||
Trackpad support for Apple(R) MacBook products has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=261510[r261510]
|
||||
|
||||
The man:nve[4] driver has been deprecated, and the man:nfe[4] driver should be used instead. http://svn.freebsd.org/viewvc/base?view=revision&revision=261973[r261973]
|
||||
|
||||
The man:mfi[4] driver has been updated to support MegaRAID Fury cards. http://svn.freebsd.org/viewvc/base?view=revision&revision=262968[r262968]
|
||||
|
||||
The Radeon KMS driver has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=263170,263171[r263170,263171]
|
||||
|
||||
The man:aacraid[4] driver has been updated to version 3.2.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=263340[r263340]
|
||||
|
||||
[[net-if]]
|
||||
== Network Interface Support
|
||||
|
||||
The man:re[4] driver has been updated to add preliminary support for the RTL8106E chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=257611[r257611]
|
||||
|
||||
The man:re[4] driver has been updated to support the RTL8168G, RTL8168GU and RTL8411B chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=257614,257616[r257614,257616]
|
||||
|
||||
The man:re[4] driver has been updated to add preliminary support for the RTL8168EP chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=257618[r257618]
|
||||
|
||||
The man:oce[4] driver has been updated to version 10.0.664.0. http://svn.freebsd.org/viewvc/base?view=revision&revision=258586[r258586]
|
||||
|
||||
The man:qlxgbe[4] driver has been imported from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=258898[r258898]
|
||||
|
||||
The man:qlxge[4] driver has been imported from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=258936[r258936]
|
||||
|
||||
The man:bge[4] driver has been updated to support the BCM5725 chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=258965[r258965]
|
||||
|
||||
The man:bge[4] driver has been updated to support the BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787 chipsets. http://svn.freebsd.org/viewvc/base?view=revision&revision=258967[r258967]
|
||||
|
||||
The man:run[4] driver has been updated to support MediaTek/Ralink chipsets RT5370 and RT5372. http://svn.freebsd.org/viewvc/base?view=revision&revision=259457[r259457]
|
||||
|
||||
The man:usb[4] wireless radiotap headers have been realigned, allowing wireless adapters to work on arm, mips, and other similar platforms where alignment is important. http://svn.freebsd.org/viewvc/base?view=revision&revision=259460[r259460]
|
||||
|
||||
The man:run[4] firmware has been updated to version 0.33. http://svn.freebsd.org/viewvc/base?view=revision&revision=260119[r260119]
|
||||
|
||||
The man:bxe[4] driver has been merged from `head/`, providing support for Broadcom NetXtreme II 10Gb PCIe adapters. http://svn.freebsd.org/viewvc/base?view=revision&revision=260252[r260252]
|
||||
|
||||
The man:run[4] driver has been updated to include support for the MediaTek/Ralink RT3593 chipset. http://svn.freebsd.org/viewvc/base?view=revision&revision=261865[r261865]
|
||||
|
||||
The man:run[4] driver has been updated to include support for the DLINK DWA-127 wireless adapter. http://svn.freebsd.org/viewvc/base?view=revision&revision=261933[r261933]
|
||||
|
||||
The man:axge[4] driver has been added. http://svn.freebsd.org/viewvc/base?view=revision&revision=262153[r262153]
|
||||
|
||||
The man:urndis[4] driver has been imported from OpenBSD. http://svn.freebsd.org/viewvc/base?view=revision&revision=262362[r262362]
|
||||
|
||||
The man:bxe[4] driver has been updated to version 1.78.78. http://svn.freebsd.org/viewvc/base?view=revision&revision=263582[r263582]
|
||||
|
||||
[[fs]]
|
||||
== File Systems
|
||||
|
||||
The man:zfs[8] filesystem has been updated to support the `bookmarks` feature. http://svn.freebsd.org/viewvc/base?view=revision&revision=263410[r263410]
|
||||
|
||||
[[userland]]
|
||||
== Userland Changes
|
||||
|
||||
A new flag `-c`, has been added to man:pgrep[1] and man:pkill[1], which restricts the process lookup to the specified login class. http://svn.freebsd.org/viewvc/base?view=revision&revision=256054[r256054]
|
||||
|
||||
The man:ddb[8] utility has been updated to add `show ioapic` and `show all ioapics`. http://svn.freebsd.org/viewvc/base?view=revision&revision=257496[r257496]
|
||||
|
||||
Setting `nmbcluster` values to their current value will now be ignored, instead of failing with an error. http://svn.freebsd.org/viewvc/base?view=revision&revision=258183[r258183]
|
||||
|
||||
The `/var/cache` directory is now created with mode `0755` instead of mode `0750`, since this directory is used by many third-party applications, which makes dropping group privileges impossible. http://svn.freebsd.org/viewvc/base?view=revision&revision=258763[r258763]
|
||||
|
||||
The man:uname[1] utility has been updated to include the `-U` and `-K` flags, which print the `__FreeBSD_version` for the running userland and kernel, respectively. http://svn.freebsd.org/viewvc/base?view=revision&revision=258818[r258818]
|
||||
|
||||
The man:fetch[3] library has been updated to support SNI (Server Name Identification), allowing to use virtual hosts on HTTPS. http://svn.freebsd.org/viewvc/base?view=revision&revision=258844[r258844]
|
||||
|
||||
A segmentation fault and internal compiler error bug in man:gcc[1] triggered by throwing a warning before parsing any tokens has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=259243[r259243]
|
||||
|
||||
Several updates to man:gcc[1] have been imported from Google. http://svn.freebsd.org/viewvc/base?view=revision&revision=259269,259406[r259269,259406] (Contributed / provided by Google)
|
||||
|
||||
A byte-order bug in the Heimdal `gss_pseudo_random()` function which would prevent interoperability with other Kerberos implementations has been fixed. In particular, this would prevent interoperability with the MIT implementation. http://svn.freebsd.org/viewvc/base?view=revision&revision=259448[r259448]
|
||||
|
||||
The man:hastctl[8] utility has been updated to output the current queue sizes. http://svn.freebsd.org/viewvc/base?view=revision&revision=260007[r260007]
|
||||
|
||||
The man:ps[1] utility will no longer truncate the `command` output column. http://svn.freebsd.org/viewvc/base?view=revision&revision=260197[r260197]
|
||||
|
||||
The man:protect[1] command has been added, which allows exempting processes from being killed when swap is exhausted. http://svn.freebsd.org/viewvc/base?view=revision&revision=260208[r260208]
|
||||
|
||||
The man:gmirror[8] utility now prevents deactivating the last component of a mirror. http://svn.freebsd.org/viewvc/base?view=revision&revision=260507[r260507]
|
||||
|
||||
A new man:gmirror[8] command, `gmirror destroy`, has been added, which will destroy the man:geom[8] and erase the man:gmirror[8] metadata. http://svn.freebsd.org/viewvc/base?view=revision&revision=260507[r260507]
|
||||
|
||||
The man:etcupdate[8] utility, a tool for managing updates to files in `/etc`, has been merged from `head/`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260650[r260650]
|
||||
|
||||
The man:find[1] utility has been updated to fix incorrect behavior with the `-lname` and `-ilname` flags. http://svn.freebsd.org/viewvc/base?view=revision&revision=260651[r260651]
|
||||
|
||||
The `hw.uart.console` is now always updated when the comconsole setup changes. http://svn.freebsd.org/viewvc/base?view=revision&revision=260868,260869[r260868,260869]
|
||||
|
||||
The man:kldload[8] utility has been updated to display a message directing to man:dmesg[8], instead of the cryptic message "Exec format error". http://svn.freebsd.org/viewvc/base?view=revision&revision=260909[r260909]
|
||||
|
||||
A bug that could trigger an infinite loop in KDE and X has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=261674[r261674]
|
||||
|
||||
The man:newsyslog[8] utility has been changed to use the size of the file, instead of the blocks the file takes on the disk to match the behavior documented in man:newsyslog.conf[5]. http://svn.freebsd.org/viewvc/base?view=revision&revision=262076[r262076]
|
||||
|
||||
A bug in man:zdb[8] which would cause numeric parameters to a flag as being treated as additional flags has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262105[r262105]
|
||||
|
||||
The man:pciconf[8] utility now has a `-V` flag, which lists information such as serial numbers for each device. http://svn.freebsd.org/viewvc/base?view=revision&revision=262134[r262134]
|
||||
|
||||
A bug that would allow creating a man:zfs[8] snapshot of an inconsistent dataset has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=262158[r262158]
|
||||
|
||||
Receiving a man:zfs[8] dataset with `zfs recv -F` now properly destroys any snapshots that were created since the incremental source snapshot. http://svn.freebsd.org/viewvc/base?view=revision&revision=262160[r262160]
|
||||
|
||||
Installation from a read-only `.OBJDIR` has been fixed. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031]
|
||||
|
||||
A new shared library directory, `/usr/lib/private`, has been added for internal-use shared libraries. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031]
|
||||
|
||||
A default `libmap32.conf` has been added, for 32-bit applications. http://svn.freebsd.org/viewvc/base?view=revision&revision=263031[r263031]
|
||||
|
||||
The `libucl` library, a JSON-compatible configuration file parsing library, has been imported. http://svn.freebsd.org/viewvc/base?view=revision&revision=263032[r263032]
|
||||
|
||||
The man:pkg[7] package management utility has been syncronized with `head/`. This implements binary package signature verification when bootstrapping the system with `pkg bootstrap`. http://svn.freebsd.org/viewvc/base?view=revision&revision=263038[r263038]
|
||||
|
||||
The system timezone data files have been updated to version tzdata2014a. http://svn.freebsd.org/viewvc/base?view=revision&revision=263042[r263042]
|
||||
|
||||
The NetBSD man:make[1] utility, `bmake` has been imported for compatibility with the FreeBSD Ports Collection. It is installed as `bmake`, and the `make` remains the FreeBSD version. http://svn.freebsd.org/viewvc/base?view=revision&revision=263212[r263212]
|
||||
|
||||
The man:fetch[3] library now supports `Last-Modified` timestamps which return UTC instead of GMT. http://svn.freebsd.org/viewvc/base?view=revision&revision=263326[r263326]
|
||||
|
||||
Aliases for the man:zfs[8] commands `list -t snap` and `snap` have been added to match Oracle(R) Solaris 11. http://svn.freebsd.org/viewvc/base?view=revision&revision=263404[r263404]
|
||||
|
||||
A new flag, `-p`, has been added to the man:zfs[8] `list` command, providing output in a parseable form. http://svn.freebsd.org/viewvc/base?view=revision&revision=263406[r263406]
|
||||
|
||||
OpenPAM has been updated to Nummularia (20130907), which incorporates several bug fixes and documentation improvements. The man:openpam_ttyconv[3] library has been completely rewritten. http://svn.freebsd.org/viewvc/base?view=revision&revision=263421[r263421]
|
||||
|
||||
The man:sh[1] command interpreter has been updated to expand assignments after `export`, `local`, and `readonly` differently. As result of this change, variable assignment such as `local v=$1` will assign the first positional parameter to `v`, even if `$1` contains spaces, and `local w=~/myfile` will expand the tilde (`~`). http://svn.freebsd.org/viewvc/base?view=revision&revision=264423[r264423]
|
||||
|
||||
The man:find[1] utility has been updated to implement `-ignore_readdir_race`. Prior to this change, `-ignore_readdir_race` existed as an option for GNU man:find[1] compatibility, and was ignored if specified. A counter primary, `-noignore_readdir_race` now also exists, and is the default behavior. http://svn.freebsd.org/viewvc/base?view=revision&revision=264699[r264699]
|
||||
|
||||
The man:ps[1] utility has been updated to include the `-J` flag, used to filter output by matching man:ail[8] IDs and names. Additionally, argument `0` can be used to `-J` to only list processes running on the host system. http://svn.freebsd.org/viewvc/base?view=revision&revision=266286[r266286]
|
||||
|
||||
The man:top[1] utility has been updated to filter by man:jail[8] ID or name, in followup to the man:ps[1] change in `r265229`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266287[r266287]
|
||||
|
||||
The Blowfish man:crypt[3] default format has been changed to `$2b$`. http://svn.freebsd.org/viewvc/base?view=revision&revision=266818[r266818]
|
||||
|
||||
The default man:newsyslog.conf[5] now includes files in the `/etc/newsyslog.conf.d/` and `/usr/local/etc/newsyslog.conf.d/` directories by default for man:newsyslog[8]. http://svn.freebsd.org/viewvc/base?view=revision&revision=267114[r267114]
|
||||
|
||||
A new flag, "onifconsole" has been added to `/etc/ttys`. This allows the system to provide a login prompt via serial console if the device is an active kernel console, otherwise it is equivalent to `off`. http://svn.freebsd.org/viewvc/base?view=revision&revision=267243[r267243]
|
||||
|
||||
The man:arc4random[3] library has been updated to match that of FreeBSD-CURRENT. http://svn.freebsd.org/viewvc/base?view=revision&revision=267379[r267379]
|
||||
|
||||
The man:pmcstat[8] utility has been updated to include a new flag, `-l`, which ends event collection after the specified number of seconds. http://svn.freebsd.org/viewvc/base?view=revision&revision=267411[r267411]
|
||||
|
||||
The FreeBSD Project has migrated from the GNATS bug tracking system to Bugzilla. The man:send-pr[1] utility used for submitting problem reports has been replaced with a stub shell script that instructs to use the Bugzilla web interface. http://svn.freebsd.org/viewvc/base?view=revision&revision=267911[r267911]
|
||||
|
||||
[[periodic-scripts]]
|
||||
== man:periodic[8] Scripts
|
||||
|
||||
The `/etc/periodic/security/800.loginfail` man:periodic[8] script has been refined to catch more authentication failures and reduce false positives. http://svn.freebsd.org/viewvc/base?view=revision&revision=263662[r263662]
|
||||
|
||||
[rc-scripts]]
|
||||
== man:rc[8] Scripts
|
||||
|
||||
Support for "first boot" scripts has been added to man:rc[8]. See man:rc[8] and man:rc.conf[5] for implementation details. http://svn.freebsd.org/viewvc/base?view=revision&revision=256917[r256917]
|
||||
|
||||
The man:rc[8] system will now re-source man:rc.conf[5] on receipt of `SIGALRM`. http://svn.freebsd.org/viewvc/base?view=revision&revision=260432[r260432]
|
||||
|
||||
[[contrib]]
|
||||
== Contributed Software
|
||||
|
||||
The man:readline[3] library has been updated to version 1.104. http://svn.freebsd.org/viewvc/base?view=revision&revision=255934[r255934]
|
||||
|
||||
Sendmail has been updated to version 8.14.9. http://svn.freebsd.org/viewvc/base?view=revision&revision=266711[r266711]
|
||||
|
||||
BIND has been updated to version 9.9.5. http://svn.freebsd.org/viewvc/base?view=revision&revision=262706[r262706] (Sponsored by DK Hostmaster A/S)
|
||||
|
||||
The man:xz[1] utility has been updated to a post-5.0.5 snapshot. http://svn.freebsd.org/viewvc/base?view=revision&revision=263286[r263286]
|
||||
|
||||
OpenSSH has been updated to version 6.6p1. http://svn.freebsd.org/viewvc/base?view=revision&revision=263970[r263970]
|
||||
|
||||
OpenSSL has been updated to version 0.9.8za. http://svn.freebsd.org/viewvc/base?view=revision&revision=267285[r267285]
|
||||
|
||||
[[ports]]
|
||||
== Ports and Packages
|
||||
|
||||
== Important:
|
||||
|
||||
Note to FreeBSD desktop users: please read this section carefully, especially before upgrading ports that depend on Xorg.
|
||||
|
||||
In April 2014, the FreeBSD Ports collection switched to a newer version of Xorg that supports KMS (Kernel Mode Setting).
|
||||
|
||||
Users upgrading from earlier versions of FreeBSD 9.x or FreeBSD 8.x should be aware of several things regarding Xorg:
|
||||
|
||||
* When applications are built from the FreeBSD Ports Collection or installed from the `new_xorg` man:pkg[8] repository, the newer, KMS-aware version of Xorg is used.
|
||||
* The KMS version of Xorg does not switch back to text mode after leaving the X desktop environment, and the system console will not be visible. The new man:vt[4] console driver supports graphic consoles and keeps the console visible after X has exited. The man:vt[4] driver must be compiled into the kernel. A `VT` kernel configuration example file is included in 9.3-RELEASE, but is not compiled or enabled by default. See man:vt[4] and the https://wiki.freebsd.org/VT[vt(4) wiki page] for additional information.
|
||||
* Packages for KDE4 are not available in the default (`latest`) man:pkg[8] repository, however are available in the `new_xorg` repository. See the https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html[announcement email] for details on how to use the `new_xorg` repository.
|
||||
+
|
||||
The older Xorg that does not support KMS can still be installed from the `latest` upstream man:pkg[8] repository and the packages included on the 9.3-RELEASE DVD.
|
||||
+
|
||||
However, it is important to note that some newer applications require the newer Xorg, and will not work with the old version. The newer [Xorg is recommended, and should be used unless not compatible with legacy graphics cards.
|
||||
+
|
||||
To continue using the old version of Xorg when building from the FreeBSD Ports Collection, set `WITHOUT_NEW_XORG=yes` in man:make.conf[5].
|
||||
|
||||
[releng]]
|
||||
== Release Engineering and Integration
|
||||
|
||||
As part of the release build, the man:etcupdate[8] utility will bootstrap the system, allowing man:etcupdate[8] to work after the first upgrade of a system. http://svn.freebsd.org/viewvc/base?view=revision&revision=260891[r260891]
|
||||
|
||||
The `release.sh` script and release `Makefile` have been updated to use man:pkg[7] to populate the dvd installation medium. http://svn.freebsd.org/viewvc/base?view=revision&revision=262879[r262879] (Sponsored by The FreeBSD Foundation)
|
||||
|
||||
The man:services.mkdb[8] utility has been updated to support multiple byte orders. Similar to man:cap_mkdb[1], the `services.db` will be created with proper endinanness as part of cross-architecture release builds. http://svn.freebsd.org/viewvc/base?view=revision&revision=263028[r263028]
|
||||
|
||||
[[upgrade]]
|
||||
== Upgrading from Previous Releases of FreeBSD
|
||||
|
||||
== Upgrading Using man:freebsd-update[8] or a Source-Based Procedure
|
||||
|
||||
[amd64,i386] Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as an unmodified `GENERIC` kernel, distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity.
|
||||
|
||||
Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported using to the instructions in `/usr/src/UPDATING`.
|
||||
|
||||
For more specific information about upgrading instructions, see link:../installation/[FreeBSD 9.3-RELEASE Installation Instructions].
|
||||
|
||||
== Important:
|
||||
|
||||
Upgrading FreeBSD should only be attempted after backing up _all_ data and configuration files.
|
||||
|
||||
== User-Visible Incompatibilities
|
||||
|
||||
FreeBSD 9.0 and later versions have several configuration incompatibilities with earlier versions of FreeBSD. These differences are best understood before upgrading. _Please read this section and the http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE[Upgrading Section in 9.0-RELEASE Release Notes] carefully before submitting a problem report and/or posting a question to the FreeBSD mailing lists._
|
|
@ -1,402 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>FreeBSD 9.3-RELEASE Release Notes</title><link rel="stylesheet" type="text/css" href="docbook.css" /><link rev="made" href="doc@FreeBSD.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><meta name="description" content="The release notes for FreeBSD 9.3-RELEASE contain a summary of the changes made to the FreeBSD base system on the 9.3-STABLE development line. This document lists applicable security advisories that were issued since the last release, as well as significant changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also presented." /></head><body><div class="article"><div xmlns="" class="titlepage"><div><div><h1 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp61451040"></a>FreeBSD 9.3-RELEASE Release Notes</h1></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="author"><h3 class="author"><span class="orgname">The FreeBSD Project</span></h3></div></div><div><p xmlns="http://www.w3.org/1999/xhtml" class="copyright">Copyright © 2014 The FreeBSD Documentation
|
||||
Project</p></div><div><div xmlns="http://www.w3.org/1999/xhtml" class="legalnotice"><a id="trademarks"></a><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD is a registered trademark of
|
||||
the FreeBSD Foundation. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IBM, AIX, OS/2,
|
||||
PowerPC, PS/2, S/390, and ThinkPad are
|
||||
trademarks of International Business Machines Corporation in the
|
||||
United States, other countries, or both. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">IEEE, POSIX, and 802 are registered
|
||||
trademarks of Institute of Electrical and Electronics Engineers,
|
||||
Inc. in the United States. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Intel, Celeron, EtherExpress, i386,
|
||||
i486, Itanium, Pentium, and Xeon are trademarks or registered
|
||||
trademarks of Intel Corporation or its subsidiaries in the United
|
||||
States and other countries. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">SPARC, SPARC64, and
|
||||
UltraSPARC are trademarks of SPARC International, Inc in the United
|
||||
States and other countries. SPARC International, Inc owns all of the
|
||||
SPARC trademarks and under licensing agreements allows the proper use
|
||||
of these trademarks by its members. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Many of the designations used by
|
||||
manufacturers and sellers to distinguish their products are claimed
|
||||
as trademarks. Where those designations appear in this document,
|
||||
and the FreeBSD Project was aware of the trademark claim, the
|
||||
designations have been followed by the <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">™</span>”</span> or the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">®</span>”</span> symbol. </p></div></div><div>Last modified on 2014-07-08 by gjb.</div><div><div xmlns="http://www.w3.org/1999/xhtml" class="abstract"><div class="abstract-title">Abstract</div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The release notes for FreeBSD 9.3-RELEASE contain
|
||||
a summary of the changes made to the FreeBSD base system on the
|
||||
9.3-STABLE development line. This document lists
|
||||
applicable security advisories that were issued since the last
|
||||
release, as well as significant changes to the FreeBSD kernel and
|
||||
userland. Some brief remarks on upgrading are also
|
||||
presented. </p></div></div></div><hr /></div><div class="toc"><div class="toc-title">Table of Contents</div><dl class="toc"><dt><span class="sect1"><a href="#intro">1. Introduction</a></span></dt><dt><span class="sect1"><a href="#new">2. What's New</a></span></dt><dt><span class="sect1"><a href="#upgrade">3. Upgrading from Previous Releases of FreeBSD</a></span></dt></dl></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="intro"></a>1. Introduction</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This document contains the release notes for FreeBSD
|
||||
9.3-RELEASE. It describes recently added, changed, or
|
||||
deleted features of FreeBSD. It also provides some notes on
|
||||
upgrading from previous versions of FreeBSD. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This distribution of FreeBSD 9.3-RELEASE is
|
||||
a release distribution. It can be found at <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/releases/" target="_top">http://www.FreeBSD.org/releases/</a></code> or any of its
|
||||
mirrors. More information on obtaining this (or other)
|
||||
release distributions of FreeBSD can be found in the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/mirrors.html" target="_top"><span class="quote">“<span class="quote">Obtaining
|
||||
FreeBSD</span>”</span> appendix</a> to the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="../../../../doc/en_US.ISO8859-1/books/handbook/" target="_top">FreeBSD
|
||||
Handbook</a>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">All users are encouraged to consult the release errata
|
||||
before installing FreeBSD. The errata document is updated with
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">late-breaking</span>”</span> information discovered late in the
|
||||
release cycle or after the release. Typically, it contains
|
||||
information on known bugs, security advisories, and corrections
|
||||
to documentation. An up-to-date copy of the errata for FreeBSD
|
||||
9.3-RELEASE can be found on the FreeBSD Web site. </p></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="new"></a>2. What's New</h2></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">This section describes the most user-visible new or changed
|
||||
features in FreeBSD since 9.2-RELEASE. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Typical release note items document recent security
|
||||
advisories issued after 9.2-RELEASE, new drivers or hardware
|
||||
support, new commands or options, major bug fixes, or
|
||||
contributed software upgrades. They may also list changes to
|
||||
major ports/packages or release engineering practices. Clearly
|
||||
the release notes cannot list every single change made to FreeBSD
|
||||
between releases; this document focuses primarily on security
|
||||
advisories, user-visible changes, and major architectural
|
||||
improvements. </p><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="security"></a>2.1. Security Advisories</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Problems described in the following security advisories
|
||||
have been fixed. For more information, consult the individual
|
||||
advisories available from <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://security.FreeBSD.org/" target="_top">http://security.FreeBSD.org/</a></code>. </p><div class="informaltable"><table width="100%" border="0"><colgroup><col /><col /><col /></colgroup><thead><tr><th>Advisory</th><th>Date</th><th>Topic</th></tr></thead><tbody><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:01.bsnmpd.asc" target="_top">FreeBSD-SA-14:01.bsnmpd</a></td><td>14 January 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Fix <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bsnmpd&sektion=1"><span class="citerefentry"><span class="refentrytitle">bsnmpd</span>(1)</span></a> remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:02.ntpd.asc" target="_top">FreeBSD-SA-14:02.ntpd</a></td><td>14 January 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Disable <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">monitor</span>”</span> feature in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ntpd&sektion=8"><span class="citerefentry"><span class="refentrytitle">ntpd</span>(8)</span></a> by default </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:04.bind.asc" target="_top">FreeBSD-SA-14:04.bind</a></td><td>14 January 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Remote denial of service
|
||||
vulnerability </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:05.nfsserver.asc" target="_top">FreeBSD-SA-14:05.nfsserver</a></td><td>8 April 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Deadlock in the NFS server </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:06.openssl.asc" target="_top">FreeBSD-SA-14:06.openssl</a></td><td>8 April 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">ECDSA side channel leak </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:08.tcp.asc" target="_top">FreeBSD-SA-14:08.tcp</a></td><td>30 April 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TCP reassembly vulnerability </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:11.sendmail.asc" target="_top">FreeBSD-SA-14:11.sendmail</a></td><td>26 May 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">Sendmail</span>
|
||||
improper close-on-exec flag handling </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:12.ktrace.asc" target="_top">FreeBSD-SA-14:12.ktrace</a></td><td>3 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ktrace&sektion=1"><span class="citerefentry"><span class="refentrytitle">ktrace</span>(1)</span></a> kernel memory
|
||||
disclosure </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:13.pam.asc" target="_top">FreeBSD-SA-14:13.pam</a></td><td>3 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Incorrect error handling in PAM policy
|
||||
parser </p></td></tr><tr><td><a class="link" href="http://security.freebsd.org/advisories/FreeBSD-SA-14:14.openssl.asc" target="_top">FreeBSD-SA-14:14.openssl</a></td><td>5 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:16.file.asc" target="_top">FreeBSD-SA-14:16.file</a></td><td>24 June 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Multiple vulnerabilities </p></td></tr><tr><td><a class="link" href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc" target="_top">FreeBSD-SA-14:17.kmem</a></td><td>8 July 2014</td><td><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Kernel memory disclosure in control
|
||||
messages and SCTP notifications </p></td></tr></tbody></table></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="kernel"></a>2.2. Kernel Changes</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=arcmsr&sektion=4"><span class="citerefentry"><span class="refentrytitle">arcmsr</span>(4)</span></a> driver has been
|
||||
updated to version 1.20.00.28. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256033">[r256033]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=isci&sektion=4"><span class="citerefentry"><span class="refentrytitle">isci</span>(4)</span></a> driver is now loadable
|
||||
via <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256437">[r256437]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">System-level <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> values are
|
||||
now exposed to the system for the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ixgbe&sektion=4"><span class="citerefentry"><span class="refentrytitle">ixgbe</span>(4)</span></a> device. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256759">[r256759]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4"><span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver has been updated
|
||||
to support MegaRAID Invader controllers. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256924">[r256924]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered in
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">zfs_root()</code> after a failed rollback has
|
||||
been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257119">[r257119]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">debug.devfs_iosize_max_clamp</code> has been added
|
||||
which enables and disables <code xmlns="http://www.w3.org/1999/xhtml" class="literal">SSIZE_MAX</code>-sized
|
||||
I/O requests on <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=devfs&sektion=5"><span class="citerefentry"><span class="refentrytitle">devfs</span>(5)</span></a> files. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257125">[r257125]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.disallow_high_osrel</code>,
|
||||
has been added which disables executing the images compiled on
|
||||
a userland with a higher major version number than the major
|
||||
version number of the running kernel. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257126">[r257126]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered by unmounting
|
||||
a busy <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> filesystem has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257253">[r257253]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A deadlock triggered by powering off
|
||||
a USB device has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257373">[r257373]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ichsmb&sektion=4"><span class="citerefentry"><span class="refentrytitle">ichsmb</span>(4)</span></a> driver has been
|
||||
updated to support Intel Lynx Point PCH SMBus devices. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258214">[r258214]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ata&sektion=4"><span class="citerefentry"><span class="refentrytitle">ata</span>(4)</span></a> driver has been updated
|
||||
to support Coleto Creek devices. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258215">[r258215]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ahci&sektion=4"><span class="citerefentry"><span class="refentrytitle">ahci</span>(4)</span></a> driver has been updated
|
||||
to support the PCI-express solid state drive in the
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Apple</span>® MacBook Air (model A1465). <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258217">[r258217]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">vfs.zfs.arc_meta_limit</code> can now be changed
|
||||
at runtime. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258635">[r258635]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mmap&sektion=2"><span class="citerefentry"><span class="refentrytitle">mmap</span>(2)</span></a> system call has been
|
||||
updated to more optimally use superpages and provide support
|
||||
for tweaking the alignment of virtual mappings. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258870">[r258870]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A workaround has been implemented
|
||||
in the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> driver for hung transmission on BCM5719
|
||||
and BCM5720 chipsets. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258962">[r258962]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic when listing sysctls
|
||||
on a system with <code xmlns="http://www.w3.org/1999/xhtml" class="literal">INVARIANTS</code> enabled has
|
||||
been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259002">[r259002]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.supported_archs</code> has been added,
|
||||
which will list the <code xmlns="http://www.w3.org/1999/xhtml" class="envar">MACHINE_ARCH</code> values
|
||||
whose binaries can be run on the system. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259466">[r259466]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Several problems that could trigger
|
||||
kernel panic on <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a> and <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldunload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldunload</span>(8)</span></a> have
|
||||
been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259519">[r259519]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
Spectra Logic)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered by some
|
||||
multi-threaded applications has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260082">[r260082]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=runfw&sektion=4"><span class="citerefentry"><span class="refentrytitle">runfw</span>(4)</span></a> firmware has been
|
||||
renamed from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">runfw</code> to
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">run.fw</code> for consistency with other firmware
|
||||
files. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260134">[r260134]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a>,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.panic_reboot_wait_time</code>, has been
|
||||
added. This allows tuning the amount of time the system
|
||||
will wait before rebooting after <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=panic&sektion=9"><span class="citerefentry"><span class="refentrytitle">panic</span>(9)</span></a>. The
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">kern.panic_reboot_wait_time</code> value defaults
|
||||
to the kernel configuration option,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">PANIC_REBOOT_WAIT_TIME</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260433">[r260433]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Hardware Random Number Generators have
|
||||
been disabled by default. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260644">[r260644]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for GPS ports has been added
|
||||
to the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uhso&sektion=4"><span class="citerefentry"><span class="refentrytitle">uhso</span>(4)</span></a> driver. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261485">[r261485]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A memory leak of compressed buffers
|
||||
has been fixed in
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">l2arc_write_done()</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262116">[r262116]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=netmap&sektion=4"><span class="citerefentry"><span class="refentrytitle">netmap</span>(4)</span></a> framework has been
|
||||
updated to match the version in <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>,
|
||||
which includes netmap pipes, kqueue support, and enhanced
|
||||
VALE switch port. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262153">[r262153]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A deadlock triggered by sending
|
||||
a mounted <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> snapshot has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262175">[r262175]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for SIIG X1 PCI-e has been added
|
||||
to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ppc&sektion=4"><span class="citerefentry"><span class="refentrytitle">ppc</span>(4)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262231">[r262231]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for the ext4 filesystem
|
||||
has been enabled, supporting read-only mounts. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262564">[r262564]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel panic triggered by inserting
|
||||
a USB ethernet device on VIMAGE-enabled systems has been
|
||||
fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262594">[r262594]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">TTM,
|
||||
a memory manager used by video
|
||||
drivers, has been merged. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262988">[r262988]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">/sys/kernel/random/uuid</code> has been added
|
||||
to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=linprocfs&sektion=5"><span class="citerefentry"><span class="refentrytitle">linprocfs</span>(5)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263103">[r263103]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A memory leak in the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">zpool_in_use()</code> function has been
|
||||
fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263128">[r263128]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">extensible_dataset</code> <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zpool&sektion=8"><span class="citerefentry"><span class="refentrytitle">zpool</span>(8)</span></a> feature
|
||||
has been added. See <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zpool-features&sektion=7"><span class="citerefentry"><span class="refentrytitle">zpool-features</span>(7)</span></a> for more
|
||||
information. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263391">[r263391]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A memory leak has been fixed in
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">libzfs</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263408">[r263408]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> driver
|
||||
has been merged from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263817,263818">[r263817,263818]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mpr&sektion=4"><span class="citerefentry"><span class="refentrytitle">mpr</span>(4)</span></a> device has
|
||||
been added, providing support for LSI Fusion-MPT 3 12Gb
|
||||
SCSI/SATA controllers. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=265729">[r265729]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
LSI, Spectra Logic)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A kernel bug that inhibited proper
|
||||
functionality of the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">dev.cpu.0.freq</code>
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sysctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">sysctl</span>(8)</span></a> on <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Intel</span>® processors with Turbo
|
||||
Boost ™ enabled has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266167">[r266167]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xen&sektion=4"><span class="citerefentry"><span class="refentrytitle">xen</span>(4)</span></a>
|
||||
hardware-assisted virtualization, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">XENHVM</code>,
|
||||
is now available as a loadable module,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">xenhvm.ko</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266269">[r266269]</a></p><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="proc"></a>2.2.1. Hardware Support</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Trackpad support for
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Apple</span>® MacBook products has been added. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261510">[r261510]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nve&sektion=4"><span class="citerefentry"><span class="refentrytitle">nve</span>(4)</span></a> driver has been
|
||||
deprecated, and the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=nfe&sektion=4"><span class="citerefentry"><span class="refentrytitle">nfe</span>(4)</span></a> driver should be used
|
||||
instead. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261973">[r261973]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=mfi&sektion=4"><span class="citerefentry"><span class="refentrytitle">mfi</span>(4)</span></a> driver has been
|
||||
updated to support MegaRAID Fury cards. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262968">[r262968]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The Radeon KMS driver has been
|
||||
added. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263170,263171">[r263170,263171]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=aacraid&sektion=4"><span class="citerefentry"><span class="refentrytitle">aacraid</span>(4)</span></a> driver has been
|
||||
updated to version 3.2.5. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263340">[r263340]</a></p><div class="sect4"><div xmlns="" class="titlepage"><div><div><h5 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="net-if"></a>2.2.1.1. Network Interface Support</h5></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver has been
|
||||
updated to add preliminary support for the RTL8106E
|
||||
chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257611">[r257611]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver has
|
||||
been updated to support the RTL8168G, RTL8168GU and
|
||||
RTL8411B chipsets. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257614,257616">[r257614,257616]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=re&sektion=4"><span class="citerefentry"><span class="refentrytitle">re</span>(4)</span></a> driver has been
|
||||
updated to add preliminary support for the RTL8168EP
|
||||
chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257618">[r257618]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=oce&sektion=4"><span class="citerefentry"><span class="refentrytitle">oce</span>(4)</span></a> driver has been
|
||||
updated to version 10.0.664.0. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258586">[r258586]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxgbe&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxgbe</span>(4)</span></a> driver has been
|
||||
imported from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258898">[r258898]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=qlxge&sektion=4"><span class="citerefentry"><span class="refentrytitle">qlxge</span>(4)</span></a> driver has been
|
||||
imported from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258936">[r258936]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> driver has been
|
||||
updated to support the BCM5725 chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258965">[r258965]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bge&sektion=4"><span class="citerefentry"><span class="refentrytitle">bge</span>(4)</span></a> driver has been
|
||||
updated to support the BCM57764, BCM57767, BCM57782,
|
||||
BCM57786 and BCM57787 chipsets. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258967">[r258967]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver has been
|
||||
updated to support MediaTek/Ralink chipsets RT5370 and
|
||||
RT5372. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259457">[r259457]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=usb&sektion=4"><span class="citerefentry"><span class="refentrytitle">usb</span>(4)</span></a> wireless radiotap
|
||||
headers have been realigned, allowing wireless adapters
|
||||
to work on arm, mips, and other similar
|
||||
platforms where alignment is important. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259460">[r259460]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> firmware has been
|
||||
updated to version 0.33. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260119">[r260119]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4"><span class="citerefentry"><span class="refentrytitle">bxe</span>(4)</span></a> driver has been
|
||||
merged from <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>, providing support
|
||||
for Broadcom NetXtreme II 10Gb PCIe adapters. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260252">[r260252]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver has been
|
||||
updated to include support for the MediaTek/Ralink RT3593
|
||||
chipset. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261865">[r261865]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=run&sektion=4"><span class="citerefentry"><span class="refentrytitle">run</span>(4)</span></a> driver has been
|
||||
updated to include support for the DLINK DWA-127 wireless
|
||||
adapter. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261933">[r261933]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=axge&sektion=4"><span class="citerefentry"><span class="refentrytitle">axge</span>(4)</span></a> driver has been
|
||||
added. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262153">[r262153]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=urndis&sektion=4"><span class="citerefentry"><span class="refentrytitle">urndis</span>(4)</span></a> driver has been
|
||||
imported from OpenBSD. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262362">[r262362]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=bxe&sektion=4"><span class="citerefentry"><span class="refentrytitle">bxe</span>(4)</span></a> driver has been
|
||||
updated to version 1.78.78. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263582">[r263582]</a></p></div></div><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="fs"></a>2.2.2. File Systems</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> filesystem has been
|
||||
updated to support the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">bookmarks</code>
|
||||
feature. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263410">[r263410]</a></p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="userland"></a>2.3. Userland Changes</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new flag <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-c</code>, has
|
||||
been added to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pgrep&sektion=1"><span class="citerefentry"><span class="refentrytitle">pgrep</span>(1)</span></a> and <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkill&sektion=1"><span class="citerefentry"><span class="refentrytitle">pkill</span>(1)</span></a>, which restricts
|
||||
the process lookup to the specified login class. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256054">[r256054]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ddb&sektion=8"><span class="citerefentry"><span class="refentrytitle">ddb</span>(8)</span></a> utility has been updated
|
||||
to add <code xmlns="http://www.w3.org/1999/xhtml" class="command">show ioapic</code> and <code xmlns="http://www.w3.org/1999/xhtml" class="command">show all
|
||||
ioapics</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=257496">[r257496]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Setting <code xmlns="http://www.w3.org/1999/xhtml" class="literal">nmbcluster</code>
|
||||
values to their current value will now be ignored, instead of
|
||||
failing with an error. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258183">[r258183]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/var/cache</code> directory is now
|
||||
created with mode <code xmlns="http://www.w3.org/1999/xhtml" class="literal">0755</code> instead of mode
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">0750</code>, since this directory is used by
|
||||
many third-party applications, which makes dropping group
|
||||
privileges impossible. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258763">[r258763]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=uname&sektion=1"><span class="citerefentry"><span class="refentrytitle">uname</span>(1)</span></a> utility has been
|
||||
updated to include the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-U</code> and
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">-K</code> flags, which print the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="envar">__FreeBSD_version</code> for the running userland
|
||||
and kernel, respectively. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258818">[r258818]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=3"><span class="citerefentry"><span class="refentrytitle">fetch</span>(3)</span></a> library has been
|
||||
updated to support SNI (Server Name Identification), allowing
|
||||
to use virtual hosts on HTTPS. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=258844">[r258844]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A segmentation fault and internal
|
||||
compiler error bug in <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1"><span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a> triggered by throwing
|
||||
a warning before parsing any tokens has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259243">[r259243]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Several updates to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gcc&sektion=1"><span class="citerefentry"><span class="refentrytitle">gcc</span>(1)</span></a>
|
||||
have been imported from Google. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259269,259406">[r259269,259406]</a><span class="contrib">
|
||||
(Contributed / provided by
|
||||
Google)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A byte-order bug in the Heimdal
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">gss_pseudo_random()</code> function which would
|
||||
prevent interoperability with other
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Kerberos</span> implementations has been
|
||||
fixed. In particular, this would prevent interoperability
|
||||
with the MIT implementation. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=259448">[r259448]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=hastctl&sektion=8"><span class="citerefentry"><span class="refentrytitle">hastctl</span>(8)</span></a> utility has been
|
||||
updated to output the current queue sizes. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260007">[r260007]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1"><span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span></a> utility will no longer
|
||||
truncate the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">command</code> output column. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260197">[r260197]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=protect&sektion=1"><span class="citerefentry"><span class="refentrytitle">protect</span>(1)</span></a> command has been
|
||||
added, which allows exempting processes from being killed
|
||||
when swap is exhausted. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260208">[r260208]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gmirror&sektion=8"><span class="citerefentry"><span class="refentrytitle">gmirror</span>(8)</span></a> utility now prevents
|
||||
deactivating the last component of a mirror. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260507">[r260507]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gmirror&sektion=8"><span class="citerefentry"><span class="refentrytitle">gmirror</span>(8)</span></a> command,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="command">gmirror destroy</code>, has been added, which will
|
||||
destroy the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=geom&sektion=8"><span class="citerefentry"><span class="refentrytitle">geom</span>(8)</span></a> and erase the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=gmirror&sektion=8"><span class="citerefentry"><span class="refentrytitle">gmirror</span>(8)</span></a>
|
||||
metadata. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260507">[r260507]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=etcupdate&sektion=8"><span class="citerefentry"><span class="refentrytitle">etcupdate</span>(8)</span></a> utility, a tool
|
||||
for managing updates to files in <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc</code>, has been merged from
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260650">[r260650]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=find&sektion=1"><span class="citerefentry"><span class="refentrytitle">find</span>(1)</span></a> utility has been
|
||||
updated to fix incorrect behavior with the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">-lname</code> and <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-ilname</code>
|
||||
flags. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260651">[r260651]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">hw.uart.console</code> is now always updated when
|
||||
the comconsole setup changes. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260868,260869">[r260868,260869]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=kldload&sektion=8"><span class="citerefentry"><span class="refentrytitle">kldload</span>(8)</span></a> utility has been
|
||||
updated to display a message directing to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=dmesg&sektion=8"><span class="citerefentry"><span class="refentrytitle">dmesg</span>(8)</span></a>,
|
||||
instead of the cryptic message <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">Exec format
|
||||
error</span>”</span>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260909">[r260909]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A bug that could trigger an infinite
|
||||
loop in KDE and X has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=261674">[r261674]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog&sektion=8"><span class="citerefentry"><span class="refentrytitle">newsyslog</span>(8)</span></a> utility has been
|
||||
changed to use the size of the file, instead of the blocks the
|
||||
file takes on the disk to match the behavior documented in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">newsyslog.conf</span>(5)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262076">[r262076]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A bug in <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zdb&sektion=8"><span class="citerefentry"><span class="refentrytitle">zdb</span>(8)</span></a> which would cause
|
||||
numeric parameters to a flag as being treated as additional
|
||||
flags has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262105">[r262105]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pciconf&sektion=8"><span class="citerefentry"><span class="refentrytitle">pciconf</span>(8)</span></a> utility now has
|
||||
a <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-V</code> flag, which lists information such
|
||||
as serial numbers for each device. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262134">[r262134]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A bug that would allow creating
|
||||
a <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> snapshot of an inconsistent dataset has been
|
||||
fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262158">[r262158]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Receiving a <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> dataset with
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="command">zfs recv -F</code> now properly destroys any
|
||||
snapshots that were created since the incremental source
|
||||
snapshot. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262160">[r262160]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Installation from a read-only
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="envar">.OBJDIR</code> has been fixed. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263031">[r263031]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new shared library directory,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/lib/private</code>,
|
||||
has been added for internal-use shared libraries. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263031">[r263031]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A default
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">libmap32.conf</code> has been added, for 32-bit
|
||||
applications. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263031">[r263031]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <code xmlns="http://www.w3.org/1999/xhtml" class="literal">libucl</code> library,
|
||||
a JSON-compatible configuration file parsing library, has been
|
||||
imported. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263032">[r263032]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> package management
|
||||
utility has been syncronized with <code xmlns="http://www.w3.org/1999/xhtml" class="literal">head/</code>.
|
||||
This implements binary package signature verification when
|
||||
bootstrapping the system with <code xmlns="http://www.w3.org/1999/xhtml" class="command">pkg
|
||||
bootstrap</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263038">[r263038]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The system timezone data files have
|
||||
been updated to version tzdata2014a. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263042">[r263042]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The NetBSD <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=make&sektion=1"><span class="citerefentry"><span class="refentrytitle">make</span>(1)</span></a> utility,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="command">bmake</code> has been imported for compatibility
|
||||
with the FreeBSD Ports Collection. It is installed as
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="command">bmake</code>, and the <code xmlns="http://www.w3.org/1999/xhtml" class="command">make</code>
|
||||
remains the FreeBSD version. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263212">[r263212]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=fetch&sektion=3"><span class="citerefentry"><span class="refentrytitle">fetch</span>(3)</span></a> library now
|
||||
supports <code xmlns="http://www.w3.org/1999/xhtml" class="literal">Last-Modified</code> timestamps which
|
||||
return UTC instead of GMT. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263326">[r263326]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Aliases for the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> commands
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">list -t snap</code> and <code xmlns="http://www.w3.org/1999/xhtml" class="literal">snap</code>
|
||||
have been added to match <span xmlns="http://www.w3.org/1999/xhtml" class="trademark">Oracle</span>® Solaris 11. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263404">[r263404]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new flag, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-p</code>, has
|
||||
been added to the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=zfs&sektion=8"><span class="citerefentry"><span class="refentrytitle">zfs</span>(8)</span></a> <code xmlns="http://www.w3.org/1999/xhtml" class="literal">list</code> command,
|
||||
providing output in a parseable form. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263406">[r263406]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenPAM</span> has
|
||||
been updated to Nummularia (20130907), which incorporates
|
||||
several bug fixes and documentation improvements. The
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=openpam_ttyconv&sektion=3"><span class="citerefentry"><span class="refentrytitle">openpam_ttyconv</span>(3)</span></a> library has been completely
|
||||
rewritten. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263421">[r263421]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=sh&sektion=1"><span class="citerefentry"><span class="refentrytitle">sh</span>(1)</span></a> command interpreter has
|
||||
been updated to expand assignments after
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">export</code>, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">local</code>, and
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">readonly</code> differently. As result of this
|
||||
change, variable assignment such as <code xmlns="http://www.w3.org/1999/xhtml" class="literal">local
|
||||
v=$1</code> will assign the first positional
|
||||
parameter to <code xmlns="http://www.w3.org/1999/xhtml" class="literal">v</code>, even if
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">$1</code> contains spaces, and
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">local w=<em class="replaceable"><code>~/myfile</code></em></code>
|
||||
will expand the tilde (<code xmlns="http://www.w3.org/1999/xhtml" class="literal">~</code>). <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=264423">[r264423]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=find&sektion=1"><span class="citerefentry"><span class="refentrytitle">find</span>(1)</span></a> utility has been
|
||||
updated to implement <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-ignore_readdir_race</code>.
|
||||
Prior to this change, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-ignore_readdir_race</code>
|
||||
existed as an option for GNU <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=find&sektion=1"><span class="citerefentry"><span class="refentrytitle">find</span>(1)</span></a> compatibility, and
|
||||
was ignored if specified. A counter primary,
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">-noignore_readdir_race</code> now also exists, and
|
||||
is the default behavior. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=264699">[r264699]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1"><span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span></a> utility has been updated
|
||||
to include the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-J</code> flag, used to filter
|
||||
output by matching <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8"><span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> IDs and names. Additionally,
|
||||
argument <code xmlns="http://www.w3.org/1999/xhtml" class="literal">0</code> can be used to
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">-J</code> to only list processes running on the
|
||||
host system. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266286">[r266286]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=top&sektion=1"><span class="citerefentry"><span class="refentrytitle">top</span>(1)</span></a> utility has been updated
|
||||
to filter by <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=jail&sektion=8"><span class="citerefentry"><span class="refentrytitle">jail</span>(8)</span></a> ID or name, in followup to the
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=ps&sektion=1"><span class="citerefentry"><span class="refentrytitle">ps</span>(1)</span></a> change in <code xmlns="http://www.w3.org/1999/xhtml" class="literal">r265229</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266287">[r266287]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The Blowfish <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=crypt&sektion=3"><span class="citerefentry"><span class="refentrytitle">crypt</span>(3)</span></a> default
|
||||
format has been changed to
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">$2b$</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266818">[r266818]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The default <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">newsyslog.conf</span>(5)</span></a> now
|
||||
includes files in the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/newsyslog.conf.d/</code> and
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/local/etc/newsyslog.conf.d/</code>
|
||||
directories by default for <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=newsyslog&sektion=8"><span class="citerefentry"><span class="refentrytitle">newsyslog</span>(8)</span></a>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267114">[r267114]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">A new flag, <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">onifconsole</span>”</span>
|
||||
has been added to <code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/ttys</code>. This allows
|
||||
the system to provide a login prompt via serial console if the
|
||||
device is an active kernel console, otherwise it is equivalent
|
||||
to <code xmlns="http://www.w3.org/1999/xhtml" class="literal">off</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267243">[r267243]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=arc4random&sektion=3"><span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span></a> library has been
|
||||
updated to match that of FreeBSD-CURRENT. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267379">[r267379]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pmcstat&sektion=8"><span class="citerefentry"><span class="refentrytitle">pmcstat</span>(8)</span></a> utility has been
|
||||
updated to include a new flag, <code xmlns="http://www.w3.org/1999/xhtml" class="literal">-l</code>, which
|
||||
ends event collection after the specified number of
|
||||
seconds. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267411">[r267411]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The FreeBSD Project has migrated
|
||||
from the <span xmlns="http://www.w3.org/1999/xhtml" class="application">GNATS</span> bug tracking system
|
||||
to <span xmlns="http://www.w3.org/1999/xhtml" class="application">Bugzilla</span>. The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&sektion=1"><span class="citerefentry"><span class="refentrytitle">send-pr</span>(1)</span></a>
|
||||
utility used for submitting problem reports has been replaced
|
||||
with a stub shell script that instructs to use the Bugzilla
|
||||
web interface. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267911">[r267911]</a></p><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="periodic-scripts"></a>2.3.1. <a class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=periodic&sektion=8"><span class="citerefentry"><span class="refentrytitle">periodic</span>(8)</span></a> Scripts</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/etc/periodic/security/800.loginfail</code>
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=periodic&sektion=8"><span class="citerefentry"><span class="refentrytitle">periodic</span>(8)</span></a> script has been refined to catch more
|
||||
authentication failures and reduce false positives. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263662">[r263662]</a></p></div><div class="sect3"><div xmlns="" class="titlepage"><div><div><h4 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="rc-scripts"></a>2.3.2. <a class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a> Scripts</h4></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Support for <span xmlns="http://www.w3.org/1999/xhtml" class="quote">“<span class="quote">first boot</span>”</span>
|
||||
scripts has been added to <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a>. See <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a> and
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">rc.conf</span>(5)</span></a> for implementation details. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=256917">[r256917]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc&sektion=8"><span class="citerefentry"><span class="refentrytitle">rc</span>(8)</span></a> system will now
|
||||
re-source <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=rc.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">rc.conf</span>(5)</span></a> on receipt of
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">SIGALRM</code>. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260432">[r260432]</a></p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="contrib"></a>2.4. Contributed Software</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=readline&sektion=3"><span class="citerefentry"><span class="refentrytitle">readline</span>(3)</span></a> library has been
|
||||
updated to version 1.104. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=255934">[r255934]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">Sendmail</span> has
|
||||
been updated to version 8.14.9. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=266711">[r266711]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">BIND</span> has
|
||||
been updated to version 9.9.5. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262706">[r262706]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
DK Hostmaster A/S)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=xz&sektion=1"><span class="citerefentry"><span class="refentrytitle">xz</span>(1)</span></a> utility has been updated
|
||||
to a post-5.0.5 snapshot. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263286">[r263286]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSH</span> has
|
||||
been updated to version 6.6p1. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263970">[r263970]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional"><span xmlns="http://www.w3.org/1999/xhtml" class="application">OpenSSL</span> has
|
||||
been updated to version 0.9.8za. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=267285">[r267285]</a></p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="ports"></a>2.5. Ports and Packages</h3></div></div></div><div xmlns="" class="important"><h3 class="admontitle">Important: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Note to FreeBSD desktop users: please read this section
|
||||
carefully, especially before upgrading ports that
|
||||
depend on <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span>. </p></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">In April 2014, the FreeBSD Ports collection switched to a
|
||||
newer version of <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> that supports
|
||||
<acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">KMS</acronym> (Kernel Mode Setting). </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Users upgrading from earlier versions of FreeBSD 9.x or
|
||||
FreeBSD 8.x should be aware of several things regarding
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span>: </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">When applications are built from the FreeBSD Ports
|
||||
Collection or installed from the <code xmlns="http://www.w3.org/1999/xhtml" class="literal"><a class="link" href="https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html" target="_top">new_xorg</a></code>
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository, the newer, KMS-aware version of
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> is used. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">KMS</acronym> version of
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> does not switch back to
|
||||
text mode after leaving the X desktop environment, and
|
||||
the system console will not be visible. The new
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> console driver supports graphic consoles and
|
||||
keeps the console visible after X has exited. The
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> driver must be compiled into the kernel.
|
||||
A <code xmlns="http://www.w3.org/1999/xhtml" class="filename">VT</code> kernel configuration example
|
||||
file is included in 9.3-RELEASE, but is not
|
||||
compiled or enabled by default. See <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=vt&sektion=4"><span class="citerefentry"><span class="refentrytitle">vt</span>(4)</span></a> and the
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://wiki.freebsd.org/VT" target="_top">vt(4) wiki
|
||||
page</a> for additional information. </p></li><li class="listitem"><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Packages for <span xmlns="http://www.w3.org/1999/xhtml" class="application">KDE4</span> are not
|
||||
available in the default (<code xmlns="http://www.w3.org/1999/xhtml" class="literal">latest</code>)
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository, however are available in the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">new_xorg</code> repository. See the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html" target="_top">announcement
|
||||
email</a> for details on how to use the
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">new_xorg</code> repository. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The older <span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> that does
|
||||
not support <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">KMS</acronym> can still be
|
||||
installed from the <code xmlns="http://www.w3.org/1999/xhtml" class="literal">latest</code> upstream
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8"><span class="citerefentry"><span class="refentrytitle">pkg</span>(8)</span></a> repository and the packages included on the
|
||||
9.3-RELEASE DVD. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">However, it is important to note that some newer
|
||||
applications require the newer
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span>, and will not work with
|
||||
the old version. The newer
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> is recommended, and
|
||||
should be used unless not compatible with legacy
|
||||
graphics cards. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">To continue using the old version of
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="application">Xorg</span> when building from the
|
||||
FreeBSD Ports Collection, set
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="literal">WITHOUT_NEW_XORG=yes</code> in
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=make.conf&sektion=5"><span class="citerefentry"><span class="refentrytitle">make.conf</span>(5)</span></a>. </p></li></ul></div>
|
||||
</p></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="releng"></a>2.6. Release Engineering and Integration</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">As part of the release build, the
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=etcupdate&sektion=8"><span class="citerefentry"><span class="refentrytitle">etcupdate</span>(8)</span></a> utility will bootstrap the system, allowing
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=etcupdate&sektion=8"><span class="citerefentry"><span class="refentrytitle">etcupdate</span>(8)</span></a> to work after the first upgrade of a
|
||||
system. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=260891">[r260891]</a></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <code xmlns="http://www.w3.org/1999/xhtml" class="filename">release.sh</code>
|
||||
script and release <code xmlns="http://www.w3.org/1999/xhtml" class="filename">Makefile</code> have been
|
||||
updated to use <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=7"><span class="citerefentry"><span class="refentrytitle">pkg</span>(7)</span></a> to populate the dvd installation
|
||||
medium. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=262879">[r262879]</a><span class="contrib">
|
||||
(Sponsored by
|
||||
The FreeBSD Foundation)</span></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">The <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=services.mkdb&sektion=8"><span class="citerefentry"><span class="refentrytitle">services.mkdb</span>(8)</span></a> utility has
|
||||
been updated to support multiple byte orders. Similar to
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=cap_mkdb&sektion=1"><span class="citerefentry"><span class="refentrytitle">cap_mkdb</span>(1)</span></a>, the <code xmlns="http://www.w3.org/1999/xhtml" class="filename">services.db</code> will
|
||||
be created with proper endinanness as part of
|
||||
cross-architecture release builds. <a href="http://svn.freebsd.org/viewvc/base?view=revision&revision=263028">[r263028]</a></p></div></div><div class="sect1"><div xmlns="" class="titlepage"><div><div><h2 xmlns="http://www.w3.org/1999/xhtml" class="title" style="clear: both"><a id="upgrade"></a>3. Upgrading from Previous Releases of FreeBSD</h2></div></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62762144"></a>3.1. Upgrading Using <a class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> or a Source-Based
|
||||
Procedure</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">[amd64,i386] Binary upgrades between RELEASE versions
|
||||
(and snapshots of the various security branches) are supported
|
||||
using the <a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility. The binary upgrade
|
||||
procedure will update unmodified userland utilities, as well
|
||||
as an unmodified <code xmlns="http://www.w3.org/1999/xhtml" class="filename">GENERIC</code> kernel,
|
||||
distributed as a part of an official FreeBSD release. The
|
||||
<a xmlns="http://www.w3.org/1999/xhtml" class="citerefentry" href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8"><span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility requires that the host being
|
||||
upgraded have Internet connectivity. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Source-based upgrades (those based on recompiling the FreeBSD
|
||||
base system from source code) from previous versions are
|
||||
supported using to the instructions in
|
||||
<code xmlns="http://www.w3.org/1999/xhtml" class="filename">/usr/src/UPDATING</code>. </p><p xmlns="http://www.w3.org/TR/xhtml1/transitional">For more specific information about upgrading
|
||||
instructions, see <code xmlns="http://www.w3.org/1999/xhtml" class="uri"><a class="uri" href="http://www.FreeBSD.org/releases/9.3R/installation.html" target="_top">http://www.FreeBSD.org/releases/9.3R/installation.html</a></code>. </p><div xmlns="" class="important"><h3 class="admontitle">Important: </h3><p xmlns="http://www.w3.org/TR/xhtml1/transitional">Upgrading FreeBSD should only be attempted
|
||||
after backing up <span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>all</em></span> data and
|
||||
configuration files. </p></div></div><div class="sect2"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="idp62787232"></a>3.2. User-Visible
|
||||
Incompatibilities</h3></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional">FreeBSD 9.0 and later versions have several
|
||||
configuration incompatibilities with earlier versions of FreeBSD.
|
||||
These differences are best understood before upgrading.
|
||||
<span xmlns="http://www.w3.org/1999/xhtml" class="emphasis"><em>Please read this section and the <a class="link" href="http://www.freebsd.org/releases/9.0R/relnotes-detailed.html#UPGRADE" target="_top">Upgrading
|
||||
Section in 9.0-RELEASE Release Notes</a> carefully
|
||||
before submitting a problem report and/or posting a question
|
||||
to the FreeBSD mailing lists.</em></span> </p></div></div></div><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>This file, and other release-related documents,
|
||||
can be downloaded from <a href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</a>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a> before
|
||||
contacting <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>All users of FreeBSD 9.3-STABLE should
|
||||
subscribe to the <<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>>
|
||||
mailing list.</small></p><p xmlns="http://www.w3.org/TR/xhtml1/transitional" align="center"><small>For questions about this documentation,
|
||||
e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p></body></html>
|
42
website/content/en/releases/9.3R/schedule.adoc
Normal file
42
website/content/en/releases/9.3R/schedule.adoc
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
title: "FreeBSD 9.3 Release Process"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.3 Release Process
|
||||
|
||||
== Introduction
|
||||
|
||||
This is the release schedule for FreeBSD 9.3. For more information about the release engineering process, please see the link:../../../releng/[Release Engineering] section of the web site.
|
||||
|
||||
General discussions about the pending release and known issues should be sent to the public mailto:FreeBSD-stable@FreeBSD.org[freebsd-stable] mailing list. link:{handbook}#mfc-glossary[MFC] requests should be sent to re@FreeBSD.org.
|
||||
|
||||
== Schedule
|
||||
|
||||
[.tblbasic]
|
||||
[cols=",,,",]
|
||||
|===
|
||||
|Action |Expected |Actual |Description
|
||||
|Initial release schedule announcement |- |4 March 2014 |Release Engineers send announcement email to developers with a rough schedule.
|
||||
|Release schedule reminder |4 April 2014 |11 April 2014 |Release Engineers send reminder announcement e-mail to developers with updated schedule.
|
||||
|Code slush begins |9 May 2014 |9 May 2014 |Release Engineers announce that all further commits to the stable/9 branch will not require explicit approval, however new features should be avoided.
|
||||
|Code freeze begins |23 May 2014 |23 May 2014 |Release Engineers announce that all further commits to the stable/9 branch will require explicit approval. Certain blanket approvals will be granted for narrow areas of development, documentation improvements, etc.
|
||||
|BETA1 builds begin |30 May 2014 |30 May 2014 |First beta test snapshot.
|
||||
|BETA2 builds begin |6 June 2014 |6 June 2014 |Second beta test snapshot.
|
||||
|BETA3 builds begin |13 June 2014 |13 June 2014 |Third beta test snapshot.
|
||||
|releng/9.3 branch |20 June 2014 |20 June 2014 |Subversion branch created; future release engineering proceeds on this branch.
|
||||
|RC1 builds begin |20 June 2014 |20 June 2014 |First release candidate.
|
||||
|RC2 builds begin |27 June 2014 |27 June 2014 |Second release candidate.
|
||||
|RC3 builds begin |4 July 2014 |4 July 2014 |Third release candidate.
|
||||
|RELEASE builds begin |11 July 2014 |11 July 2014 |9.3-RELEASE builds begin.
|
||||
|RELEASE announcement |16 July 2014 |16 July 2014 |9.3-RELEASE press release.
|
||||
|Turn over to the secteam |- |30 July 2014 |releng/9.3 branch is handed over to the FreeBSD Security Officer Team in one or two weeks after the announcement.
|
||||
|===
|
||||
|
||||
== Status / TODO
|
||||
|
||||
link:../todo/[FreeBSD Release Engineering TODO Page]
|
||||
|
||||
== Additional Information
|
||||
|
||||
* link:../../../releng/[FreeBSD Release Engineering website]
|
|
@ -1,405 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.3 Release Process</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.3 Release Process</h1>
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>This is the release schedule for FreeBSD 9.3. For more
|
||||
information about the release engineering process, please see the <a href="../../releng/index.html" shape="rect">Release Engineering</a> section of the
|
||||
web site.</p>
|
||||
|
||||
<p>General discussions about the pending release and known issues should be
|
||||
sent to the public
|
||||
<a href="mailto:FreeBSD-stable@FreeBSD.org" shape="rect">freebsd-stable</a> mailing list.
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/freebsd-glossary.html#mfc-glossary" shape="rect">MFC</a>
|
||||
requests should be sent to
|
||||
<a href="mailto:re@FreeBSD.org" shape="rect">re@FreeBSD.org</a>.</p>
|
||||
|
||||
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Action</td>
|
||||
<td rowspan="1" colspan="1">Expected</td>
|
||||
<td rowspan="1" colspan="1">Actual</td>
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Initial release schedule announcement</td>
|
||||
<td rowspan="1" colspan="1">-</td>
|
||||
<td rowspan="1" colspan="1">4 March 2014</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers send announcement email to developers with a
|
||||
rough schedule.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Release schedule reminder</td>
|
||||
<td rowspan="1" colspan="1">4 April 2014</td>
|
||||
<td rowspan="1" colspan="1">11 April 2014</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers send reminder announcement e-mail to developers
|
||||
with updated schedule.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Code slush begins</td>
|
||||
<td rowspan="1" colspan="1">9 May 2014</td>
|
||||
<td rowspan="1" colspan="1">9 May 2014</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers announce that all further commits to the
|
||||
stable/9 branch will not require explicit approval,
|
||||
however new features should be avoided.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Code freeze begins</td>
|
||||
<td rowspan="1" colspan="1">23 May 2014</td>
|
||||
<td rowspan="1" colspan="1">23 May 2014</td>
|
||||
<td rowspan="1" colspan="1">Release Engineers announce that all further commits to the
|
||||
stable/9 branch will require explicit approval.
|
||||
Certain blanket approvals will be granted for narrow areas of
|
||||
development, documentation improvements, etc.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">BETA1 builds begin</td>
|
||||
<td rowspan="1" colspan="1">30 May 2014</td>
|
||||
<td rowspan="1" colspan="1">30 May 2014</td>
|
||||
<td rowspan="1" colspan="1">First beta test snapshot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">BETA2 builds begin</td>
|
||||
<td rowspan="1" colspan="1">6 June 2014</td>
|
||||
<td rowspan="1" colspan="1">6 June 2014</td>
|
||||
<td rowspan="1" colspan="1">Second beta test snapshot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">BETA3 builds begin</td>
|
||||
<td rowspan="1" colspan="1">13 June 2014</td>
|
||||
<td rowspan="1" colspan="1">13 June 2014</td>
|
||||
<td rowspan="1" colspan="1">Third beta test snapshot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">releng/9.3 branch</td>
|
||||
<td rowspan="1" colspan="1">20 June 2014</td>
|
||||
<td rowspan="1" colspan="1">20 June 2014</td>
|
||||
<td rowspan="1" colspan="1">Subversion branch created; future release engineering
|
||||
proceeds on this branch.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC1 builds begin</td>
|
||||
<td rowspan="1" colspan="1">20 June 2014</td>
|
||||
<td rowspan="1" colspan="1">20 June 2014</td>
|
||||
<td rowspan="1" colspan="1">First release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC2 builds begin</td>
|
||||
<td rowspan="1" colspan="1">27 June 2014</td>
|
||||
<td rowspan="1" colspan="1">27 June 2014</td>
|
||||
<td rowspan="1" colspan="1">Second release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RC3 builds begin</td>
|
||||
<td rowspan="1" colspan="1">4 July 2014</td>
|
||||
<td rowspan="1" colspan="1">4 July 2014</td>
|
||||
<td rowspan="1" colspan="1">Third release candidate.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RELEASE builds begin</td>
|
||||
<td rowspan="1" colspan="1">11 July 2014</td>
|
||||
<td rowspan="1" colspan="1">11 July 2014</td>
|
||||
<td rowspan="1" colspan="1">9.3-RELEASE builds begin.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">RELEASE announcement</td>
|
||||
<td rowspan="1" colspan="1">16 July 2014</td>
|
||||
<td rowspan="1" colspan="1">16 July 2014</td>
|
||||
<td rowspan="1" colspan="1">9.3-RELEASE press release.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">Turn over to the secteam</td>
|
||||
<td rowspan="1" colspan="1">-</td>
|
||||
<td rowspan="1" colspan="1">30 July 2014</td>
|
||||
<td rowspan="1" colspan="1">releng/9.3 branch is handed over to the FreeBSD
|
||||
Security Officer Team in one or two weeks after the
|
||||
announcement.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h1>Status / TODO</h1>
|
||||
<a href="../../releases/9.3R/todo.html" shape="rect">FreeBSD Release
|
||||
Engineering TODO Page</a>
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="../../releng/index.html" shape="rect">FreeBSD Release Engineering website</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2014-09-15</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
48
website/content/en/releases/9.3R/todo.adoc
Normal file
48
website/content/en/releases/9.3R/todo.adoc
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
title: "FreeBSD 9.3 Release TODO Items"
|
||||
sidenav: download
|
||||
---
|
||||
|
||||
= FreeBSD 9.3 Release TODO Items
|
||||
|
||||
== Introduction
|
||||
|
||||
Please *do not* edit this file unless you are on the Release Engineering Team, or a member of the Release Engineering Team gave you explicit permission to do so.
|
||||
|
||||
This is the release cycle _TODO_ page, outlining items that are in-progress, issues that must be fixed (release blockers), issues that need to be fixed but are not blockers, and issues that should be fixed as an Errata Notice after the release.
|
||||
|
||||
== Works in Progress
|
||||
|
||||
[cols=",,",]
|
||||
|===
|
||||
|Pre-Freeze Issues |Description |Workaround
|
||||
|n/a |n/a |n/a
|
||||
|===
|
||||
|
||||
== Release Blockers
|
||||
|
||||
[cols=",,",]
|
||||
|===
|
||||
|Description |Workaround |Target Date
|
||||
|n/a |n/a |n/a
|
||||
|===
|
||||
|
||||
== Release Issues
|
||||
|
||||
[cols=",,",]
|
||||
|===
|
||||
|Description |Workaround |Target Date
|
||||
|n/a |n/a |n/a
|
||||
|===
|
||||
|
||||
== Post-Release Errata Items
|
||||
|
||||
[cols=",",]
|
||||
|===
|
||||
|Description |Workaround
|
||||
|n/a |n/a
|
||||
|===
|
||||
|
||||
== Additional Information
|
||||
|
||||
* link:../../../releng/[FreeBSD Release Engineering website]
|
|
@ -1,343 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook">
|
||||
<head>
|
||||
<title>FreeBSD 9.3 Release TODO Items</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="shortcut icon" href="https://www.FreeBSD.org/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen,print" href="https://www.FreeBSD.org/css/fixed.css" type="text/css" />
|
||||
<script type="text/javascript" src="../../layout/js/google.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)
|
||||
<a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)
|
||||
</span>
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="../.." title="FreeBSD">
|
||||
<img src="../../layout/images/logo-red.png" width="457" height="75" alt="FreeBSD" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="headerlogoright">
|
||||
<div class="frontdonateroundbox">
|
||||
<div class="frontdonatetop">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frontdonatecontent">
|
||||
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||
</div>
|
||||
<div class="frontdonatebot">
|
||||
<div>
|
||||
<b style="display: none;">.</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist"></ul>
|
||||
</div>
|
||||
<div id="search">
|
||||
<form method="get" id="search-form" action="https://duckduckgo.com/">
|
||||
<h2 class="blockhide">
|
||||
<label for="words">Search</label>
|
||||
</h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org,lists.FreeBSD.org,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" />
|
||||
<span> </span>
|
||||
<input id="submit" name="submit" type="submit" value="Search" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="menu">
|
||||
<ul class="first">
|
||||
<li>
|
||||
<a href="../../">Home</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../about.html">About</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/newbies.html">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../features.html">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../advocacy/">Advocacy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../marketing/">Marketing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../privacy.html">Privacy Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releng/">Release Engineering</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../docs.html">Documentation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/faq/">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/handbook/">Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="//www.FreeBSD.org/cgi/man.cgi">Manual Pages</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://papers.FreeBSD.org">Presentations and Papers</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../docs/books.html">All Books and Articles</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community.html">Community</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../community/mailinglists.html">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://forums.FreeBSD.org">Forums</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../usergroups.html">User Groups</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../events/events.html">Events</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://freebsdjournal.com">FreeBSD Journal</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://serverfault.com/questions/tagged/freebsd">Q&A (external)</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../projects/index.html">Developers</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://svnweb.FreeBSD.org">Subversion Repository</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/freebsd">Git Mirror</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://wiki.FreeBSD.org">Wiki</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://ci.FreeBSD.org">Continuous Integration Service</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../support.html">Support</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../commercial/commercial.html">Vendors</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../security/">Security Information</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bugs.FreeBSD.org/search/">Bug Reports</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.FreeBSD.org/support.html">Submitting Bug Reports</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/">Foundation</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../donations/index.html#systems">Hardware Donations</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../where.html">Get FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../releases/">Release Information</a>
|
||||
<ul>
|
||||
<li>Production Release: <br /><a href="../../releases/12.1R/announce.html">12.1</a></li>
|
||||
<li>Production Release: <br /><a href="../../releases/11.3R/announce.html">11.3</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../snapshots/">Snapshot Releases</a>
|
||||
<ul>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/11.4R/schedule.html">11.4</a></li>
|
||||
<li>Upcoming Release:<br /><a href="../../releases/12.2R/schedule.html">12.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../ports/">Ported Applications</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="contentwrap"><h1>FreeBSD 9.3 Release TODO Items</h1>
|
||||
|
||||
<h1>Introduction</h1>
|
||||
|
||||
<p>Please <strong>do not</strong> edit this file unless you are
|
||||
on the Release Engineering Team, or a member of the Release
|
||||
Engineering Team gave you explicit permission to do so.</p>
|
||||
|
||||
<p>This is the release cycle <em>TODO</em> page, outlining
|
||||
items that are in-progress, issues that must be fixed (release
|
||||
blockers), issues that need to be fixed but are not blockers,
|
||||
and issues that should be fixed as an Errata Notice after the
|
||||
release.</p>
|
||||
|
||||
<h1>Works in Progress</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Pre-Freeze Issues</td>
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
<td rowspan="1" colspan="1">Workaround</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="none" />
|
||||
|
||||
<h1>Release Blockers</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
<td rowspan="1" colspan="1">Workaround</td>
|
||||
<td rowspan="1" colspan="1">Target Date</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="none" />
|
||||
|
||||
<h1>Release Issues</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
<td rowspan="1" colspan="1">Workaround</td>
|
||||
<td rowspan="1" colspan="1">Target Date</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="none" />
|
||||
|
||||
<h1>Post-Release Errata Items</h1>
|
||||
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<td rowspan="1" colspan="1">Description</td>
|
||||
<td rowspan="1" colspan="1">Workaround</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
<td rowspan="1" colspan="1">n/a</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br clear="none" />
|
||||
|
||||
<h1>Additional Information</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="../../releng/index.html" shape="rect">FreeBSD Release
|
||||
Engineering website</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br class="clearboth" />
|
||||
</div>
|
||||
<div id="footer"><span><a href="../../search/index-site.html">Site Map</a> |
|
||||
<a href="../../copyright/">Legal Notices</a> | © 1995–2020 The FreeBSD Project.
|
||||
All rights reserved.</span><br />
|
||||
Last modified: 2014-03-12</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -59,41 +59,41 @@ Complete historical information about the release date, the classification type,
|
|||
* *10.2* (August, 2015) _link:10.2R/announce[Announcement]: link:10.2R/relnotes[Release Notes]: link:10.2R/installation[Installation Instructions]: link:10.2R/hardware[Hardware Notes]: link:10.2R/readm[Readme]: link:10.2R/errata[Errata]_
|
||||
* *10.1* (November, 2014) _link:10.1R/announce[Announcement]: link:10.1R/relnotes[Release Notes]: link:10.1R/installation[Installation Instructions]: link:10.1R/hardware[Hardware Notes]: link:10.1R/readme[Readme]: link:10.1R/errata[Errata]_
|
||||
* *10.0* (January, 2014) _link:10.0R/announce[Announcement]: link:10.0R/relnotes[Release Notes]: link:10.0R/installation[Installation Instructions]: link:10.0R/hardware[Hardware Notes]: link:10.0R/readme[Readme]: link:10.0R/errata[Errata]_
|
||||
* *9.3* (July, 2014) _link:9.3R/announce.html[Announcement]: link:9.3R/relnotes.html[Release Notes]: link:9.3R/installation.html[Installation Instructions]: link:9.3R/hardware.html[Hardware Notes]: link:9.3R/readme.html[Readme]: link:9.3R/errata.html[Errata]_
|
||||
* *9.2* (September, 2013) _link:9.2R/announce.html[Announcement]: link:9.2R/relnotes.html[Release Notes]: link:9.2R/installation.html[Installation Instructions]: link:9.2R/hardware.html[Hardware Notes]: link:9.2R/readme.html[Readme]: link:9.2R/errata.html[Errata]_
|
||||
* *9.1* (December, 2012) _link:9.1R/announce.html[Announcement]: link:9.1R/relnotes.html[Release Notes]: link:9.1R/installation.html[Installation Instructions]: link:9.1R/hardware.html[Hardware Notes]: link:9.1R/readme.html[Readme]: link:9.1R/errata.html[Errata]_
|
||||
* *9.0* (January, 2012) _link:9.0R/announce.html[Announcement]: link:9.0R/relnotes.html[Release Notes]: link:9.0R/installation.html[Installation Instructions]: link:9.0R/hardware.html[Hardware Notes]: link:9.0R/readme.html[Readme]: link:9.0R/errata.html[Errata]_
|
||||
* *8.4* (June, 2013) _link:8.4R/announce.html[Announcement]: link:8.4R/relnotes.html[Release Notes]: link:8.4R/installation.html[Installation Instructions]: link:8.4R/hardware.html[Hardware Notes]: link:8.4R/readme.html[Readme]: link:8.4R/errata.html[Errata]_
|
||||
* *8.3* (April, 2012) _link:8.3R/announce.html[Announcement]: link:8.3R/relnotes.html[Release Notes]: link:8.3R/installation.html[Installation Instructions]: link:8.3R/hardware.html[Hardware Notes]: link:8.3R/readme.html[Readme]: link:8.3R/errata.html[Errata]_
|
||||
* *8.2* (February, 2011) _link:8.2R/announce.html[Announcement]: link:8.2R/relnotes.html[Release Notes]: link:8.2R/hardware.html[Hardware Notes]: link:8.2R/readme.html[Readme]: link:8.2R/errata.html[Errata]_
|
||||
* *8.1* (July, 2010) _link:8.1R/announce.html[Announcement]: link:8.1R/relnotes.html[Release Notes]: link:8.1R/hardware.html[Hardware Notes]: link:8.1R/readme.html[Readme]: link:8.1R/errata.html[Errata]_
|
||||
* *8.0* (November, 2009) _link:8.0R/announce.html[Announcement]: link:8.0R/relnotes.html[Release Notes]: link:8.0R/hardware.html[Hardware Notes]: link:8.0R/readme.html[Readme]: link:8.0R/errata.html[Errata]_
|
||||
* *7.4* (February, 2011) _link:7.4R/announce.html[Announcement]: link:7.4R/relnotes.html[Release Notes]: link:7.4R/hardware.html[Hardware Notes]: link:7.4R/readme.html[Readme]: link:7.4R/errata.html[Errata]_
|
||||
* *7.3* (March, 2010) _link:7.3R/announce.html[Announcement]: link:7.3R/relnotes.html[Release Notes]: link:7.3R/hardware.html[Hardware Notes]: link:7.3R/readme.html[Readme]: link:7.3R/errata.html[Errata]_
|
||||
* *7.2* (May, 2009) _link:7.2R/announce.html[Announcement]: link:7.2R/relnotes.html[Release Notes]: link:7.2R/hardware.html[Hardware Notes]: link:7.2R/readme.html[Readme]: link:7.2R/errata.html[Errata]_
|
||||
* *7.1* (January, 2009) _link:7.1R/announce.html[Announcement]: link:7.1R/relnotes.html[Release Notes]: link:7.1R/hardware.html[Hardware Notes]: link:7.1R/readme.html[Readme]: link:7.1R/errata.html[Errata]_
|
||||
* *7.0* (February, 2008) _link:7.0R/announce.html[Announcement]: link:7.0R/relnotes.html[Release Notes]: link:7.0R/hardware.html[Hardware Notes]: link:7.0R/readme.html[Readme]: link:7.0R/errata.html[Errata]_
|
||||
* [[rel6-4]]*6.4* (November, 2008) _link:6.4R/announce.html[Announcement]: link:6.4R/relnotes.html[Release Notes]: link:6.4R/hardware.html[Hardware Notes]: link:6.4R/installation.html[Installation Notes]: link:6.4R/readme.html[Readme]: link:6.4R/errata.html[Errata]_
|
||||
* *6.3* (January, 2008) _link:6.3R/announce.html[Announcement]: link:6.3R/relnotes.html[Release Notes]: link:6.3R/hardware.html[Hardware Notes]: link:6.3R/installation.html[Installation Notes]: link:6.3R/readme.html[Readme]: link:6.3R/errata.html[Errata]_
|
||||
* *6.2* (January, 2007) _link:6.2R/announce.html[Announcement]: link:6.2R/relnotes.html[Release Notes]: link:6.2R/hardware.html[Hardware Notes]: link:6.2R/installation.html[Installation Notes]: link:6.2R/readme.html[Readme]: link:6.2R/errata.html[Errata]_
|
||||
* *6.1* (May, 2006) _link:6.1R/announce.html[Announcement]: link:6.1R/relnotes.html[Release Notes]: link:6.1R/hardware.html[Hardware Notes]: link:6.1R/installation.html[Installation Notes]: link:6.1R/readme.html[Readme]: link:6.1R/errata.html[Errata]_
|
||||
* *6.0* (November, 2005) _link:6.0R/announce.html[Announcement]: link:6.0R/relnotes.html[Release Notes]: link:6.0R/hardware.html[Hardware Notes]: link:6.0R/installation.html[Installation Notes]: link:6.0R/readme.html[Readme]: link:6.0R/errata.html[Errata]_
|
||||
* *5.5* (May, 2006) _link:./5.5R/announce.html[Announcement]: link:./5.5R/relnotes.html[Release Notes]: link:./5.5R/hardware.html[Hardware Notes]: link:./5.5R/installation.html[Installation Notes]: link:./5.5R/readme.html[Readme]: link:./5.5R/errata.html[Errata]:_
|
||||
* *5.4* (May, 2005) _link:./5.4R/announce.html[Announcement]: link:./5.4R/relnotes.html[Release Notes]: link:./5.4R/hardware.html[Hardware Notes]: link:./5.4R/installation.html[Installation Notes]: link:./5.4R/readme.html[Readme]: link:./5.4R/errata.html[Errata]: link:./5.4R/migration-guide.html[Migration Guide]_
|
||||
* *5.3* (November, 2004) _link:./5.3R/announce.html[Announcement]: link:./5.3R/relnotes.html[Release Notes]: link:./5.3R/hardware.html[Hardware Notes]: link:./5.3R/installation.html[Installation Notes]: link:./5.3R/readme.html[Readme]: link:./5.3R/errata.html[Errata]: link:./5.3R/migration-guide.html[Migration Guide]_
|
||||
* *5.2.1* (February, 2004) _link:./5.2.1R/announce.html[Announcement]: link:./5.2.1R/relnotes.html[Release Notes]: link:./5.2.1R/hardware.html[Hardware Notes]: link:./5.2.1R/installation.html[Installation Notes]: link:./5.2.1R/readme.html[Readme]: link:./5.2.1R/errata.html[Errata]: link:./5.2.1R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *5.2* (January, 2004) _link:./5.2R/announce.html[Announcement]: link:./5.2R/relnotes.html[Release Notes]: link:./5.2R/hardware.html[Hardware Notes]: link:./5.2R/installation.html[Installation Notes]: link:./5.2R/readme.html[Readme]: link:./5.2R/errata.html[Errata]: link:./5.2R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *5.1* (June, 2003) _link:./5.1R/announce.html[Announcement]: link:./5.1R/relnotes.html[Release Notes]: link:./5.1R/hardware.html[Hardware Notes]: link:./5.1R/installation.html[Installation Notes]: link:./5.1R/readme.html[Readme]: link:./5.1R/errata.html[Errata]: link:./5.1R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *5.0* (January, 2003) _link:./5.0R/announce.html[Announcement]: link:./5.0R/relnotes.html[Release Notes]: link:./5.0R/hardware.html[Hardware Notes]: link:./5.0R/installation.html[Installation Notes]: link:./5.0R/readme.html[Readme]: link:./5.0R/errata.html[Errata]: link:./5.0R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *4.11* (January, 2005) _link:./4.11R/announce.html[Announcement]: link:./4.11R/relnotes.html[Release Notes]: link:./4.11R/hardware.html[Hardware Notes]: link:./4.11R/installation.html[Installation Notes]: link:./4.11R/readme.html[Readme]: link:./4.11R/errata.html[Errata]_
|
||||
* *4.10* (May, 2004) _link:./4.10R/announce.html[Announcement]: link:./4.10R/relnotes.html[Release Notes]: link:./4.10R/hardware.html[Hardware Notes]: link:./4.10R/installation.html[Installation Notes]: link:./4.10R/readme.html[Readme]: link:./4.10R/errata.html[Errata]_
|
||||
* *4.9* (October, 2003) _link:./4.9R/announce.html[Announcement]: link:./4.9R/relnotes.html[Release Notes]: link:./4.9R/hardware.html[Hardware Notes]: link:./4.9R/installation.html[Installation Notes]: link:./4.9R/readme.html[Readme]: link:./4.9R/errata.html[Errata]_
|
||||
* *4.8* (April, 2003) _link:./4.8R/announce.html[Announcement]: link:./4.8R/relnotes.html[Release Notes]: link:./4.8R/hardware.html[Hardware Notes]: link:./4.8R/installation.html[Installation Notes]: link:./4.8R/readme.html[Readme]: link:./4.8R/errata.html[Errata]_
|
||||
* *4.7* (October, 2002) _link:./4.7R/announce.html[Announcement]: link:./4.7R/relnotes.html[Release Notes]: link:./4.7R/hardware.html[Hardware Notes]: link:./4.7R/installation.html[Installation Notes]: link:./4.7R/readme.html[Readme]: link:./4.7R/errata.html[Errata]_
|
||||
* *4.6.2* (August, 2002) _link:./4.6.2R/announce.html[Announcement]: link:./4.6.2R/relnotes.html[Release Notes]: link:./4.6.2R/hardware.html[Hardware Notes]: link:./4.6.2R/readme.html[Readme]: link:./4.6.2R/errata.html[Errata]_
|
||||
* *4.6* (June, 2002) _link:./4.6R/announce.html[Announcement]: link:./4.6R/relnotes.html[Release Notes]: link:./4.6R/hardware.html[Hardware Notes]: link:./4.6R/installation.html[Installation Notes]: link:./4.6R/errata.html[Errata]_
|
||||
* *4.5* (January, 2002) _link:./4.5R/announce.html[Announcement]: link:./4.5R/notes.html[Release Notes]: link:./4.5R/hardware.html[Hardware Notes]: link:./4.5R/errata.html[Errata]_
|
||||
* *4.4* (September, 2001) _link:./4.4R/announce.html[Announcement]: link:./4.4R/notes.html[Release Notes]: link:./4.4R/hardware.html[Hardware Notes]: link:./4.4R/errata.html[Errata]_
|
||||
* *9.3* (July, 2014) _link:9.3R/announce/[Announcement]: link:9.3R/relnotes/[Release Notes]: link:9.3R/installation/[Installation Instructions]: link:9.3R/hardware/[Hardware Notes]: link:9.3R/readme/[Readme]: link:9.3R/errata/[Errata]_
|
||||
* *9.2* (September, 2013) _link:9.2R/announce/[Announcement]: link:9.2R/relnotes/[Release Notes]: link:9.2R/installation/[Installation Instructions]: link:9.2R/hardware/[Hardware Notes]: link:9.2R/readme/[Readme]: link:9.2R/errata/[Errata]_
|
||||
* *9.1* (December, 2012) _link:9.1R/announce/[Announcement]: link:9.1R/relnotes/[Release Notes]: link:9.1R/installation/[Installation Instructions]: link:9.1R/hardware/[Hardware Notes]: link:9.1R/readme/[Readme]: link:9.1R/errata/[Errata]_
|
||||
* *9.0* (January, 2012) _link:https://www-legacy.freebsd.org/releases/9.0R/announce/[Announcement]: https://www-legacy.freebsd.org/releases/9.0R/relnotes/[Release Notes]: https://www-legacy.freebsd.org/releases/9.0R/installation/[Installation Instructions]: https://www-legacy.freebsd.org/releases/9.0R/hardware/[Hardware Notes]: https://www-legacy.freebsd.org/releases/9.0R/readme/[Readme]: https://www-legacy.freebsd.org/releases/9.0R/errata/[Errata]_
|
||||
* *8.4* (June, 2013) _https://www-legacy.freebsd.org/releases/8.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.4R/installation.html[Installation Instructions]: https://www-legacy.freebsd.org/releases/8.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.4R/errata.html[Errata]_
|
||||
* *8.3* (April, 2012) _https://www-legacy.freebsd.org/releases/8.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.3R/installation.html[Installation Instructions]: https://www-legacy.freebsd.org/releases/8.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.3R/errata.html[Errata]_
|
||||
* *8.2* (February, 2011) _https://www-legacy.freebsd.org/releases/8.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.2R/errata.html[Errata]_
|
||||
* *8.1* (July, 2010) _https://www-legacy.freebsd.org/releases/8.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.1R/errata.html[Errata]_
|
||||
* *8.0* (November, 2009) _https://www-legacy.freebsd.org/releases/8.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/8.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/8.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/8.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/8.0R/errata.html[Errata]_
|
||||
* *7.4* (February, 2011) _https://www-legacy.freebsd.org/releases/7.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.4R/errata.html[Errata]_
|
||||
* *7.3* (March, 2010) _https://www-legacy.freebsd.org/releases/7.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.3R/errata.html[Errata]_
|
||||
* *7.2* (May, 2009) _https://www-legacy.freebsd.org/releases/7.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.2R/errata.html[Errata]_
|
||||
* *7.1* (January, 2009) _https://www-legacy.freebsd.org/releases/7.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.1R/errata.html[Errata]_
|
||||
* *7.0* (February, 2008) _https://www-legacy.freebsd.org/releases/7.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/7.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/7.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/7.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/7.0R/errata.html[Errata]_
|
||||
* [[rel6-4]]*6.4* (November, 2008) _https://www-legacy.freebsd.org/releases/6.4R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.4R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.4R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.4R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.4R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.4R/errata.html[Errata]_
|
||||
* *6.3* (January, 2008) _https://www-legacy.freebsd.org/releases/6.3R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.3R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.3R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.3R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.3R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.3R/errata.html[Errata]_
|
||||
* *6.2* (January, 2007) _https://www-legacy.freebsd.org/releases/6.2R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.2R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.2R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.2R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.2R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.2R/errata.html[Errata]_
|
||||
* *6.1* (May, 2006) _https://www-legacy.freebsd.org/releases/6.1R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.1R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.1R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.1R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.1R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.1R/errata.html[Errata]_
|
||||
* *6.0* (November, 2005) _https://www-legacy.freebsd.org/releases/6.0R/announce.html[Announcement]: https://www-legacy.freebsd.org/releases/6.0R/relnotes.html[Release Notes]: https://www-legacy.freebsd.org/releases/6.0R/hardware.html[Hardware Notes]: https://www-legacy.freebsd.org/releases/6.0R/installation.html[Installation Notes]: https://www-legacy.freebsd.org/releases/6.0R/readme.html[Readme]: https://www-legacy.freebsd.org/releases/6.0R/errata.html[Errata]_
|
||||
* *5.5* (May, 2006) _link:https://www-legacy.freebsd.org/releases/5.5R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.5R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.5R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.5R/errata.html[Errata]:_
|
||||
* *5.4* (May, 2005) _link:https://www-legacy.freebsd.org/releases/5.4R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.4R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.4R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.4R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.4R/migration-guide.html[Migration Guide]_
|
||||
* *5.3* (November, 2004) _link:https://www-legacy.freebsd.org/releases/5.3R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.3R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.3R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.3R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.3R/migration-guide.html[Migration Guide]_
|
||||
* *5.2.1* (February, 2004) _link:https://www-legacy.freebsd.org/releases/5.2.1R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.2.1R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.2.1R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.2.1R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.2.1R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *5.2* (January, 2004) _link:https://www-legacy.freebsd.org/releases/5.2R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.2R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.2R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.2R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.2R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *5.1* (June, 2003) _link:https://www-legacy.freebsd.org/releases/5.1R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.1R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.1R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.1R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.1R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *5.0* (January, 2003) _link:https://www-legacy.freebsd.org/releases/5.0R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/5.0R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/5.0R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/5.0R/errata.html[Errata]: link:https://www-legacy.freebsd.org/releases/5.0R/early-adopter.html[Early Adopter's Guide]_
|
||||
* *4.11* (January, 2005) _link:https://www-legacy.freebsd.org/releases/4.11R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.11R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.11R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.11R/errata.html[Errata]_
|
||||
* *4.10* (May, 2004) _link:https://www-legacy.freebsd.org/releases/4.10R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.10R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.10R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.10R/errata.html[Errata]_
|
||||
* *4.9* (October, 2003) _link:https://www-legacy.freebsd.org/releases/4.9R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.9R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.9R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.9R/errata.html[Errata]_
|
||||
* *4.8* (April, 2003) _link:https://www-legacy.freebsd.org/releases/4.8R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.8R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.8R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.8R/errata.html[Errata]_
|
||||
* *4.7* (October, 2002) _link:https://www-legacy.freebsd.org/releases/4.7R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.7R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.7R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.7R/errata.html[Errata]_
|
||||
* *4.6.2* (August, 2002) _link:https://www-legacy.freebsd.org/releases/4.6.2R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.6.2R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.6.2R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.6.2R/readme.html[Readme]: link:https://www-legacy.freebsd.org/releases/4.6.2R/errata.html[Errata]_
|
||||
* *4.6* (June, 2002) _link:https://www-legacy.freebsd.org/releases/4.6R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.6R/relnotes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/installation.html[Installation Notes]: link:https://www-legacy.freebsd.org/releases/4.6R/errata.html[Errata]_
|
||||
* *4.5* (January, 2002) _link:https://www-legacy.freebsd.org/releases/4.5R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.5R/notes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.5R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.5R/errata.html[Errata]_
|
||||
* *4.4* (September, 2001) _link:https://www-legacy.freebsd.org/releases/4.4R/announce.html[Announcement]: link:https://www-legacy.freebsd.org/releases/4.4R/notes.html[Release Notes]: link:https://www-legacy.freebsd.org/releases/4.4R/hardware.html[Hardware Notes]: link:https://www-legacy.freebsd.org/releases/4.4R/errata.html[Errata]_
|
||||
* *4.3* (April, 2001) _link:./4.3R/announce/[Announcement]: link:./4.3R/notes/[Release Notes]: link:./4.3R/errata/[Errata]_
|
||||
* *4.2* (November, 2000) _link:./4.2R/announce/[Announcement]: link:./4.2R/notes/[Release Notes]: link:./4.2R/errata/[Errata]_
|
||||
* *4.1.1* (September, 2000) _link:./4.1.1R/announce/[Announcement] : link:./4.1.1R/notes/[Release Notes] : link:./4.1.1R/errata/[Errata]_
|
||||
|
|
Loading…
Reference in a new issue