From owner-svn-src-head@freebsd.org Fri Jul 15 04:55:21 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E596B9789B; Fri, 15 Jul 2016 04:55:21 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AEBAC1D14; Fri, 15 Jul 2016 04:55:20 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id Nv9jbK5vp32mrNv9kboZ2o; Thu, 14 Jul 2016 22:55:20 -0600 X-Authority-Analysis: v=2.2 cv=ROzxJMq+ c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=cAmyUtKerLwA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=U3usrQ-RuHvZcFjJsbwA:9 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 387E013789; Thu, 14 Jul 2016 21:08:17 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id u6F4tJMe006142; Thu, 14 Jul 2016 21:55:19 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201607150455.u6F4tJMe006142@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r302866 - head In-Reply-To: Message from Cy Schubert of "Fri, 15 Jul 2016 04:50:40 -0000." <201607150450.u6F4oeDE061798@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 14 Jul 2016 21:55:19 -0700 X-CMAE-Envelope: MS4wfJHy5liJxo20qk91xqS+III360kS7u360IiCCT1B2uHaz8HpdxlkXBPlRfcULx2sveexnwy6J15JCmeZy7ly/Ov7zuJrrKoAwvOOzxbML3M40l373PN7 lcB8yEz78SJWHpo7F0DwmPZS4qY1JCIv8ufs3/4gpnRkdwCo2X1FrJ9zv7ggjwiEYUD9wnv3dqBygo0Nq5pyBmNuUJFidq8bKMu5v/yrG1alFJ+KbZdXLdC2 vBrJMblPo/N2ECCf90cxU8HD2mfYpd2BfzO1IamWv8oIeTIrr8xC0KKRWwT90v7U X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 04:55:21 -0000 In message <201607150450.u6F4oeDE061798@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Fri Jul 15 04:50:40 2016 > New Revision: 302866 > URL: https://svnweb.freebsd.org/changeset/base/302866 > > Log: > Document that missing KERNCONF files will now cause buildkernel to fail. > > Suggested by: ngie@ > Differential Revision: D7167 > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================= > = > --- head/UPDATING Fri Jul 15 04:43:38 2016 (r302865) > +++ head/UPDATING Fri Jul 15 04:50:40 2016 (r302866) > @@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12 > 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 > X-MFC with: r302865. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.