John Baldwin 49d409a108 - Add a kern_semctl() helper function for __semctl(). It accepts a pointer
to a copied-in copy of the 'union semun' and a uioseg to indicate which
  memory space the 'buf' pointer of the union points to.  This is then used
  in linux_semctl() and svr4_sys_semctl() to eliminate use of the stackgap.
- Mark linux_ipc() and svr4_sys_semsys() MPSAFE.
2006-06-27 18:28:50 +00:00
..
2006-06-16 10:25:06 +00:00
2006-06-08 17:40:02 +00:00
2006-05-26 13:54:27 +00:00
2006-05-29 19:29:41 +00:00