K 10 svn:author V 5 markj K 8 svn:date V 27 2016-09-22T04:49:31.443573Z K 7 svn:log V 364 Annotate syscall provider pointer arguments with the "userland" keyword. This causes dtrace to automatically copyin arguments from userland, so one no longer has to explicitly use the copyin() action to do so. Moreover, copyin() on userland addresses is a no-op, so existing scripts should be unaffected by this change. Discussed with: rstone MFC after: 2 weeks END