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
2024-01-10
os: relax tests and add examples for UserCacheDir and UserConfigDir
Bryan C. Mills
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-11
os: limit temp file randomness to uint32
Russ Cox
2023-12-07
os: document Readlink behavior for relative links
Bryan C. Mills
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-27
io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}
Jes Cok
2023-11-21
os: remove useless if from Wait on unix
Kir Kolyshkin
2023-11-21
os: avoid TestFileChdir fail when GOROOT is a symbolic link
qiulaidongfeng
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-17
net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn
Andy Pan
2023-11-09
os/signal: remove some arbitrary timeouts in tests
Bryan C. Mills
2023-11-02
os/signal: skip nohup tests on darwin builders
Michael Pratt
2023-11-02
os/signal: remove go t.Run from TestNohup
Michael Pratt
2023-11-01
os: fix PathError.Op for dirFS.Open
Joe Tsai
2023-11-01
os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat
Bryan C. Mills
2023-11-01
os/signal: use syscall.Wait4 directly in tests
Joel Sing
2023-10-09
os: use strings.EqualFold in os_test.go
cui fliter
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-09-18
os: in TestMkdirStickyUmask, create a non-sticky directory as a control
Bryan C. Mills
2023-09-18
os/exec: adjust function name in fatal message
Tobias Klauser
2023-09-13
os/exec: avoid calling LookPath in cmd.Start for resolved paths
Bryan C. Mills
2023-09-13
os/exec: fix edge cases in Windows PATH resolution
Bryan C. Mills
2023-09-13
os/exec: avoid writing to Cmd.Path in Cmd.Start on Windows
Bryan C. Mills
2023-09-13
os/exec: simplify Windows-specific tests
Bryan C. Mills
2023-09-12
os: fix TestRenameCaseDifference
Kir Kolyshkin
2023-09-12
all: fix Microsoft links
qmuntal
2023-09-12
Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"
Ian Lance Taylor
2023-09-05
all: use ^$ instead of XXXX, NoSuchTestExists to match no tests
Dmitri Shuralyov
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-09-05
os: don't invoke shell in TestStatStdin
Ian Lance Taylor
2023-08-31
os/user: use correct size for initial call in retryWithBuffer
Ian Lance Taylor
2023-08-25
internal/bytealg: add generic LastIndexByte{,String}
Tobias Klauser
2023-08-25
os: omit existence check for GetFinalPathNameByHandle
qmuntal
2023-08-23
os: use testenv.Command and os.Executable in tests
Bryan C. Mills
2023-08-21
os/exec: don't convert byte slice to string when using verb %s
Jes Cok
2023-08-21
os: add tests for UserCacheDir and UserConfigDir
Josh Kraft
2023-08-21
os: avoid allocating a string for ReadDir skipped entries on Windows
qmuntal
2023-08-16
os: skip Chown tests for auxiliary groups that fail due to permission errors
Bryan C. Mills
2023-08-16
os: support file systems without file IDs when reading directories on windows
qmuntal
2023-08-11
internal/itoa, os: move os.uitox to itoa.Uitox
Tobias Klauser
2023-08-11
os: remove unused func itox
Tobias Klauser
2023-08-10
os: define TestIssue60181 only on Unix platforms
Bryan C. Mills
2023-08-09
os: test that copying to append-only files doesn't fail on Linux
Tobias Klauser
2023-08-09
os: make MkdirAll support volume names
qmuntal
2023-08-08
os: follow all name surrogate reparse points in Stat on Windows
qmuntal
2023-08-07
os: fix test failure when Workstation service is not enabled
qiulaidongfeng
2023-08-07
os: replace "used to used" with "used to use" in description text
Jes Cok
2023-08-07
os: use t.Fatalf instead of t.Errorf in TestErrProcessDone
Jes Cok
2023-08-01
os/exec: Use the built-in function min instead of minInt
apocelipes
2023-07-26
os: remove 5ms sleep on Windows in (*Process).Wait
qmuntal
[next]