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
2023-01-25
os: eliminate arbitrary timeout in testClosewithBlockingRead
Bryan C. Mills
2023-01-25
os: make Lstat for symlinks on Windows consistent with POSIX
Bryan C. Mills
2023-01-25
os: have RemoveAll loop on EINTR
Nigel Tao
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2023-01-23
os: treat non-symlink reparse points as irregular files
Bryan C. Mills
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-19
os: clean up tests
Bryan C. Mills
2023-01-19
os: deflake TestPipeEOF and TestFifoEOF
Bryan C. Mills
2023-01-17
os: document that Rename is not atomic on non-Unix platforms
Alan Donovan
2023-01-10
os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt
Bryan C. Mills
2022-12-19
os: reenable TestReaddirSmallSeek on windows
qmuntal
2022-12-16
os/user,net: add -fno-stack-protector to CFLAGS
Than McIntosh
2022-12-16
os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexec
Bryan C. Mills
2022-12-10
os: skip size test in TestLstat if the file is a symlink
Ian Lance Taylor
2022-12-09
os/user: zero-initialize C structs returned to Go
Bryan C. Mills
2022-12-08
os/user: on AIX getpwuid_r seems to return -1 on overflow
Ian Lance Taylor
2022-12-07
os/user: fix buffer retry loop on macOS
Russ Cox
2022-12-06
os, net/http: avoid escapes from os.DirFS and http.Dir on Windows
Damien Neil
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
os: use testenv.Command instead of exec.Command in tests
cui fliter
2022-11-16
internal/testpty: move from os/signal/internal/pty
Austin Clements
2022-11-14
os,syscall: File.Stat to use file handle for directories on Windows
qmuntal
2022-11-14
os: don't request read access from CreateFile in Stat
Damien Neil
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-11
os/exec: fix TestWaitInterrupt/WaitDelay error message
scott
2022-11-11
os/user: use libc (not cgo) on macOS
Russ Cox
2022-11-10
os/signal/internal/pty: use libc (not cgo) on macOS
Russ Cox
2022-11-10
os: document that WriteFile is not atomic
Richard Tweed
2022-11-10
os/user: allocate buffers in Go memory, not C memory
Ian Lance Taylor
2022-11-09
os: remove special casing of NUL in Windows file operations
Damien Neil
2022-11-04
all: fix function names in comments
cui fliter
2022-11-04
os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-03
os/exec: allow open descriptors to be closed during TestPipeLookPathLeak
Bryan C. Mills
2022-11-01
syscall, os/exec: reject environment variables containing NULs
Damien Neil
2022-10-31
os: in TestDirFS only check returned path for unexpected string
Ian Lance Taylor
2022-10-28
os: don't include DirFS argument in DirFS errors
Ian Lance Taylor
2022-10-25
os/exec: add the Cancel and WaitDelay fields
Bryan C. Mills
2022-10-17
os/signal: pass *int32 to ioctl that expects pid_t
Ian Lance Taylor
2022-10-14
os/signal: add missing newlines to TestTerminalSignal
Michael Pratt
2022-10-14
os/signal: rewrite TestTerminalSignal without bash
Michael Pratt
2022-10-13
os: split wait6 syscall wrapper into per-platform files
Bryan C. Mills
2022-10-13
os/exec: reduce arbitrary sleeps in TestWaitid
Bryan C. Mills
2022-10-13
os/exec: set traceback to "system" in TestContextCancel
Bryan C. Mills
2022-10-12
os/signal: document behavior of SIGPIPE on non-Go thread
Ian Lance Taylor
2022-10-12
os: use the correct constant for P_PID on NetBSD
Bryan C. Mills
2022-10-11
os/exec: remove protection against a duplicate Close on StdinPipe
Bryan C. Mills
2022-10-08
os: use poll.fdMutex for Plan 9 files
Ian Lance Taylor
2022-10-07
os/exec: document ProcessState available after a call to Wait or Run
hopehook
2022-10-06
os/exec: parallelize more tests
Bryan C. Mills
2022-10-06
os/exec: delete TestExtraFilesFDShuffle
Bryan C. Mills
[next]