Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 16:52:00 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201750 - head/lib/libc/gen
Message-ID:  <201001071652.o07Gq0gQ008957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Jan  7 16:52:00 2010
New Revision: 201750
URL: http://svn.freebsd.org/changeset/base/201750

Log:
  Remove BUGS section that no longer applies after recent changes to semaphore
  code.
  
  OK-ed by:	davidxu

Modified:
  head/lib/libc/gen/sem_init.3

Modified: head/lib/libc/gen/sem_init.3
==============================================================================
--- head/lib/libc/gen/sem_init.3	Thu Jan  7 16:18:46 2010	(r201749)
+++ head/lib/libc/gen/sem_init.3	Thu Jan  7 16:52:00 2010	(r201750)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 8, 2009
+.Dd January 7, 2010
 .Dt SEM_INIT 3
 .Os
 .Sh NAME
@@ -90,10 +90,3 @@ The
 .Fn sem_init
 function conforms to
 .St -p1003.1-96 .
-.Sh BUGS
-A sem_t is a pointer to a separately allocated structure,
-therefore process shared semaphores only work between related processes
-and do not perform very well
-(each operation is a system call,
-while single-process semaphores only do a system call
-if they need to block or wake up a thread).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001071652.o07Gq0gQ008957>