From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 20 22:29:53 2010 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 0E9F51065670; Sun, 20 Jun 2010 22:29:53 +0000 (UTC) (envelope-from ekamperi@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 58EC48FC13; Sun, 20 Jun 2010 22:29:52 +0000 (UTC) Received: by bwz8 with SMTP id 8so1310889bwz.13 for ; Sun, 20 Jun 2010 15:29:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9/a2g5yAGJ63pqFvZ+/0lwlCN/x+tDLh1n0rG2tMhE8=; b=ctZYYhC3feEu+6icnGIGKcnn+KhGv+nfhsusURlzTvHQ7UeQKq74KECBPMcU3ca/xg S5D89ihkO+JVIPTrTacnhLcuOfaj1k/W74DA205bwTjuzV3o7xecRdjiS2EY2P2yaZ37 R7p58569N6BqYFfTQJ152xDGeQ/wZVspDs+sU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XRw8l/9Cfs6LLQ5Wnt7wUaXK36JNfJdrgv+1bDMi3uSRGdEmoXgoKt5+a2i13ZtjZz ejt2GI+uJHn2dn94IxckAl/38dsWShrRO2CcWsZTShSxwMq+iAJnyX5HrahebHrFoyrF yOvqmW0FhAKblgpY6JRphtb9zql2PxfjffD4c= MIME-Version: 1.0 Received: by 10.204.83.82 with SMTP id e18mr2221291bkl.138.1277071609629; Sun, 20 Jun 2010 15:06:49 -0700 (PDT) Received: by 10.204.58.131 with HTTP; Sun, 20 Jun 2010 15:06:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Jun 2010 01:06:49 +0300 Message-ID: From: Stathis Kamperis To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sun, 20 Jun 2010 23:38:42 +0000 Cc: FreeBSD-Hackers , standards@freebsd.org Subject: Re: Are POSIX mqueues supposed to be functional on FreeBSD? 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: Sun, 20 Jun 2010 22:29:53 -0000 2010/6/21 Garrett Cooper : > =A0 =A0Err... I ran an mqueue test and it popped up with ENOSYS. Which > makes me wonder, are POSIX mqueues implemented 100% on FreeBSD? I > looked into sys/kern/uip_mqueue.c and it _appears_ functional, but I Hi, did you first load the respective kernel module (mqueuefs or something like that) ? Cheers, Stathis