From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 6 09:14:21 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4EBCC7A for ; Thu, 6 Nov 2014 09:14:21 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC58DE9 for ; Thu, 6 Nov 2014 09:14:21 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id l4so541947lbv.24 for ; Thu, 06 Nov 2014 01:14:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=ENBa7hPw8Zj0Hr+2hjghUVSzXGk5D7nr5jViXTw2LCA=; b=gW7S4RI7/4S3fFqeGFt7wg6240MbVd4Ek1Kd/t2AFn8+khgg2Z2Bg/uK087ZNu9gMn P1t83WaA0WnhWIfYnOBKmrUvcduzRFQUZjRwUGBNRrR50go+MKfUxZRO7YSucrrud93I 0kOECYBWIbcYrLrUmWUBw31JGuim0LEl6l64QvV/exq0/fGbIhDAE8amSci+9EWvPUrs jI7hB2+PqshC6gaDLAgqRbJawBbTofQodmdRiRTVHsyw2oARRKc6T0LkkTjrrHbgzCNx ZZ3IelCB/Fs8S8K8VOaz2pDRWbkod+4Zf3OlsiIDc/pv31aEQ/DfhRJQLDJShYcAFpR5 FShQ== X-Received: by 10.112.169.6 with SMTP id aa6mr3619611lbc.29.1415265259142; Thu, 06 Nov 2014 01:14:19 -0800 (PST) Received: from brick.home (adbf211.neoplus.adsl.tpnet.pl. [79.184.5.211]) by mx.google.com with ESMTPSA id 2sm2307252lai.36.2014.11.06.01.14.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 01:14:18 -0800 (PST) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Thu, 6 Nov 2014 10:14:17 +0100 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Mateusz Guzik , Tiwei Bie , freebsd-hackers@freebsd.org Subject: Re: [PATCH] Finish the task 'sysctl reporting current working directory' Message-ID: <20141106091417.GA4716@brick.home> Mail-Followup-To: Mateusz Guzik , Tiwei Bie , freebsd-hackers@freebsd.org References: <1414987325-23280-1-git-send-email-btw@mail.ustc.edu.cn> <20141103051908.GC29497@dft-labs.eu> <20141103064052.GA1739@freebsd> <20141103080526.GE29497@dft-labs.eu> <20141103085235.GA85851@freebsd> <20141106081330.GA12284@dft-labs.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141106081330.GA12284@dft-labs.eu> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 09:14:21 -0000 On 1106T0913, Mateusz Guzik wrote: > On Mon, Nov 03, 2014 at 04:52:35PM +0800, Tiwei Bie wrote: > > kernel changes got in in r274167 > > Please submit tmux patch to bugzilla. Just wondering, why put the changes into tmux and not getcwd(3)?