Deleted Added
full compact
UPDATING (262719) UPDATING (262860)
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

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

26 includes various WITNESS- related kernel options, INVARIANTS, malloc
27 debugging flags in userland, and various verbose features in the
28 kernel. Many developers choose to disable these features on build
29 machines to maximize performance. (To completely disable malloc
30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
31 disable the most expensive debugging functionality run
32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
33
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

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

26 includes various WITNESS- related kernel options, INVARIANTS, malloc
27 debugging flags in userland, and various verbose features in the
28 kernel. Many developers choose to disable these features on build
29 machines to maximize performance. (To completely disable malloc
30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
31 disable the most expensive debugging functionality run
32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
33
3420140306:
35 Support for libwrap (TCP wrappers) in rpcbind was disabled by default
36 to improve performance. To re-enable it, if needed, run rpcbind
37 with command line option -W.
38
3420140226:
35 Switched back to the GPL dtc compiler due to updates in the upstream
36 dts files not being supported by the BSDL dtc compiler. You will need
37 to rebuild your kernel toolchain to pick up the new compiler. Core dumps
38 may result while building dtb files during a kernel build if you fail
39 to do so. Set WITHOUT_GPL_DTC if you require the BSDL compiler.
40
4120140216:

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

2103HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2104STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2105IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2106POSSIBILITY OF SUCH DAMAGE.
2107
2108Contact Warner Losh if you have any questions about your use of
2109this document.
2110
3920140226:
40 Switched back to the GPL dtc compiler due to updates in the upstream
41 dts files not being supported by the BSDL dtc compiler. You will need
42 to rebuild your kernel toolchain to pick up the new compiler. Core dumps
43 may result while building dtb files during a kernel build if you fail
44 to do so. Set WITHOUT_GPL_DTC if you require the BSDL compiler.
45
4620140216:

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

2108HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2109STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2110IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2111POSSIBILITY OF SUCH DAMAGE.
2112
2113Contact Warner Losh if you have any questions about your use of
2114this document.
2115
2111$FreeBSD: head/UPDATING 262719 2014-03-03 23:26:48Z delphij $
2116$FreeBSD: head/UPDATING 262860 2014-03-06 17:33:27Z mav $