index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
Age
Commit message (
Expand
)
Author
2022-04-26
os/exec: use a TestMain to avoid hijacking stdout for helper commands
Bryan C. Mills
2022-04-26
os/exec: make skipStdinCopyError a function instead of a variable
Bryan C. Mills
2022-04-25
os: skip TestRemoveAllRace on dragonfly
Bryan C. Mills
2022-04-25
os/exec: in TestImplicitPWD, explicitly request the logical path
Bryan C. Mills
2022-04-23
os: use a lower file count for TestOpenFileLimit on openbsd
Joel Sing
2022-04-21
os/exec: set PWD implicitly if Dir is non-empty and Env is nil
Bryan C. Mills
2022-04-21
os/exec: preserve original order of entries in dedupEnv
Bryan C. Mills
2022-04-12
os: mark Solaris nam/door/port files as irregular
Ian Lance Taylor
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-05
os/signal: run TestNotifyContextNotifications subtests in parallel
Bryan C. Mills
2022-04-04
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-03
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2022-04-03
os: run TestStatSymlinkLoop on all platforms
Tobias Klauser
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-28
os: use syscall.Timespec.Unix
Ian Lance Taylor
2022-03-26
os: document DirFS implements fs.StatFS
hopehook
2022-03-22
os: skip TestOpenFileLimit on openbsd/mips64
Ian Lance Taylor
2022-03-17
os: raise open file rlimit at startup
Russ Cox
2022-03-15
Revert "os: raise open file rlimit at startup"
Bryan Mills
2022-03-15
os: raise open file rlimit at startup
Russ Cox
2022-03-08
os, internal/syscall/unix: consolidate Pipe implementations
Tobias Klauser
2022-02-16
os: eliminate arbitrary sleep in Kill tests
Bryan C. Mills
2022-02-08
os: add examples for Mkdir and MkdirAll
Adrian Hesketh
2022-02-07
os: don't repeat dir argument in CreateTemp error
Ian Lance Taylor
2022-01-02
os: simplify ios checks in tests
Tobias Klauser
2022-01-02
os: enable TestMkdirAllWithSymlink on darwin/arm64
Tobias Klauser
2021-12-21
os: enable TestPipeThreads on FreeBSD
Tobias Klauser
2021-12-17
os/exec: skip TestContextCancel on netbsd/arm64
Bryan C. Mills
2021-12-14
os: enable TestClosedPipeRace* on FreeBSD
Austin Clements
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-12
os: document error returned by pending I/O operations on Close
Austin Clements
2021-12-03
os: test that LookupEnv reports all keys found in Environ
Bryan C. Mills
2021-12-02
os/exec: in TestContextCancel, dump goroutines on failure
Bryan C. Mills
2021-11-23
os/signal: reset SIGURG in TestSignal
Chaoqun Han
2021-11-16
os/exec: avoid NewFile on unknown FDs
Michael Pratt
2021-11-09
os: clarify that File.{Read,Write} use the buffer
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-13
os: explain ProccessState.Exited() SIGKILL interaction
Forest Johnson
2021-10-12
os: Simplify size using io.Discard.
Tamir Duberstein
2021-10-07
os: don't use wait6 on netbsd
Tobias Klauser
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-21
os/user: implement go native GroupIds
Kir Kolyshkin
2021-09-17
syscall: do not use handle lists on windows when NoInheritHandles is true
Jason A. Donenfeld
2021-09-02
os, syscall: remove fallback to pipe syscall on Linux
Tobias Klauser
2021-08-28
os/user: simplify skipping listGroups test
Kir Kolyshkin
2021-08-25
os/user: don't skip TestLookupGroup if supported
Kir Kolyshkin
2021-08-22
os/user: simplify test skip for plan9
Kir Kolyshkin
[prev]
[next]