aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2025-07-18os: revert the use of AddCleanup to close files and rootsCarlos Amedee
2025-07-15os: remove useless error checkguoguangwu
2025-07-10os: trivial comment fixJakob Borg
2025-06-27os: use minimal file permissions when opening parent directory in RemoveAllqmuntal
2025-06-12all: replace a few user-visible mentions of golang.org and godoc.orgAlberto Donizetti
2025-06-10os: disallow Root.Remove(".") on Plan 9, js, and WindowsDamien Neil
2025-06-10os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIXDamien Neil
2025-06-06os/signal: doc link to syscall.EPIPEOlivier Mengué
2025-05-30os: add implementation of fs.ReadLinkFS to *rootFSRoxy Light
2025-05-27os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-onlyDamien Neil
2025-05-21os: add Root.ReadFile and Root.WriteFileDamien Neil
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-21runtime: add valgrind instrumentationRoland Shoemaker
2025-05-21os: add Root.RemoveAllDamien Neil
2025-05-21os: skip TestOpenFileCreateExclDanglingSymlink when no symlinksDamien Neil
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-14os: don't fallback to the Stat slow path if file doesn't exist on Windowsqmuntal
2025-05-14net: use closesocket when closing socket os.File's on Windowsqmuntal
2025-05-14os: don't follow symlinks on Windows when O_CREATE|O_EXCLDamien Neil
2025-05-12os: remove NewFile socket detection on Windowsqmuntal
2025-05-06os: avoid escape from Root via paths ending in ../Damien Neil
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-05-01os: fix Root.Mkdir permission bits on OpenBSDJosh Rickmar
2025-04-30os: test overlapped pipes deadlines on Windowsqmuntal
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-15os: handle trailing slashes in os.RemoveDir on WindowsDamien Neil
2025-04-14os,internal/poll: support I/O on overlapped files not added to the pollerqmuntal
2025-04-11all: use built-in min, max functionsMarcel Meyer
2025-04-11os: fix TestRootChtimes on illumosTobias Klauser
2025-04-10net: deduplicate sendfile filesqmuntal
2025-04-09os: clean-up NewFile testsqmuntal
2025-04-07all: use built-in max/min to simplify the codecuishuang
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-03-31os: avoid symlink races in RemoveAll on WindowsDamien Neil
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-27os: avoid panic in Root when symlink references the rootDamien Neil
2025-03-24os: add Root.LinkDamien Neil
2025-03-20os: add Root.RenameDamien Neil
2025-03-20os: skip atime checks in TestRootChtimes on plan9Damien Neil
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-03-20os: don't wrap os.Getgroups error in testsKir Kolyshkin
2025-03-20os: fix typos in commentsKir Kolyshkin
2025-03-19os: skip Root.Chtimes atime check on netbsd, truncate a/mtime on plan9Damien Neil
2025-03-19os: add Root.ReadlinkDamien Neil
2025-03-19os: add Root.LchownDamien Neil
2025-03-18os: add Root.ChtimesDamien Neil
2025-03-15os: use slices.CloneTobias Klauser
2025-03-11os: add more File.WriteAt testsqmuntal