UPDATING (1cbff2a9999537df1254b0c0bc2c60fc51206476) | UPDATING (5b3e02570aad765ee54aa9ba564aa97f52101227) |
---|---|
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 |
3420130618: 35 Fix a bug that allowed a tracing process (e.g. gdb) to write 36 to a memory-mapped file in the traced process's address space 37 even if neither the traced process nor the tracing process had 38 write access to that file. 39 |
|
3420130615: 35 CVS has been removed from the base system. An exact copy 36 of the code is available from the devel/cvs port. 37 3820130613: 39 Some people report the following error after the switch to bmake: 40 41 make: illegal option -- J --- 1841 unchanged lines hidden --- | 4020130615: 41 CVS has been removed from the base system. An exact copy 42 of the code is available from the devel/cvs port. 43 4420130613: 45 Some people report the following error after the switch to bmake: 46 47 make: illegal option -- J --- 1841 unchanged lines hidden --- |