summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2019-02-05 18:22:21 +0000
committeremaste <emaste@FreeBSD.org>2019-02-05 18:22:21 +0000
commitfa113e14a11a28421ac7613ac726034e329e1133 (patch)
tree2f7cf2928f42af5873b6a7f00795cef57ac14d36
parent3cdc87ea01fc2d12e6c16d27520d7554cf07dc8e (diff)
downloadFreeBSD-src-fa113e14a11a28421ac7613ac726034e329e1133.zip
FreeBSD-src-fa113e14a11a28421ac7613ac726034e329e1133.tar.gz
UPDATING and newvers entries for 11.2-p9
Approved by: so Security: FreeBSD-SA-19:01.syscall
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 3a44e6c..6e159f8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20190205 p9 FreeBSD-SA-19:01.syscall
+
+ amd64: clear callee-preserved registers on syscall exit
+ [SA-19:01.syscall]
+
20190109 p8 FreeBSD-EN-19:03.sqlite
FreeBSD-EN-19:04.tzdata
FreeBSD-EN-19:05.kqueue
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 041b548..5da6827 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud