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
2025-03-07
os: remove unused testingForceReadDirLstat
Tobias Klauser
2025-03-06
os: add missing calls to Root.Close() in tests
Olivier Mengué
2025-03-06
os: more godoc links
Olivier Mengué
2025-03-04
os: guarantee min buffer size for ReadFile reads on /proc-like files
Brad Fitzpatrick
2025-03-03
os: only call GetConsoleMode for char devices
qmuntal
2025-02-25
os, syscall: use unix build tag where appropriate
Tobias Klauser
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-20
os: don't log the entire environment in tests
qmuntal
2025-02-20
syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2025-02-19
syscall: don't truncate newly created files on Windows
qmuntal
2025-02-18
os: document that OpenRoot follows symlinks
Damien Neil
2025-02-18
all: use a more straightforward return value
cuishuang
2025-02-18
os: deal with chmod error for TestRootConsistencyChmod
Jes Cok
2025-02-14
os: explicitly return nil for rootChown in root_openat.go
Jes Cok
2025-02-13
os: add Root.Chown
Damien Neil
2025-02-13
os: explicitly return nil for {rootChmod,rootMkdir,rootRemove} in root_openat.go
Jes Cok
2025-02-13
os: consolidate and clarify File.Fd docs
Ian Lance Taylor
2025-02-13
os: use AddCleanup to close files
Carlos Amedee
2025-02-10
os: add Root.Chmod
Damien Neil
2025-02-10
os: hide SetFinalizer from users of Root
Michael Anthony Knyszek
2025-02-07
os: improve comments for process support, minor code cleanup
Ian Lance Taylor
2025-02-07
os: simplify Process.Release
Ian Lance Taylor
2025-02-07
os: use AddCleanup, not SetFinalizer, for Process
Ian Lance Taylor
2025-02-06
os: simplify process status
Ian Lance Taylor
2025-02-06
os: don't store reference count in Process.state
Ian Lance Taylor
2025-02-04
os: fix race condition in readdir by atomically initializing dirinfo
Amirhossein Akhlaghpour
2025-02-04
os: remove Process.mode field
Ian Lance Taylor
2025-02-04
os: separate Process.handle into a separate memory allocation
Ian Lance Taylor
2025-02-03
all: use slices.Contains to simplify code
cuishuang
2025-02-03
io/fs: add ReadLinkFS interface
Roxy Light
2025-01-29
Revert "os: employ sendfile(2) for file-to-file copying on Linux when needed"
Michael Pratt
2025-01-22
os: force a goroutine to be scheduled on WASM
Carlos Amedee
2024-12-30
os: mention fsys modifications during CopyFS
Sean Liao
2024-11-27
os/exec: edit comment to remove invalid link
Adam Bender
2024-11-22
os: allow for variant plan9 error messages in TestOpenError
Richard Miller
2024-11-21
os: drop unnecessary trailing . from symlink targets
Damien Neil
2024-11-21
os: fix Root tests on Plan9
Damien Neil
2024-11-21
os: recognize EFTYPE, EINVAL as a refusal to open a symlink
Damien Neil
2024-11-20
os: add OpenInRoot
Damien Neil
2024-11-20
os: add Root.FS
Damien Neil
2024-11-20
os: add Root.Stat and Root.Lstat
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-11-20
os: add Root
Damien Neil
2024-11-20
os: use ignoringEINTR2 in (*Process).pidWait
Tobias Klauser
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-11-19
internal/syscall/unix, os: add and use Waitid syscall wrapper on linux
Tobias Klauser
2024-11-19
Revert "os: check for valid Windows path when creating files"
George Adams
2024-11-19
os/user: fix race detector failure
qmuntal
2024-11-18
os: correctly handle errno==0 in (*Process).blockUntilWaitable
Damien Neil
2024-11-18
os/user: skip tests that create users when running on dev machines
qmuntal
[prev]
[next]