diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-09-13 21:15:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-09-13 21:15:01 +0000 |
| commit | 61c1328eb016476ee7ff5ad65d8224bb43e572db (patch) | |
| tree | 065632defc328242fe02547b970a8c4cdb413ffa /UPDATING | |
| parent | 4789686d67aff2b7f0ed589bd72313a45682d580 (diff) | |
| parent | 7b01d357a29d6aa0dcafb04a9a370332e33eaae1 (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
