summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-11-23 16:45:07 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-11-23 16:45:07 +0000
commit30c5db2b88af87b9de2c59741f8af9bf51ee7203 (patch)
treea26aa99bbac5d2102412c608f745dede9e32129c /UPDATING
parente1fa5626cfbb6559a53ee633f8bc9c6fa0c44d18 (diff)
downloadsrc-test-30c5db2b88af87b9de2c59741f8af9bf51ee7203.tar.gz
src-test-30c5db2b88af87b9de2c59741f8af9bf51ee7203.zip
Enable the BSD crtbegin/crtend by default.
It has passed an exp run on amd64 and i386, and has testing on arm64. On other architectures it is expected to run, however it can be disabled by building world with -DWITHOUT_BSD_CRTBEGIN. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=340841
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b859dd6a295c4..8831b5a87fed6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,11 @@ 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".)
+20181123:
+ The BSD crtbegin and crtend code has been enabled by default. It has
+ had extensive testing on amd64, arm64, and i386. It can be disabled
+ by building a world with -DWITHOUT_BSD_CRTBEGIN.
+
20181115:
The set of CTM commands (ctm, ctm_smail, ctm_rmail, ctm_dequeue)
has been converted to a port (misc/ctm) and will be removed from