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-04-26
net, os, internal/poll: test for use of sendfile
Damien Neil
2024-04-23
all: fix some typos in comments
racequite
2024-04-16
os: remove unused issueNo field
Tobias Klauser
2024-04-15
os: make File.Readdir et al concurrency-safe
Alan Donovan
2024-04-12
os: document file mode of temporary files
Ian Lance Taylor
2024-04-03
os: convert poll.ErrFileClosed to ErrClosed for Stat
Ian Lance Taylor
2024-04-02
internal/poll, net, os: remove poll.Splice syscall name return value
Tobias Klauser
2024-04-02
os: define wrapSyscallError only on linux
Tobias Klauser
2024-04-01
os: support relative paths in fixLongPath
qmuntal
2024-03-27
os: make readdir more robust on Windows
qmuntal
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-25
os: reuse buffer pool more aggressively in readdir
qmuntal
2024-03-25
os: fix typo in test
guoguangwu
2024-03-20
os/signal: avoid calling ioctl via syscall.Syscall on BSDs
Joel Sing
2024-03-19
os: kick FIFOs with O_NONBLOCK out of the kqueue on Darwin/iOS
Andy Pan
2024-03-19
os: use ignoringEINTR in openFileNolog and openDirNolog
Andy Pan
2024-03-18
os: support UNC paths and .. segments in fixLongPath
qmuntal
2024-03-16
os: don't try to make the directory FD non-blocking in os.ReadDir
Peter Collingbourne
2024-03-13
os,internal/godebugs: add missing IncNonDefault calls
qmuntal
2024-03-11
os: close pipe in test
guoguangwu
2024-03-08
os: use goarch.BigEndian
Tobias Klauser
2024-03-05
os: fix 63703.md release notes
qmuntal
2024-03-04
os: don't normalize volumes to drive letters in os.Readlink
qmuntal
2024-03-04
os: don't treat mount points as symbolic links
qmuntal
2024-03-04
os/exec: remove unnecessary fmt.Sprintf call
guoguangwu
2024-03-04
os: remove if nil!=nil in openFileNolog
qiulaidongfeng
2024-02-28
os: factor out newFileStatFromWin32FileAttributeData
qmuntal
2024-02-27
os: avoid GetFileInformationByHandleEx call when stat'ing files on Windows
qmuntal
2024-02-26
std: fix more nilness findings
Alan Donovan
2024-02-26
os: add available godoc link
cui fliter
2024-02-26
path/filepath: add Localize
Damien Neil
2024-02-23
Revert "os: make use of pidfd on linux"
Michael Pratt
2024-02-23
Revert "os: make FindProcess use pidfd on Linux"
Michael Pratt
2024-02-23
os: avoid writing within the tree during testing CopyFS
Andy Pan
2024-02-23
os: implement CopyFS
Andy Pan
2024-02-21
os: make FindProcess use pidfd on Linux
Kir Kolyshkin
2024-02-21
os: make use of pidfd on linux
Kir Kolyshkin
2024-02-21
os: use atomic.Uintptr for Process.handle
Kir Kolyshkin
2024-02-12
os: add os.ModeSocket support to os.Stat on windows
qmuntal
2024-02-07
runtime,internal/syscall/windows: remove long path support check
qmuntal
2024-02-07
os: support Stat and LStat for CON device on Windows
qmuntal
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ä
[prev]
[next]