From owner-freebsd-current@FreeBSD.ORG Fri Jun 12 18:30:45 2009 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 1FCB3106566B for ; Fri, 12 Jun 2009 18:30:45 +0000 (UTC) (envelope-from agoca80@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id A78688FC15 for ; Fri, 12 Jun 2009 18:30:44 +0000 (UTC) (envelope-from agoca80@gmail.com) Received: by ewy8 with SMTP id 8so2674054ewy.43 for ; Fri, 12 Jun 2009 11:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=lU/5ynArQZbcw2O9rSWe4lkhC2ILS7/mHgkgVA8XdhA=; b=avfZQXKwMN4Lmx7sf0MKal1dm9MUUvJO1wvXBtify70kPczY0G4GeXZ4U6fOV6/c5A 8B/1jkisivrYJfu5j2QmV2ZXXNZ9iiAtHr+a6060Hy1rv/43LwCuNRtYN7Nif8DwNzJG COtll8PcmAO2+dhuA79g1xQfSbUbp7tDd9Hdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AvgntStwzwychi6VGTcW6ecHjyYqq66Pxl6HbZzZ9zlW+SFYhTPRkViT3OYarE51k2 h2qV9HMBS/iNSVKysfe2rDxaxK1fy2MBYi58prp377drU6jenn9K3AFqWbIsVnURhiH8 1/KibobYSXtcywP69bqWCNba7chOU+pfgbUqw= MIME-Version: 1.0 Received: by 10.216.46.79 with SMTP id q57mr1418146web.212.1244831443551; Fri, 12 Jun 2009 11:30:43 -0700 (PDT) Date: Fri, 12 Jun 2009 18:30:43 +0000 Message-ID: <538f43900906121130h79d099c4gf877b4032df0dad9@mail.gmail.com> From: =?ISO-8859-1?Q?Antonio_Gonz=E1lez_Castro?= To: freebsd-current@freebsd.org X-Mailman-Approved-At: Fri, 12 Jun 2009 19:44:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: RFC: C version of devd daemon. 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: Fri, 12 Jun 2009 18:30:45 -0000 Just to leave it clear: The only change I did was to rewrite devd.cc in C, and append a file that implements vectors in C. The code it's still the same (I hope), just different language.