aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-09-13 21:15:01 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-09-13 21:15:01 +0000
commit61c1328eb016476ee7ff5ad65d8224bb43e572db (patch)
tree065632defc328242fe02547b970a8c4cdb413ffa /UPDATING
parent4789686d67aff2b7f0ed589bd72313a45682d580 (diff)
parent7b01d357a29d6aa0dcafb04a9a370332e33eaae1 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0391baf9b966..28e28cd34ea5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20190913:
+ ntpd no longer by default locks its pages in memory, allowing them
+ to be paged out by the kernel. Use rlimit memlock to restore
+ historic BSD behaviour. For example, add "rlimit memlock 32"
+ to ntp.conf to lock up to 32 MB of ntpd address space in memory.
+
20190823:
Several of ping6's options have been renamed for better consistency
with ping. If you use any of -ARWXaghmrtwx, you must update your