K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-08-13T08:00:36.000000Z K 7 svn:log V 370 Make SYSVMSG mpsafe. Right now there is a global lock over the entire subsystem, we could move to per-message queue locks, however the messages themselves seem to come from a global pool and to avoid over-locking this code (locking individual queues, then the global pool) I've opted to just do it this way. Requested by: rwatson Tested by: NetBSD's regression suite. END