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-08-20
os: simplify TestRemoveAllDot
Kir Kolyshkin
2024-08-20
os: simplify TestRemoveAllLongPath
Kir Kolyshkin
2024-08-19
os.Getwd: wrap error on windows and plan9
Kir Kolyshkin
2024-08-16
os: only employ sendfile(3ext) on illumos when target is regular file
Andy Pan
2024-08-16
os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing files
Andy Pan
2024-08-15
os: increase the amount of data transfer for sendfile(2) to reduce syscalls
Andy Pan
2024-08-15
internal,os: employ copy_file_range(2) for file-to-file copying on FreeBSD
Andy Pan
2024-08-14
os: only employ sendfile(3ext) on illumos when target is regular file
Andy Pan
2024-08-12
os: employ sendfile(2) for file-to-file copying on SunOS when needed
Andy Pan
2024-08-10
Revert "os/user: speed up Current on Windows"
Quim Muntal
2024-08-09
os/user: speed up Current on Windows
qmuntal
2024-08-08
os: fix Chtimes test flakes
Kir Kolyshkin
2024-08-08
os/user: support calling Current on impersonated threads
qmuntal
2024-08-07
os: employ sendfile(2) for file-to-file copying on Linux when needed
Andy Pan
2024-08-06
os: remove non-constant format string in t.Errorf call
Tim King
2024-08-02
os: clarify Rename docs for renaming to a directory
Ian Lance Taylor
2024-07-27
os: rm unused code
Kir Kolyshkin
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2024-07-24
os: document CopyFS behavior for symlinks in destination
Damien Neil
2024-07-22
os: check relative paths in UserConfigDir and UserCacheDir
rhysd
2024-07-17
os: don't try to signal PID -1 on Unix
Ian Lance Taylor
2024-07-12
os: clean up after TestIssue60181
Joel Sing
2024-07-11
os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with ni...
Diogo Pinela
2024-07-07
os/exec: only use cachedLookExtensions if Cmd.Path is unmodified
Dmitri Shuralyov
2024-07-02
os: add TODO about removing test exception
Kir Kolyshkin
2024-06-26
os: rewrite TestChtimesWithZeroTimes
Kir Kolyshkin
2024-06-24
os: TestChtimes: separate hasNoatime
Kir Kolyshkin
2024-06-21
os: improve newFile, rm newDir
Kir Kolyshkin
2024-06-11
os: always return syscall.ECHILD from Wait for done process
Michael Pratt
2024-06-11
os: RemoveAll: fix error returned
Kir Kolyshkin
2024-06-11
os/user: make Lookup* functions properly handle ENOENT
Ben Hoyt
2024-06-10
os: overhaul handling of PID vs pidfd within Process
Michael Pratt
2024-06-07
os/exec: on Windows look for extensions in Run if not already done
qiulaidongfeng
2024-06-07
os/signal: remove SIGSYS from list of signals that take no action
Ian Lance Taylor
2024-06-04
os/signal: clarify that non-Go thread may change signal mask
Ian Lance Taylor
2024-05-29
os: RemoveAll: fix symlink race for unix
Kir Kolyshkin
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-21
os: make FindProcess use pidfd on Linux
Kir Kolyshkin
2024-05-17
os: make use of pidfd on linux
Kir Kolyshkin
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2024-05-14
os: use internal/byteorder
Tobias Klauser
2024-05-10
os: change ioutil-test to os-test in test
guoguangwu
2024-05-07
os: use filepathlite.Base
aimuz
2024-05-05
os: use stringslite.TrimSuffix
apocelipes
2024-04-30
os: use filepathlite.FromSlash
qmuntal
2024-04-30
os: use filepathlite.VolumeName
qmuntal
2024-04-30
os: use filepathlite.IsAbs
qmuntal
2024-04-30
os: use stringslite.HasPrefix
Tobias Klauser
2024-04-30
os: remove ineffective else branch
qmuntal
2024-04-26
all: rename internal/safefilepath to internal/filepathlite
Damien Neil
[prev]
[next]