From owner-freebsd-stable@FreeBSD.ORG Tue Aug 12 20:20:31 2014 Return-Path: Delivered-To: freebsd-stable@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 04A142FE for ; Tue, 12 Aug 2014 20:20:31 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3A4B2BBD for ; Tue, 12 Aug 2014 20:20:30 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C0442B917; Tue, 12 Aug 2014 16:20:29 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: [RFC] Partial MFC of SYSCTL changes in -current Date: Tue, 12 Aug 2014 16:18:09 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <53DBB82B.70802@selasky.org> In-Reply-To: <53DBB82B.70802@selasky.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201408121618.09278.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 12 Aug 2014 16:20:29 -0400 (EDT) Cc: Hans Petter Selasky X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 20:20:31 -0000 On Friday, August 01, 2014 11:54:19 am Hans Petter Selasky wrote: > Hi, > > Partial MFC of r267961, r267973, r267985, r267992, r267993, r268005: > Backport some macro definitions so to make backporting code from > FreeBSD head easier. > > MFC after: 1 week > > Any objections? Manpage update for the ROOT variants as well? -- John Baldwin