Deleted Added
sdiff udiff text old ( 270403 ) new ( 270905 )
full compact
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8
9 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
10
11Items affecting the ports and packages system can be found in
12/usr/ports/UPDATING. Please read that file before running portupgrade.
13
14NOTE: FreeBSD has switched from gcc to clang. If you have trouble bootstrapping
15from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
16stable/10, and then rebuild without this option. The bootstrap process from
17older version of current is a bit fragile.
18
1920140814:
20 The ixgbe tunables now match their sysctl counterparts, for example:
21 hw.ixgbe.enable_aim => hw.ix.enable_aim
22 Anyone using ixgbe tunables should ensure they update /boot/loader.conf.
23
2420140801:
25 The NFSv4.1 server committed by r269398 changes the internal
26 function call interfaces used between the NFS and krpc modules.

--- 2090 unchanged lines hidden (view full) ---

2117HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2118STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2119IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2120POSSIBILITY OF SUCH DAMAGE.
2121
2122Contact Warner Losh if you have any questions about your use of
2123this document.
2124
2125$FreeBSD: stable/10/UPDATING 270403 2014-08-23 11:46:26Z des $