aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sigqueue.cgo
AgeCommit message (Collapse)Author
2010-04-20runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox
to avoid confusion with real cgo R=r CC=golang-dev https://golang.org/cl/904046
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev https://golang.org/cl/194072
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox
most signals, so that ordinary programs can be killed, for example. Fixes #434. R=dsymonds1 CC=golang-dev, hoisie https://golang.org/cl/180064
2009-12-15os/signal: new packageDavid Symonds
Fixes #71. R=rsc, r https://golang.org/cl/162056