The functionality in pkg/osutil ensures that all interrupt handlers finish and the process kills itself with the proper signal. Test for interrupt handling added. The server shutsdown gracefully by stopping on interrupt (Issue #2277.)
go1.4 doesn't support static link well, so we stay in go1.3 for a while. Implement Unsetenv in go1.3 way.