Deleted Added
full compact
UPDATING (270403) UPDATING (270905)
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
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
1920140831:
20 The libatf-c and libatf-c++ major versions were downgraded to 0 and
21 1 respectively to match the upstream numbers. They were out of
22 sync because, when they were originally added to FreeBSD, the
23 upstream versions were not respected. These libraries are private
24 and not yet built by default, so renumbering them should be a
25 non-issue. However, unclean source trees will yield broken test
26 programs once the operator executes "make delete-old-libs" after a
27 "make installworld".
28
29 If you are using WITH_TESTS=yes (not the default), wipe the object
30 tree and rebuild from scratch to prevent spurious test failures.
31 This is only needed once: the old, misnumbered libraries have been
32 added to OptionalObsoleteFiles.inc so they will be removed during a
33 clean upgrade.
34
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
3520140814:
36 The ixgbe tunables now match their sysctl counterparts, for example:
37 hw.ixgbe.enable_aim => hw.ix.enable_aim
38 Anyone using ixgbe tunables should ensure they update /boot/loader.conf.
39
4020140801:
41 The NFSv4.1 server committed by r269398 changes the internal
42 function call interfaces used between the NFS and krpc modules.

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

2133HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2134STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2135IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2136POSSIBILITY OF SUCH DAMAGE.
2137
2138Contact Warner Losh if you have any questions about your use of
2139this document.
2140
2125$FreeBSD: stable/10/UPDATING 270403 2014-08-23 11:46:26Z des $
2141$FreeBSD: stable/10/UPDATING 270905 2014-08-31 23:09:23Z ngie $