From owner-cvs-src@FreeBSD.ORG Sat Jun 21 03:29:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA81737B401; Sat, 21 Jun 2003 03:29:58 -0700 (PDT) Received: from HAL9000.homeunix.com (ip114.bella-vista.sfo.interquest.net [66.199.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDF443FBD; Sat, 21 Jun 2003 03:29:58 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h5LAToJa060868; Sat, 21 Jun 2003 03:29:50 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h5LATouC060861; Sat, 21 Jun 2003 03:29:50 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Sat, 21 Jun 2003 03:29:50 -0700 From: David Schultz To: Diomidis Spinellis Message-ID: <20030621102950.GA41358@HAL9000.homeunix.com> Mail-Followup-To: Diomidis Spinellis , developers@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200306201649.h5KGn3QW014806@repoman.freebsd.org> <3EF420FE.D9907D3A@aueb.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EF420FE.D9907D3A@aueb.gr> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: developers@FreeBSD.ORG Subject: Re: New committer: Diomidis D. Spinellis, Greece, dds@. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 10:29:59 -0000 Allow me to offer you a long-overdue welcome! I'm particularly excited by the FSM->native code compiler and automated code refactoring software you're planning to work on. On Sat, Jun 21, 2003, Diomidis Spinellis wrote: > src > Userland commands > - Modify ash (src/bin/sh) to support network pipes Cool. I don't want to scare you away from ash, but this is a piece of code that really needs a maintainer. So if you're interested, this might be a good place to start, er, refactoring. ;-) > - Locate candidate code for moving into a library Off the top of my head, the -h functionality supported by df and ls falls into this category. The implementation is somewhat nontrivial, and other tools could benefit from the feature.