Some code to add linux POSIX system call support to golang.

The go.patch is pretty self-explanatory, and the remaining
files build tests (run as root) that validate the POSIX
semantics of 9 glibc compatible set*ui() and setgroups()
under Linux. (There are separate tests for native Go and
Cgo compiled code.)

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
6 files changed