From owner-freebsd-hackers@FreeBSD.ORG Sat May 3 12:38:38 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75571065677 for ; Sat, 3 May 2008 12:38:38 +0000 (UTC) (envelope-from lists@mschuette.name) Received: from mail.asta.uni-potsdam.de (mail.asta.uni-potsdam.de [141.89.58.198]) by mx1.freebsd.org (Postfix) with ESMTP id 72E4B8FC1A for ; Sat, 3 May 2008 12:38:38 +0000 (UTC) (envelope-from lists@mschuette.name) Received: from localhost (mail.asta.uni-potsdam.de [141.89.58.198]) by mail.asta.uni-potsdam.de (Postfix) with ESMTP id 51A6A1E5DBA for ; Sat, 3 May 2008 14:38:37 +0200 (CEST) X-Virus-Scanned: on mail at asta.uni-potsdam.de Received: from mail.asta.uni-potsdam.de ([141.89.58.198]) by localhost (mail.asta.uni-potsdam.de [141.89.58.198]) (amavisd-new, port 10024) with ESMTP id TpAVx5j2Fz-a for ; Sat, 3 May 2008 14:38:15 +0200 (CEST) Received: from [192.168.178.21] (BAA2eb1.baa.pppool.de [77.128.46.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Martin Schuette", Issuer "AStA-CA" (verified OK)) by mail.asta.uni-potsdam.de (Postfix) with ESMTP id 059371E5DC9 for ; Sat, 3 May 2008 14:38:14 +0200 (CEST) Message-ID: <481C5CB7.4000004@mschuette.name> Date: Sat, 03 May 2008 14:38:15 +0200 From: =?ISO-8859-15?Q?Martin_Sch=FCtte?= User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: hackers@freebsd.org References: <481B7ED4.3020208@mschuette.name> <481B86F6.7050207@delphij.net> In-Reply-To: <481B86F6.7050207@delphij.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Improving Syslog X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 12:38:38 -0000 Xin LI schrieb: > | and for developing I maintain a Trac at > | http://barney.cs.uni-potsdam.de/trac/syslogd/ > That's cool. Is there any commit-mail style stuff that we can subscribe > so we can gradually incorporate your work into FreeBSD? You could use the RSS feed (Browse Source -> Revision Log) to follow all my SVN commits to certain paths (e.g. a stable branch). But instead of following every single step, I guess it would be more time-efficient to wait and later port/merge larger units at once. For the implementation I will have to concentrate on one codebase, but I am certainly interested in porting/helping to port everything to the other syslogd versions later on. -- Martin