summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2018-07-02 19:48:38 +0000
committerMatt Macy <mmacy@FreeBSD.org>2018-07-02 19:48:38 +0000
commitf4b3640475cec9299517289b7e8731ae26997cfc (patch)
treed5b84addce62cd31c3c05506a6f5b3f405f53c90 /UPDATING
parent0479387e0ae72132bd249ae4b334d298275f06fa (diff)
downloadsrc-test2-f4b3640475cec9299517289b7e8731ae26997cfc.tar.gz
src-test2-f4b3640475cec9299517289b7e8731ae26997cfc.zip
inline atomics and allow tied modules to inline locks
- inline atomics in modules on i386 and amd64 (they were always inline on other arches) - allow modules to opt in to inlining locks by specifying MODULE_TIED=1 in the makefile Reviewed by: kib Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D16079
Notes
Notes: svn path=/head/; revision=335873
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 69365fdeb7f0..266bea6cc70e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20180702:
+ On i386 and amd64 atomics are now inlined. Out of tree modules using
+ atomics will need to be rebuilt.
+
20180701:
The '%I' format in the kern.corefile sysctl limits the number of
core files that a process can generate to the number stored in the