index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
signal
Commit message (
Expand
)
Author
Age
Files
Lines
*
os: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-07
1
-1
/
+1
*
all: add a few links in package godocs
Daniel MartÃ
2023-03-25
1
-4
/
+4
*
os: use testenv.Command instead of exec.Command in tests
cui fliter
2023-02-21
2
-9
/
+8
*
internal/testpty: move from os/signal/internal/pty
Austin Clements
2022-11-16
4
-106
/
+3
*
os/signal/internal/pty: use libc (not cgo) on macOS
Russ Cox
2022-11-10
3
-23
/
+68
*
os/signal: pass *int32 to ioctl that expects pid_t
Ian Lance Taylor
2022-10-17
1
-5
/
+5
*
os/signal: add missing newlines to TestTerminalSignal
Michael Pratt
2022-10-14
1
-3
/
+3
*
os/signal: rewrite TestTerminalSignal without bash
Michael Pratt
2022-10-14
1
-140
/
+251
*
os/signal: document behavior of SIGPIPE on non-Go thread
Ian Lance Taylor
2022-10-12
1
-0
/
+6
*
all: use strings.Builder where appropriate
hopehook
2022-09-29
1
-5
/
+5
*
os/signal: disable GNU readline to deflake TestTerminalSignal
Zeke Lu
2022-09-28
1
-1
/
+1
*
os/signal: scale back the solaris-amd64-oraclerel settle time
Bryan C. Mills
2022-04-30
1
-4
/
+1
*
all: gofmt main repo
Russ Cox
2022-04-11
1
-9
/
+8
*
os/signal: run TestNotifyContextNotifications subtests in parallel
Bryan C. Mills
2022-04-05
1
-4
/
+10
*
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-04
1
-1
/
+16
*
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2022-04-03
1
-16
/
+1
*
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-29
3
-3
/
+3
*
os/signal: reset SIGURG in TestSignal
Chaoqun Han
2021-11-23
1
-0
/
+3
*
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-28
6
-8
/
+0
*
os/signal: test with a significantly longer fatal timeout
Andrew G. Morgan
2021-06-20
1
-2
/
+7
*
os/signal: increase test timeouts on ppc64*/linux
Paul E. Murphy
2021-05-04
1
-0
/
+8
*
syscall: syscall.AllThreadsSyscall signal handling fixes
Andrew G. Morgan
2021-04-21
1
-0
/
+42
*
all: simplify the spelling of Linux
Brad Fitzpatrick
2021-04-13
1
-2
/
+2
*
os/signal: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-04-12
1
-5
/
+1
*
all: add internal/itoa package
Josh Bleecher Snyder
2021-03-14
1
-16
/
+2
*
os/signal: remove comments about SA_RESTART
Ian Lance Taylor
2021-03-08
1
-3
/
+1
*
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-20
6
-0
/
+6
*
os/signal: fix a deadlock with syscall.AllThreadsSyscall() use
Andrew G. Morgan
2020-12-23
1
-0
/
+42
*
os/signal: fix flaky tests for NotifyContext.
Henrique Vicente
2020-12-18
1
-42
/
+60
*
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-09
2
-4
/
+2
*
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-20
1
-1
/
+2
*
os/signal: add NotifyContext to cancel context using system signals
Henrique Vicente
2020-09-15
3
-0
/
+284
*
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-06-08
2
-26
/
+26
*
syscall: if Setctty, require that Ctty be a child descriptor
Ian Lance Taylor
2020-05-01
1
-1
/
+1
*
os/signal: special-case test settle time on the solaris-amd64-oraclerel builder
Bryan C. Mills
2020-04-15
1
-2
/
+17
*
os/signal: increase settle time in tests
Bryan C. Mills
2020-04-08
1
-2
/
+16
*
os/signal, runtime: remove runtime sigqueue initialization
Ian Lance Taylor
2020-04-01
3
-11
/
+9
*
os/signal: make TestStop resilient to initially-blocked signals
Bryan C. Mills
2020-03-31
1
-53
/
+49
*
os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ...
Bryan C. Mills
2020-03-30
1
-0
/
+3
*
os/signal: rework test timeouts and concurrency
Bryan C. Mills
2020-03-30
1
-147
/
+212
*
os/signal: don't ignore SIGINT in TestAtomicStop child process
Ian Lance Taylor
2019-11-14
1
-0
/
+19
*
os/signal: use a larger channel buffer for all signals in TestSignal
Ian Lance Taylor
2019-11-09
1
-2
/
+4
*
runtime: use signals to preempt Gs for suspendG
Austin Clements
2019-11-02
1
-3
/
+17
*
os/signal: derive TestAtomicStop timeout from overall test timeout
Bryan C. Mills
2019-10-25
1
-2
/
+30
*
runtime: save/fetch g register during VDSO on ARM and ARM64
Cherry Zhang
2019-10-23
1
-0
/
+49
*
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-10-09
1
-1
/
+1
*
os/signal: lazily start signal watch loop only on Notify
Emmanuel T Odeke
2019-10-02
3
-2
/
+19
*
os/signal: split up sleeps waiting for signal
Ian Lance Taylor
2019-09-16
1
-9
/
+25
*
runtime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, CTRL_SHUTDOWN_EVENT as SI...
Tianon Gravi
2019-08-29
1
-0
/
+8
*
Revert "syscall: use Ctty before fd shuffle"
Damien Neil
2019-06-27
1
-11
/
+0
[next]