summaryrefslogtreecommitdiff
path: root/src/os/signal
Commit message (Expand)AuthorAgeFilesLines
* os: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-1/+1
* all: add a few links in package godocsDaniel Martí2023-03-251-4/+4
* os: use testenv.Command instead of exec.Command in testscui fliter2023-02-212-9/+8
* internal/testpty: move from os/signal/internal/ptyAustin Clements2022-11-164-106/+3
* os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox2022-11-103-23/+68
* os/signal: pass *int32 to ioctl that expects pid_tIan Lance Taylor2022-10-171-5/+5
* os/signal: add missing newlines to TestTerminalSignalMichael Pratt2022-10-141-3/+3
* os/signal: rewrite TestTerminalSignal without bashMichael Pratt2022-10-141-140/+251
* os/signal: document behavior of SIGPIPE on non-Go threadIan Lance Taylor2022-10-121-0/+6
* all: use strings.Builder where appropriatehopehook2022-09-291-5/+5
* os/signal: disable GNU readline to deflake TestTerminalSignalZeke Lu2022-09-281-1/+1
* os/signal: scale back the solaris-amd64-oraclerel settle timeBryan C. Mills2022-04-301-4/+1
* all: gofmt main repoRuss Cox2022-04-111-9/+8
* os/signal: run TestNotifyContextNotifications subtests in parallelBryan C. Mills2022-04-051-4/+10
* Revert "os: add handling of os.Interrupt for windows"Bryan Mills2022-04-041-1/+16
* os: add handling of os.Interrupt for windowsConstantin Konstantinidis2022-04-031-16/+1
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-293-3/+3
* os/signal: reset SIGURG in TestSignalChaoqun Han2021-11-231-0/+3
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-286-8/+0
* os/signal: test with a significantly longer fatal timeoutAndrew G. Morgan2021-06-201-2/+7
* os/signal: increase test timeouts on ppc64*/linuxPaul E. Murphy2021-05-041-0/+8
* syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan2021-04-211-0/+42
* all: simplify the spelling of LinuxBrad Fitzpatrick2021-04-131-2/+2
* os/signal: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-121-5/+1
* all: add internal/itoa packageJosh Bleecher Snyder2021-03-141-16/+2
* os/signal: remove comments about SA_RESTARTIan Lance Taylor2021-03-081-3/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-206-0/+6
* os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan2020-12-231-0/+42
* os/signal: fix flaky tests for NotifyContext.Henrique Vicente2020-12-181-42/+60
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-4/+2
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* os/signal: add NotifyContext to cancel context using system signalsHenrique Vicente2020-09-153-0/+284
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-082-26/+26
* syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor2020-05-011-1/+1
* os/signal: special-case test settle time on the solaris-amd64-oraclerel builderBryan C. Mills2020-04-151-2/+17
* os/signal: increase settle time in testsBryan C. Mills2020-04-081-2/+16
* os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor2020-04-013-11/+9
* os/signal: make TestStop resilient to initially-blocked signalsBryan C. Mills2020-03-311-53/+49
* os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ...Bryan C. Mills2020-03-301-0/+3
* os/signal: rework test timeouts and concurrencyBryan C. Mills2020-03-301-147/+212
* os/signal: don't ignore SIGINT in TestAtomicStop child processIan Lance Taylor2019-11-141-0/+19
* os/signal: use a larger channel buffer for all signals in TestSignalIan Lance Taylor2019-11-091-2/+4
* runtime: use signals to preempt Gs for suspendGAustin Clements2019-11-021-3/+17
* os/signal: derive TestAtomicStop timeout from overall test timeoutBryan C. Mills2019-10-251-2/+30
* runtime: save/fetch g register during VDSO on ARM and ARM64Cherry Zhang2019-10-231-0/+49
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* os/signal: lazily start signal watch loop only on NotifyEmmanuel T Odeke2019-10-023-2/+19
* os/signal: split up sleeps waiting for signalIan Lance Taylor2019-09-161-9/+25
* runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SI...Tianon Gravi2019-08-291-0/+8
* Revert "syscall: use Ctty before fd shuffle"Damien Neil2019-06-271-11/+0