freebsd-dev/sys/cddl
Mark Johnston e9a2e17d1b Avoid holding the process in uread() and uwrite().
In general, higher-level code will atomically verify that the process
is not exiting and hold the process. In one case, we were using uwrite()
to copy a probed instruction to a per-thread scratch space block, but
copyout() can be used for this purpose instead; this change effectively
reverts r227291.

MFC after:	1 week
2017-11-16 07:25:12 +00:00
..
boot/zfs loader should support large_dnode 2017-09-12 13:45:04 +00:00
compat/opensolaris Avoid holding the process in uread() and uwrite(). 2017-11-16 07:25:12 +00:00
contrib/opensolaris Avoid holding the process in uread() and uwrite(). 2017-11-16 07:25:12 +00:00
dev sdt: make all sdt probe sites test one variable 2017-10-22 20:22:23 +00:00