aboutsummaryrefslogtreecommitdiff
path: root/src/os/signal
AgeCommit message (Expand)Author
2021-06-20os/signal: test with a significantly longer fatal timeoutAndrew G. Morgan
2021-05-04os/signal: increase test timeouts on ppc64*/linuxPaul E. Murphy
2021-04-21syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-12os/signal: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-08os/signal: remove comments about SA_RESTARTIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-23os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan
2020-12-18os/signal: fix flaky tests for NotifyContext.Henrique Vicente
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-15os/signal: add NotifyContext to cancel context using system signalsHenrique Vicente
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-01syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor
2020-04-15os/signal: special-case test settle time on the solaris-amd64-oraclerel builderBryan C. Mills
2020-04-08os/signal: increase settle time in testsBryan C. Mills
2020-04-01os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor
2020-03-31os/signal: make TestStop resilient to initially-blocked signalsBryan C. Mills
2020-03-30os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ...Bryan C. Mills
2020-03-30os/signal: rework test timeouts and concurrencyBryan C. Mills
2019-11-14os/signal: don't ignore SIGINT in TestAtomicStop child processIan Lance Taylor
2019-11-09os/signal: use a larger channel buffer for all signals in TestSignalIan Lance Taylor
2019-11-02runtime: use signals to preempt Gs for suspendGAustin Clements
2019-10-25os/signal: derive TestAtomicStop timeout from overall test timeoutBryan C. Mills
2019-10-23runtime: save/fetch g register during VDSO on ARM and ARM64Cherry Zhang
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-02os/signal: lazily start signal watch loop only on NotifyEmmanuel T Odeke
2019-09-16os/signal: split up sleeps waiting for signalIan Lance Taylor
2019-08-29runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SI...Tianon Gravi
2019-06-27Revert "syscall: use Ctty before fd shuffle"Damien Neil
2019-05-30syscall: use Ctty before fd shuffleGreg Thelen
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2018-12-13os/signal: increase wait time for signal delivery time in testcaseLynn Boger
2018-10-17os/signal: wait for goroutine in TestTerminalSignalIan Lance Taylor
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-29os/signal: remove unnecessary else conditionTim Cooper
2018-04-21os/signal: add func Ignored(sig Signal) boolAdam Azarchs
2018-03-05os/signal: disable loading of history during testAndrey Mirtchovski
2018-01-31os/signal: skip TestTerminalSignal if posix_openpt fails with EACCESMichael Hudson-Doyle
2017-11-30runtime: don't block signals that will kill the programIan Lance Taylor
2017-11-23os/signal: don't run TestTerminalSignal on AndroidIan Lance Taylor
2017-11-22os/signal: fix t.Fatal that should be t.FatalfIan Lance Taylor
2017-11-22os/signal: don't run TestTerminalSignal on SolarisIan Lance Taylor
2017-11-22os/signal: make TestTerminalSignal more reliableIan Lance Taylor
2017-11-22internal/poll: loop on EINTR in Read on DarwinIan Lance Taylor
2017-11-01os/signal: improve documentation for the Notify functionRadek Sohlich
2017-07-13testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor
2017-06-25os/signal: check MustHaveExec in TestAtomicStopIan Lance Taylor