From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 12:22:29 2010 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 8CCFC106566C for ; Tue, 21 Sep 2010 12:22:29 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1F9898FC19 for ; Tue, 21 Sep 2010 12:22:28 +0000 (UTC) Received: by wwc33 with SMTP id 33so889319wwc.31 for ; Tue, 21 Sep 2010 05:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=6f8yhM9h3OTlEUtc1mHsvxjxl6KIoej24DuSWTmesCo=; b=AkhCfUUaUz9BXo9t5s663PJRXAB7vt6j+Bsfrud6nNQ2BS88ZVUPTRtPDMTwn2NsQQ +jbm8Jm/bAogCV8fInvcwnGpOUKiTyU471XoByotzgoN+vNUcSd0rQN1+M5jZPU5qd5E a+ir8tFXDgkK/x+Ch2zziHJT3zSVTGqgoFXkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=rwm2vC3l4lE89bs2xQ2g+pyIKgbUP5+qO290L5gqHHwpkvYkKVB9tFcuv4z6cGFDS7 HwwuYAYiScCOqZbzGKKxer1b2/j9y9/he1wsTrR6BJmne2PaAVNUEYlXEkAA+bln/nu6 OR3TsGyblsKo0zbOSddQW7aNi9p+Ar8lw+Ew4= Received: by 10.216.159.195 with SMTP id s45mr9124550wek.43.1285071748056; Tue, 21 Sep 2010 05:22:28 -0700 (PDT) Received: from azathoth.lan (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89]) by mx.google.com with ESMTPS id o84sm5952363wej.13.2010.09.21.05.22.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Sep 2010 05:22:27 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 21 Sep 2010 14:22:24 +0200 From: Baptiste Daroussin To: freebsd-current@freebsd.org Message-ID: <20100921122033.GA22567@azathoth.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zaRBsRFn0XYhEU69" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Document EVFILT_FS and VQ_* 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: Tue, 21 Sep 2010 12:22:29 -0000 --zaRBsRFn0XYhEU69 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, For a projects I needed to use EVFILT_FS and saw that it hasn't been documented so here is a patch to document it http://planet.etoilebsd.net/kqueue.2.diff It is based on the commit message for the implementation of EVFILT_FS, sorry I don't know how to better document it (http://lists.freebsd.org/pipermail/cvs-src/2005-September/052288.html) While using it I also discover that VQ_MOUNT, VQ_UMOUNT, VQ_NOTRESP and VQ_NOTRESPLOCK are not documented either but I don't know where to document them. It would be great to see all of this documented, it would be useful at least for me :) regards, Bapt --zaRBsRFn0XYhEU69 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkyYo4AACgkQ8kTtMUmk6EwkIQCeLVe8Tt3o9d90vTiQeUi18fHn aR4AnjOH2Nxn7PVjqj3iSMuBpNulFV6m =qaMw -----END PGP SIGNATURE----- --zaRBsRFn0XYhEU69--