From owner-freebsd-current Fri Dec 13 9: 9:37 2002 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 7556A37B401 for ; Fri, 13 Dec 2002 09:09:35 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12EFD43EA9 for ; Fri, 13 Dec 2002 09:09:35 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id gBDH9VlI017726 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 13 Dec 2002 12:09:31 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id gBDH9VUq017723; Fri, 13 Dec 2002 12:09:31 -0500 (EST) (envelope-from wollman) Date: Fri, 13 Dec 2002 12:09:31 -0500 (EST) From: Garrett Wollman Message-Id: <200212131709.gBDH9VUq017723@khavrinen.lcs.mit.edu> To: Craig Rodrigues Cc: freebsd-current@FreeBSD.ORG Subject: Re: Posix Semaphores in -CURRENT In-Reply-To: <20021213120247.A3188@attbi.com> References: <3DF8F08E.8050809@mail.flyingcroc.net> <3DFA0771.BDFC87A8@mindspring.com> <3DFA0DAC.2070801@mail.flyingcroc.net> <20021213120247.A3188@attbi.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > So apart from the leading slash character, nothing is mentioned about > embedded slashes in the semaphore name. What's the right behavior > for FreeBSD then? The reason why the standard is written that way was to allow for RTOS implementations which do not have a filesystem. A quality implementation should represent these objects in the filesystem when this is possible. The semaphore itself need not reside in the filesystem; the path name could be used only as a rendezvous point. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message