From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 15:18:05 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031771065670 for ; Wed, 12 Nov 2008 15:18:05 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 899838FC14 for ; Wed, 12 Nov 2008 15:18:04 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by ug-out-1314.google.com with SMTP id 30so1063715ugs.39 for ; Wed, 12 Nov 2008 07:18:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=f7UdqeZ0zUUgxbiftEiLhvMCAWxmHGlbCj+RDBNvOH4=; b=iNKXEWppqShYrezg1wwzNzbS+XgY33S5sBVv/+aTxrO7RtYDR2cO7NPbsYCve0b3ir 45Rg7UXDUBvO4wI4k6YAVjUcvBeKZVrJmOiJnlL3xOj2WgiPkS0JNHXVJlKT9Pll+I+V 604iYLGbusIs4SdtC7QeBVgj1NFo3yjtESaGM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=gw5HAfNGTs492ztm1dW+kKf4EKWcIF23A/WbgDFw5IZ2UqyKc/zxqmZdHKWMo43E9e x/VKJHi5MBs6AKlWF08IypNp9E3hgtNPnYWTRwEzS8Wo9YBqrbWKISyw5A4ndTsTPi7J VXZTr1FVJLooDec6qiI4igASJEkIPgTGLTH9M= Received: by 10.210.21.6 with SMTP id 6mr10468300ebu.18.1226503083352; Wed, 12 Nov 2008 07:18:03 -0800 (PST) Received: by 10.210.130.15 with HTTP; Wed, 12 Nov 2008 07:18:03 -0800 (PST) Message-ID: <3cb459ed0811120718y755b123g90970461da2773be@mail.gmail.com> Date: Wed, 12 Nov 2008 18:18:03 +0300 From: "Alexander Churanov" To: "Alexander Churanov" , freebsd-current@freebsd.org In-Reply-To: <20081111152011.GF9030@detritus.paeps.cx> MIME-Version: 1.0 References: <3cb459ed0808221700w335b0906g6901d8b8bec4dad9@mail.gmail.com> <200808241415.31812.mitchell@wyatt672earp.force9.co.uk> <6a7033710808241239p1cbdc7adwd4f87814b428b10b@mail.gmail.com> <3cb459ed0808241958v552eafejf7841f0f9993928e@mail.gmail.com> <3cb459ed0811110616t76235e72n24f2411a324a9807@mail.gmail.com> <3cb459ed0811110629g5c7cef8ascb024a9c1a920efa@mail.gmail.com> <20081111152011.GF9030@detritus.paeps.cx> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Unicode-based FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Nov 2008 15:18:05 -0000 Philip, Yes, please, create a branch in perforce. Then I will check my changes in. I'd like to list what I currently have, because I have no idea about how to place all the stuff correctly under current tree, and, therefore, what permissions I need: 1) Modified syscons files. It's clear that they stay in the same place. 2) Added sysons files (UTF processing). Currently they go to new folder, added under syscons tree. They are also listed in kernel build description file. 3) User-mode unit-tests for added syscons files. Currently they are located in the same folder as added files (under syscons tree) with their own Makefile. 4) User-mode application that is used for manual integration testing. Currently is does not live in source code tree (just in my home folder). Alexander Churanov