From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 12 12:12:24 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17185106567A for ; Mon, 12 Sep 2011 12:12:24 +0000 (UTC) (envelope-from filippo.sironi@gmail.com) Received: from mail-ew0-f44.google.com (mail-ew0-f44.google.com [209.85.215.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA9E8FC16 for ; Mon, 12 Sep 2011 12:12:23 +0000 (UTC) Received: by ewy19 with SMTP id 19so1915693ewy.17 for ; Mon, 12 Sep 2011 05:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:x-priority:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=KCJRd4xGKlVywqbZdGeukSxfKm41NxmRzLAlzCEAyOU=; b=Zlj0SxIhkSPs7l1NzZ9v/Ud4rDZFUPR5e9VsDafDo7+lM6rGpM3Ch1LNJqqF+/F5/Z 1g1q796KPzW4p46ODKFuQvzoKxPJ7WZlYwKbcGUS0XZ7XG4RUKj3lFaLlOouUCl3KLwf XoypYFhlLuDcg8LX9uww8OkhyFyUZEbZULmss= Received: by 10.14.10.212 with SMTP id 60mr1421069eev.188.1315829542428; Mon, 12 Sep 2011 05:12:22 -0700 (PDT) Received: from filippo.sironi.dynamic.micro.elet.polimi.it (micro.elet.polimi.it [131.175.127.118]) by mx.google.com with ESMTPS id w19sm18440287eeh.6.2011.09.12.05.12.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Sep 2011 05:12:21 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: Filippo Sironi X-Priority: 3 In-Reply-To: <20110912111741.298340@gmx.net> Date: Mon, 12 Sep 2011 14:12:19 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <20110912094842.251380@gmx.net> <9B13644B-F61E-4761-8C4F-E9E33F6E82B8@gmail.com> <20110912111741.298340@gmx.net> To: freebsd-hackers@freebsd.org X-Mailer: Apple Mail (2.1244.3) Subject: Re: Kernel timers infrastructure 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: Mon, 12 Sep 2011 12:12:24 -0000 Thanks a lot guys, it didn't even think about the tty problem... shame on me, I should have read the man pages. :( Filippo