Deleted Added
sdiff udiff text old ( 277320 ) new ( 277990 )
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

--- 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
3420150118:
35 Clang and llvm have been upgraded to 3.5.1 release. This is a bugfix
36 only release, no new features have been added. Please see the 20141231
37 entry below for information about prerequisites and upgrading, if you
38 are not already using 3.5.0.
39
4020150107:
41 ELF tools addr2line, elfcopy (strip), nm, size, and strings are now

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

1120HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1121STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1122IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1123POSSIBILITY OF SUCH DAMAGE.
1124
1125Contact Warner Losh if you have any questions about your use of
1126this document.
1127
1128$FreeBSD: head/UPDATING 277320 2015-01-18 14:14:47Z dim $