]> Cypherpunks repositories - gostls13.git/commit
runtime: revert CL 18835; don't install new signal stack unconditionally on dragonfly
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 21 Sep 2016 03:53:25 +0000 (12:53 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 21 Sep 2016 22:18:06 +0000 (22:18 +0000)
commit5db80c30e6b360ef18159332b3ff19234f911f36
tree24e11feef1ff3540aff7d021ad65cc05f0cf0a82
parente6134702bb63603a3a26b7167dab73d145886c0f
runtime: revert CL 18835; don't install new signal stack unconditionally on dragonfly

This change reverts CL 18835 which is a workaroud for older DragonFly
BSD kernels, and fixes #14051, #14052 and #14067 in a more general way
the same as other platforms except NetBSD.

This change also bumps the minimum required version of DragonFly BSD
kernel to 4.4.4.

Fixes #16329.

Change-Id: I0b44b6afa675f5ed9523914226bd9ec4809ba5ae
Reviewed-on: https://go-review.googlesource.com/29491
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/os_dragonfly.go