]> Cypherpunks repositories - gostls13.git/commit
os: Add NetBSD support for recent signal changes.
authorChristopher Nielsen <m4dh4tt3r@gmail.com>
Sat, 17 Dec 2011 15:29:18 +0000 (02:29 +1100)
committerJoel Sing <jsing@google.com>
Sat, 17 Dec 2011 15:29:18 +0000 (02:29 +1100)
commit5030177ea3a216f2b333920f423cfff3d33805fc
treedbf06f75e83fe652ba3e3cb27ba7a2b3f00a5dad
parent13b26cb36a71f93aba29b933435101aa5e5d9e8e
os: Add NetBSD support for recent signal changes.

Add NetBSD to mksignals.sh and generate files.
While we're here, also add netbsd to the +build list where appropriate.

R=golang-dev, jsing
CC=golang-dev
https://golang.org/cl/5492064
14 files changed:
src/pkg/os/dir_unix.go
src/pkg/os/error_posix.go
src/pkg/os/exec/lp_unix.go
src/pkg/os/exec_posix.go
src/pkg/os/exec_unix.go
src/pkg/os/file_posix.go
src/pkg/os/file_unix.go
src/pkg/os/mksignals.sh
src/pkg/os/os_unix_test.go
src/pkg/os/path_unix.go
src/pkg/os/sys_bsd.go
src/pkg/os/user/lookup_stubs.go
src/pkg/os/zsignal_netbsd_386.go [new file with mode: 0644]
src/pkg/os/zsignal_netbsd_amd64.go [new file with mode: 0644]