From owner-freebsd-current@FreeBSD.ORG Sat Jun 13 08:45:12 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 13BA1106564A for ; Sat, 13 Jun 2009 08:45:12 +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 97B8F8FC0C for ; Sat, 13 Jun 2009 08:45:11 +0000 (UTC) (envelope-from agoca80@gmail.com) Received: by ewy8 with SMTP id 8so3013887ewy.43 for ; Sat, 13 Jun 2009 01:45:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=T8OROheP/inryNFOgY8ckcCU9ss289WL/aSqfr8XFyI=; b=d6ufPX9BCOTKJB03RkRxyzL3pXADYr1owCjUTDPZkDtppWMMlFRoYfMHmx1j5jvDWi mS7GeswO2lfsBtX4dUuA1/1bgwmZ/94IG1h80qfTyS/ZxiVVw2SOOW0AIIFCjUqPPS0f WnK/64n2AKJzZ4NaPtDmF8+cdwG2ojNcFDklU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=isMq+ObY6N/kPPCB++n0hx75ScFyGWyR5ws8piHhjmQvZvAPz3v0Y82z2kU5gucOW9 Dq0BGfKgrU9Y+E+TPoeievWJOo8J5ztRYC6cMU9Xyub1368zGObrDQS/addlNVRSXYPK V/GlzFt/lOY5QhCWaAZq6DSS7O9DguQzzi1ak= Received: by 10.210.27.14 with SMTP id a14mr1836584eba.26.1244882710414; Sat, 13 Jun 2009 01:45:10 -0700 (PDT) Received: from ?192.168.0.2? (255.pool85-49-178.dynamic.orange.es [85.49.178.255]) by mx.google.com with ESMTPS id 7sm1260552eyb.15.2009.06.13.01.45.08 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Jun 2009 01:45:10 -0700 (PDT) From: Antxon To: Adrian Chadd In-Reply-To: References: <538f43900906121123u6138f86ar47db82b6be924db0@mail.gmail.com> Content-Type: text/plain; charset="iso8859-1" Date: Sat, 13 Jun 2009 08:45:30 +0000 Message-Id: <1244882730.897.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org 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: Sat, 13 Jun 2009 08:45:12 -0000 El sáb, 13-06-2009 a las 16:30 +0800, Adrian Chadd escribió: > 2009/6/13 Antonio González Castro : > > > Clang will be C++ ready in one years or two, but it's already C ready. Those > > where the thngs I was thinking about when I rewrited it in C. The code is in > > my computer, and I'm using it without problems. I did not test it a lot, but > > It did not crash for two days. I just wanted to ask before show anything. > > How can I show the code? Can I attach it to a mail to freebsd-current? > > Just put it up on a website and email out the url. > > > > Adrian I can't. I do not have any website where I can do that. I should get one of those someday. Could I attach the files (Makefile devd.c and vector.[ch]) to someone to do if for me? Antxon