1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/runtime/linux
Russ Cox 3c7104479c runtime: drop CLONE_PARENT
The functionality we want (shared ppid) is implied
by CLONE_THREAD already, and CLONE_PARENT
causes problems if the Go program is pid 1 (init).

See issue 1406 for more details.

Fixes #1406.

R=adg, iant
CC=golang-dev
https://golang.org/cl/3971044
2011-01-20 13:36:00 -05:00
..
386 runtime: print signal information during panic 2011-01-18 14:15:11 -05:00
amd64 runtime: print signal information during panic 2011-01-18 14:15:11 -05:00
arm runtime: print signal information during panic 2011-01-18 14:15:11 -05:00
defs1.c runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
defs2.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
defs_arm.c arm: fix signal handler 2010-10-26 01:32:36 +02:00
defs.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
mem.c runtime: remove paranoid mapping at 0 2010-12-13 16:57:35 -05:00
os.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
runtime_defs.go runtime: parallel definitions in Go for all C structs. 2010-11-30 18:21:26 +01:00
signals.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
thread.c runtime: drop CLONE_PARENT 2011-01-20 13:36:00 -05:00