Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 09:41:23 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warren Block <wblock@FreeBSD.org>
Subject:   Re: svn commit: r271434 - head/etc
Message-ID:  <alpine.BSF.2.11.1409230928340.71831@wonkity.com>
In-Reply-To: <86bnq6ssdv.fsf@nine.des.no>
References:  <201409111824.s8BIOGOE078057@svn.freebsd.org> <86bnq6ssdv.fsf@nine.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Sep 2014, Dag-Erling Smørgrav wrote:

> Warren Block <wblock@FreeBSD.org> writes:
>> +Security advisories and errata: https://www.FreeBSD.org/releases/
>> +Handbook:     https://www.FreeBSD.org/handbook/
>> +FAQ:          https://www.FreeBSD.org/faq/
>> +Mailing list: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
>> +Forums:       https://forums.FreeBSD.org/
>
> Non-bikesheddy: the first line is wrong.

Could you be more specific about that?  It is an abbreviated form of 
"Links to security advisories and errata are available at".  Maybe you 
mean that it does not link directly to the security advisories?

>  The fourth line is only half true.

An abbreviated form of "the mailing list for asking general questions".

> Bikesheddy: the rest of the file should be replaced with a link to a
> "getting started" article.

This was discussed a bit in the threads on -arch.
From owner-svn-src-head@FreeBSD.ORG  Tue Sep 23 17:04:21 2014
Return-Path: <owner-svn-src-head@FreeBSD.ORG>
Delivered-To: svn-src-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id C77A6947;
 Tue, 23 Sep 2014 17:04:21 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B2B40ADC;
 Tue, 23 Sep 2014 17:04:21 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NH4LG2098185;
 Tue, 23 Sep 2014 17:04:21 GMT (envelope-from bdrewery@FreeBSD.org)
Received: (from bdrewery@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8NH4Lcv098184;
 Tue, 23 Sep 2014 17:04:21 GMT (envelope-from bdrewery@FreeBSD.org)
Message-Id: <201409231704.s8NH4Lcv098184@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to
 bdrewery@FreeBSD.org using -f
From: Bryan Drewery <bdrewery@FreeBSD.org>
Date: Tue, 23 Sep 2014 17:04:21 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-head@freebsd.org
Subject: svn commit: r272032 - head/sys/conf
X-SVN-Group: head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-head@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: SVN commit messages for the src tree for head/-current
 <svn-src-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head/>;
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Sep 2014 17:04:21 -0000

Author: bdrewery
Date: Tue Sep 23 17:04:21 2014
New Revision: 272032
URL: http://svnweb.freebsd.org/changeset/base/272032

Log:
  DEBUG_LOCKS no longer modifies 'struct vnode', nor does fstat(1) use it.
  fstat(1) now uses libprocstat(9).  There is no userland impact to using this.
  
  MFC after:	3 days

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Sep 23 16:06:28 2014	(r272031)
+++ head/sys/conf/NOTES	Tue Sep 23 17:04:21 2014	(r272032)
@@ -2625,9 +2625,7 @@ options 	NSFBUFS=1024
 # Enable extra debugging code for locks.  This stores the filename and
 # line of whatever acquired the lock in the lock itself, and changes a
 # number of function calls to pass around the relevant data.  This is
-# not at all useful unless you are debugging lock code.  Also note
-# that it is likely to break e.g. fstat(1) unless you recompile your
-# userland with -DDEBUG_LOCKS as well.
+# not at all useful unless you are debugging lock code.
 #
 options 	DEBUG_LOCKS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1409230928340.71831>