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
18 hours
os/exec: doc typo
Weixie Cui
31 hours
os/exec: use argv() to avoid panic inside of Cmd.String()
Neal Patel
9 days
os: use t.TempDir in root_test tempDirWithUnixSocket
Runxi Yu
2026-03-30
all: fix some minor issues in the comments
cuishuang
2026-03-17
os/exec: document that Cmd.Wait must not be called concurrently
Basavaraj PB
2026-03-10
os: allow EPERM during TestGetwdDeep
Russ Cox
2026-02-26
os: avoid escape from Root via ReadDir or Readdir
Damien Neil
2026-02-24
os/signal: completely ignore bogus signals
Michael Pratt
2026-02-11
internal/poll: avoid race between execIO and DisassociateIOCP
qmuntal
2026-02-03
internal/poll: readWriteUnlock should destroy fd when no remaining references
qmuntal
2026-01-27
os/exec: document blocking Stdin/Stdout/Stderr
Ian Lance Taylor
2026-01-12
os/exec: move platform-specific LookPath docs to a common comment
Damien Neil
2026-01-12
os/exec_test: fix test on Plan 9
Ori Bernstein
2026-01-06
os/exec: avoid atomic.Bool for Cmd.startCalled
Alan Donovan
2025-12-22
os/exec: second call to Cmd.Start is always an error
Alan Donovan
2025-11-26
os: allow direntries to have zero inodes on Linux
Dave Vasilevsky
2025-11-26
os,internal/syscall/windows: support O_* flags in Root.OpenFile
qmuntal
2025-11-26
os,internal/poll: don't call IsNonblock for consoles and Stdin
qmuntal
2025-11-20
os/signal: make NotifyContext cancel the context with a cause
Filippo Valsorda
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-11-12
os/exec: include Cmd.Start in the list of methods that run Cmd
Sean Liao
2025-11-04
os: ignore O_TRUNC errors on named pipes and terminal devices on Windows
qmuntal
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-21
os: support deleting read-only files in RemoveAll on older Windows versions
qmuntal
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-09-26
os/user: simplify go:build
Kir Kolyshkin
2025-09-26
os/user: use getgrouplist on illumos && cgo
Kir Kolyshkin
2025-09-26
internal/poll: don't call SetFilePointerEx in Seek for overlapped handles
qmuntal
2025-09-16
os/user: align test file name and build tags
Kir Kolyshkin
2025-09-15
all: replace strings.Split with strings.SplitSeq
1911860538
2025-09-15
os: add (*Process).WithHandle
Kir Kolyshkin
2025-09-15
os: add and use errProcessReleased
Kir Kolyshkin
2025-09-15
internal/syscall/unix: add KernelVersionGE
Kir Kolyshkin
2025-09-06
os: reject OpenDir of a non-directory file in Plan 9
Richard Miller
2025-08-29
os,syscall: pass file flags to CreateFile on Windows
qmuntal
2025-08-27
os: return nil slice when ReadDir is used with a file on file_windows
qmuntal
2025-08-25
os: set full name for Roots created with Root.OpenRoot
Damien Neil
2025-08-22
internal/syscall/windows: increase internal Windows O_ flags values
qmuntal
2025-08-22
os: fix Root.MkdirAll to handle race of directory creation
database64128
2025-08-20
internal/poll: don't call Seek for overlapped Windows handles
qmuntal
2025-08-20
internal/poll: set the correct file offset in FD.Seek for Windows overlapped ...
qmuntal
2025-08-19
os: fix path in MkdirTemp error message
Jonathan Conder
2025-08-13
os/exec: fix incorrect expansion of ".." in LookPath on plan9
Richard Miller
2025-08-11
net, os, file/filepath, syscall: use slices.Equal in tests
Tobias Klauser
2025-07-29
os/exec: fix incorrect expansion of "", "." and ".." in LookPath
Olivier Mengué
2025-07-28
os/user: fix tests to pass on non-english Windows
Olivier Mengué
2025-07-25
os/user: user random name for the test user account
qmuntal
2025-07-18
os: revert the use of AddCleanup to close files and roots
Carlos Amedee
2025-07-15
os: remove useless error check
guoguangwu
[next]