aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sigqueue.goc
AgeCommit message (Expand)Author
2014-08-24runtime: convert sigqueue to GoDmitriy Vyukov
2014-08-07cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne
2014-07-29runtime: mark global var as NOPTRDmitriy Vyukov
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-07-22runtime: introduce notetsleepg functionDmitriy Vyukov
2013-07-12runtime: correctly handle signals received on foreign threadsShenghou Ma
2013-03-15os/signal: add Stop, be careful about SIGHUPRuss Cox
2013-03-05undo CL 7301062 / 9742f722b558Russ Cox
2013-03-04runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-02-20runtime: introduce entersyscallblock()Dmitriy Vyukov
2012-12-28runtime: fix potential crash in sigqueueDmitriy Vyukov
2012-02-17runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU.David Symonds
2012-02-14runtime, syscall, os/signal: fix windows buildAlex Brainman
2012-02-13os/signal: selective signal handlingRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almostRuss Cox
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor
2010-04-20runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox