Sean Bruno 8c8613a14f This change uses a reader count instead of holding the mutex for the
interpreter list to avoid the problem of holding a non-sleep lock during
a page fault as reported by witness.  In addition, it consistently uses
memset()/memcpy() instead of bzero()/bcopy() except in the case where
bcopy() is required (i.e. overlapping copy).

Differential Revision:	https://reviews.freebsd.org/D2123
Submitted by:	sson
MFC after:	2 weeks
Relnotes:	Yes
2015-06-05 16:21:43 +00:00
..
2015-06-05 06:46:11 +00:00
2015-05-27 19:28:14 +00:00
2015-06-03 19:39:59 +00:00
2015-05-23 14:59:27 +00:00
2015-04-18 16:08:06 +00:00
2015-03-16 00:10:03 +00:00
2015-05-29 14:03:07 +00:00