aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
42 hoursos: make use of pidfd on linuxKir Kolyshkin
3 dayscmd/link: disallow pull-only linknamesCherry Mui
4 daysos: use internal/byteorderTobias Klauser
9 daysos: change ioutil-test to os-test in testguoguangwu
11 daysos: use filepathlite.Baseaimuz
14 daysos: use stringslite.TrimSuffixapocelipes
2024-04-30os: use filepathlite.FromSlashqmuntal
2024-04-30os: use filepathlite.VolumeNameqmuntal
2024-04-30os: use filepathlite.IsAbsqmuntal
2024-04-30os: use stringslite.HasPrefixTobias Klauser
2024-04-30os: remove ineffective else branchqmuntal
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-04-26net, os, internal/poll: test for use of sendfileDamien Neil
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