Deleted Added
full compact
UPDATING (271138) UPDATING (271298)
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

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

28 1 respectively to match the upstream numbers. They were out of
29 sync because, when they were originally added to FreeBSD, the
30 upstream versions were not respected. These libraries are private
31 and not yet built by default, so renumbering them should be a
32 non-issue. However, unclean source trees will yield broken test
33 programs once the operator executes "make delete-old-libs" after a
34 "make installworld".
35
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

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

28 1 respectively to match the upstream numbers. They were out of
29 sync because, when they were originally added to FreeBSD, the
30 upstream versions were not respected. These libraries are private
31 and not yet built by default, so renumbering them should be a
32 non-issue. However, unclean source trees will yield broken test
33 programs once the operator executes "make delete-old-libs" after a
34 "make installworld".
35
36 Additionally, the atf-sh binary was made private by moving it into
37 /usr/libexec/. Already-built shell test programs will keep the
38 path to the old binary so they will break after "make delete-old"
39 is run.
40
36 If you are using WITH_TESTS=yes (not the default), wipe the object
37 tree and rebuild from scratch to prevent spurious test failures.
41 If you are using WITH_TESTS=yes (not the default), wipe the object
42 tree and rebuild from scratch to prevent spurious test failures.
38 This is only needed once: the old, misnumbered libraries have been
39 added to OptionalObsoleteFiles.inc so they will be removed during a
40 clean upgrade.
43 This is only needed once: the misnumbered libraries and misplaced
44 binaries have been added to OptionalObsoleteFiles.inc so they will
45 be removed during a clean upgrade.
41
4220140814:
43 The ixgbe tunables now match their sysctl counterparts, for example:
44 hw.ixgbe.enable_aim => hw.ix.enable_aim
45 Anyone using ixgbe tunables should ensure they update /boot/loader.conf.
46
4720140801:
48 The NFSv4.1 server committed by r269398 changes the internal

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

2140HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2141STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2142IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2143POSSIBILITY OF SUCH DAMAGE.
2144
2145Contact Warner Losh if you have any questions about your use of
2146this document.
2147
46
4720140814:
48 The ixgbe tunables now match their sysctl counterparts, for example:
49 hw.ixgbe.enable_aim => hw.ix.enable_aim
50 Anyone using ixgbe tunables should ensure they update /boot/loader.conf.
51
5220140801:
53 The NFSv4.1 server committed by r269398 changes the internal

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

2145HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2146STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2147IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2148POSSIBILITY OF SUCH DAMAGE.
2149
2150Contact Warner Losh if you have any questions about your use of
2151this document.
2152
2148$FreeBSD: stable/10/UPDATING 271138 2014-09-04 21:10:24Z emaste $
2153$FreeBSD: stable/10/UPDATING 271298 2014-09-09 04:00:30Z ngie $