Closed
Description
Possibly irrelevant if #12101 is implemented.
I am working on a util_solaris.go to provide Solaris equivalents for the code in util.go, using the high-level APIs provided in x/sys/unix, e.g. unix.IoctlSetTernio. I am not sure if there are rules against importing x/sys/unix in x/sys/crypto. The Linux/BSD implementation in util.go uses syscall, but the requisite Solaris syscalls are apparently only available in x/sys/unix.