Module Name: src Committed By: rmind Date: Sat Apr 16 20:39:18 UTC 2011
Modified Files: src/sys/kern: uipc_sem.c Log Message: - Add nsems_total and track the use of all semaphores (not only named ones). Prevents ksem module from unloading while anonymous semaphore(s) are in use. - ksem_free: add few asserts. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/kern/uipc_sem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.