Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2008 20:55:10 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_sem.c
Message-ID:  <200806102055.m5AKtJVT056104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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