K 10 svn:author V 5 gonzo K 8 svn:date V 27 2008-06-10T20:55:10.682486Z K 7 svn:log V 290 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) END