Re: POSIX semaphores in FreeBSD-CURRENT

2002-12-13 Thread Alfred Perlstein
* Craig Rodrigues [EMAIL PROTECTED] [021213 09:39] wrote:
 Alfred,
 
 There is a very interesting thread on freebsd-current about
 some of the POSIX semaphore code that you contributed to
 -current.
 
 You may want to chime in. :)
 
 http://docs.freebsd.org/cgi/mailindex.cgi?sort=subjectfile=current/freebsd-current
 
 Look for the thread Posix Semaphores in -CURRENT.
 
 Thanks. :)

It's not interesting it's just a bunch of people wandering around
scratching thier heads without reading the relevant docs and
standards.

Exactly why I don't subscribe to -current.

http://www.freebsd.org/cgi/man.cgi?query=sem_openapropos=0sektion=0manpath=SunOS+5.7format=html

   The  name  argument  points to a string naming a semaphore
   object. It is unspecified whether the name appears in  the
   file  system  and  is visible to functions that take path-
   names as arguments. The name argument conforms to the con-
   struction  rules  for  a  pathname. The first character of
   name must be a slash   (/)  character  and  the  remaining
   characters  of   name cannot include any slash characters.
   For maximum portability,  name should include no more than
   14 characters, but this limit is not enforced.

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]
'Instead of asking why a piece of software is using 1970s technology,
 start asking why software is ignoring 30 years of accumulated wisdom.'

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: POSIX semaphores in FreeBSD-CURRENT

2002-12-13 Thread Garrett Wollman
On Fri, 13 Dec 2002 11:05:45 -0800, Alfred Perlstein [EMAIL PROTECTED] said:

 
http://www.freebsd.org/cgi/man.cgi?query=sem_openapropos=0sektion=0manpath=SunOS+5.7format=html

BZZT!
Appeal to irrelevant authority.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message