From owner-svn-src-all@freebsd.org Sat Sep 5 15:49:59 2015 Return-Path: Delivered-To: svn-src-all@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 C29BC9CBCD6; Sat, 5 Sep 2015 15:49:59 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9127D1ADA; Sat, 5 Sep 2015 15:49:59 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacex6 with SMTP id ex6so52612800pac.0; Sat, 05 Sep 2015 08:49:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Ny5KlzcgcnJr5ElK1egMkjVc0KgcMLDE/YiAEnKq2X0=; b=TBtKbdV+WsZc/eF5PzLZIH9Y1VP+jTCEgUXB8Fibkiz0QkKvQXk3+s4LdVI51UGxXc sRZ6i/DI3AsineUS5V8DG+3h9aBn07rhYlEontSyHcj1N1MOyJNRflNTTcygjOUYz55R Y2jVw9vL9s2ZzN7/ChbI7snh8ZkK86/240xL326dHv7rBE5N4fImYofjcYNCrG3ZJpqT oTZt0U3OZXWdBO+4KQJ2D2lh8kiPBHb2a0VjflAf2yLlJELla92/jiYmafeakXzJZZIC K3dk1PJEwmCEuMWOiLvthEUIPCNAaIrtZ6xirLfvvTyYw8yID5o8M9XLo9jJ1Hni5Fhd IX/w== X-Received: by 10.68.231.5 with SMTP id tc5mr22514221pbc.54.1441468198607; Sat, 05 Sep 2015 08:49:58 -0700 (PDT) Received: from [192.168.20.10] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id q1sm6224416pdr.46.2015.09.05.08.49.57 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Sep 2015 08:49:57 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r287442 - in head: lib/libprocstat lib/libutil share/man/man5 sys/kern sys/sys From: Garrett Cooper X-Mailer: iPhone Mail (12H321) In-Reply-To: Date: Sat, 5 Sep 2015 08:49:57 -0700 Cc: Tijl Coosemans , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: 7bit Message-Id: <1F244AA4-B8AC-46DD-B38D-D9F9C584110E@gmail.com> References: <201509032032.t83KWAtl043698@repo.freebsd.org> <20150905160425.2b7c4088@kalimero.tijl.coosemans.org> To: "cem@FreeBSD.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2015 15:49:59 -0000 > On Sep 5, 2015, at 07:50, Conrad Meyer wrote: > > I'll be offline for the next ~48 hours. It sounds like it's annoying > but not critical to fix. If it isn't fixed when I get back, I'll > figure something out. > > Thanks, > Conrad > > P.S., What systems have both imgact_elf64 and 32? Anything with COMPAT32 on (amd64, powerpc64, etc). Cheers, -NGie