Deleted Added
sdiff udiff text old ( 279103 ) new ( 279750 )
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
3420150217:
35 If you are running a -CURRENT kernel since r273872 (Oct 30th, 2014),
36 but before r278950, the RNG was not seeded properly. Immediately
37 upgrade the kernel to r278950 or later and regenerate any keys (e.g.
38 ssh keys or openssl keys) that were generated w/ a kernel from that
39 range. This does not affect programs that directly used /dev/random
40 or /dev/urandom. All userland uses of arc4random(3) are affected.
41

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

1148HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1149STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1150IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1151POSSIBILITY OF SUCH DAMAGE.
1152
1153Contact Warner Losh if you have any questions about your use of
1154this document.
1155
1156$FreeBSD: head/UPDATING 279103 2015-02-21 13:00:52Z gavin $