aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2024-04-23all: fix some typos in commentsracequite
2024-04-16os: remove unused issueNo fieldTobias Klauser
2024-04-15os: make File.Readdir et al concurrency-safeAlan Donovan
2024-04-12os: document file mode of temporary filesIan Lance Taylor
2024-04-03os: convert poll.ErrFileClosed to ErrClosed for StatIan Lance Taylor
2024-04-02internal/poll, net, os: remove poll.Splice syscall name return valueTobias Klauser
2024-04-02os: define wrapSyscallError only on linuxTobias Klauser
2024-04-01os: support relative paths in fixLongPathqmuntal
2024-03-27os: make readdir more robust on Windowsqmuntal
2024-03-26all: fix a large number of commentscui fliter
2024-03-25os: reuse buffer pool more aggressively in readdirqmuntal
2024-03-25os: fix typo in testguoguangwu
2024-03-20os/signal: avoid calling ioctl via syscall.Syscall on BSDsJoel Sing
2024-03-19os: kick FIFOs with O_NONBLOCK out of the kqueue on Darwin/iOSAndy Pan
2024-03-19os: use ignoringEINTR in openFileNolog and openDirNologAndy Pan
2024-03-18os: support UNC paths and .. segments in fixLongPathqmuntal
2024-03-16os: don't try to make the directory FD non-blocking in os.ReadDirPeter Collingbourne
2024-03-13os,internal/godebugs: add missing IncNonDefault callsqmuntal
2024-03-11os: close pipe in testguoguangwu
2024-03-08os: use goarch.BigEndianTobias Klauser
2024-03-05os: fix 63703.md release notesqmuntal
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-03-04os/exec: remove unnecessary fmt.Sprintf callguoguangwu
2024-03-04os: remove if nil!=nil in openFileNologqiulaidongfeng
2024-02-28os: factor out newFileStatFromWin32FileAttributeDataqmuntal
2024-02-27os: avoid GetFileInformationByHandleEx call when stat'ing files on Windowsqmuntal
2024-02-26std: fix more nilness findingsAlan Donovan
2024-02-26os: add available godoc linkcui fliter
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-23Revert "os: make use of pidfd on linux"Michael Pratt
2024-02-23Revert "os: make FindProcess use pidfd on Linux"Michael Pratt
2024-02-23os: avoid writing within the tree during testing CopyFSAndy Pan
2024-02-23os: implement CopyFSAndy Pan
2024-02-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2024-02-21os: make use of pidfd on linuxKir Kolyshkin
2024-02-21os: use atomic.Uintptr for Process.handleKir Kolyshkin
2024-02-12os: add os.ModeSocket support to os.Stat on windowsqmuntal
2024-02-07runtime,internal/syscall/windows: remove long path support checkqmuntal
2024-02-07os: support Stat and LStat for CON device on Windowsqmuntal
2024-01-10os: relax tests and add examples for UserCacheDir and UserConfigDirBryan C. Mills
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-11os: limit temp file randomness to uint32Russ Cox
2023-12-07os: document Readlink behavior for relative linksBryan C. Mills
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-27io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}Jes Cok
2023-11-21os: remove useless if from Wait on unixKir Kolyshkin
2023-11-21os: avoid TestFileChdir fail when GOROOT is a symbolic linkqiulaidongfeng
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan