aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-07-15 04:50:40 +0000
committerCy Schubert <cy@FreeBSD.org>2016-07-15 04:50:40 +0000
commit651ad92c027822cd224ebe108bb3abc57b7a55ed (patch)
treea169aaca3c0c512d6b94a55c0c07e6e2275cc2f6 /UPDATING
parent507cef9302d90033257e3f0c3d79403bf43b236a (diff)
downloadsrc-651ad92c027822cd224ebe108bb3abc57b7a55ed.tar.gz
src-651ad92c027822cd224ebe108bb3abc57b7a55ed.zip
Document that missing KERNCONF files will now cause buildkernel to fail.
Suggested by: ngie@ Differential Revision: D7167
Notes
Notes: svn path=/head/; revision=302866
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2ce9e50b0ead..567335465c61 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ 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".)
+20160714:
+ As of r302865 when building multiple kernels using KERNCONF,
+ non-existent KERNCONF files will produce an error and buildkernel
+ will fail. Previous to r302865 missing KERNCONF files silently
+ failed giving no indication as to why, only to subsequently discover
+ during installkernel that the desired kernel was never built in the
+ first place.
+
20160622:
The libc stub for the pipe(2) system call has been replaced with
a wrapper which calls the pipe2(2) system call and the pipe(2) is now