From owner-freebsd-current@freebsd.org Sat Sep 1 08:47:29 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2493FD5AB1 for ; Sat, 1 Sep 2018 08:47:29 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A23380CC4 for ; Sat, 1 Sep 2018 08:47:28 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id w818lQPX027501 for ; Sat, 1 Sep 2018 10:47:26 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 6C7A9EE for ; Sat, 1 Sep 2018 10:47:26 +0200 (CEST) To: FreeBSD Current From: Harry Schmalzbauer Subject: conf/MINIMAL without "options BUF_TRACKING" Organization: OmniLAN Message-ID: <0812bb36-ba45-5c0c-067d-64c95531e0b1@omnilan.de> Date: Sat, 1 Sep 2018 10:47:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Greylist: ACL 130 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Sat, 01 Sep 2018 10:47:26 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 08:47:30 -0000 Hello, is the MINIMAL (in sys/adm64/conf) kernel config intentionally missing options         BUF_TRACKING            # Track buffer history Not that I'm missing it, but to my understanding debug features shouldn't differ for predefined -current KERNCONF. Thanks, -harry