Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2008 21:00:11 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/123685: commit references a PR
Message-ID:  <200806102100.m5AL0BvM004263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/123685; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/123685: commit references a PR
Date: Tue, 10 Jun 2008 20:55:25 +0000 (UTC)

 gonzo       2008-06-10 20:55:10 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/kern             uipc_sem.c 
   Log:
   SVN rev 179716 on 2008-06-10 20:55:10Z by gonzo
   
     Keep proper track of nsegs counter: sem_free is called for all
     allocated semaphores, so it's wrong to increase it conditionally,
     in this case for every over-the-limit semaphore nsegs is decreased
     without being previously increased.
   
     PR:   kern/123685
     Approved by:  cognet (mentor)
   
   Revision  Changes    Path
   1.32      +3 -4      src/sys/kern/uipc_sem.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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