From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 09:44:46 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5736B37B404 for ; Tue, 1 Apr 2003 09:44:46 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FCE543FCB for ; Tue, 1 Apr 2003 09:44:45 -0800 (PST) (envelope-from s.moeck@gmx.de) Received: (qmail 12581 invoked by uid 65534); 1 Apr 2003 17:44:43 -0000 Received: from dsl254-062-177.sea1.dsl.speakeasy.net (HELO xpn) (216.254.62.177) by mail.gmx.net (mp004-rz3) with SMTP; 01 Apr 2003 19:44:43 +0200 From: =?iso-8859-1?Q?Stephan_M=F6ck?= To: Date: Tue, 1 Apr 2003 10:44:31 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: kqueue and kevent X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 01 Apr 2003 17:44:47 -0000 I want to use kqueue and kevent to watch directories and subdirectories. Does anybody have information about these to things beside the man page? Especially I want to figure out on which file or folder an event occurs. Thank you Stephan