Deleted Added
full compact
UPDATING (277320) UPDATING (277990)
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
3420150131:
35 The powerpc64 kernel has been changed to a position-independent
36 executable. This can only be booted with a new version of loader(8),
37 so make sure to update both world and kernel before rebooting.
38
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
3920150118:
40 Clang and llvm have been upgraded to 3.5.1 release. This is a bugfix
41 only release, no new features have been added. Please see the 20141231
42 entry below for information about prerequisites and upgrading, if you
43 are not already using 3.5.0.
44
4520150107:
46 ELF tools addr2line, elfcopy (strip), nm, size, and strings are now

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

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