K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-12-03T21:53:23.000000Z K 7 svn:log V 413 MFC: Sync up SYSV IPC with HEAD some: - Add kern_semctl() and use it for Linux, IBCS2, and SVR4 ABIs. - Don't pass a bufsz pointer to kern_shmctl() for operations that don't need it. - Add module dependencies for SYSV IPC modules to IBCS2 and SVR4. - Use kern_shmctl() in SVR4. - Use kern_msgctl(), kern_semctl(), and kern_shmctl() in IBCS2. - Mark linux_ipc(), svr4_sys_shmsys(), and svr4_sys_semsys() MPSAFE. END