aboutsummaryrefslogtreecommitdiff
path: root/src/os/dir_darwin.go
AgeCommit message (Expand)Author
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2020-08-25os: return a *PathError from Readdirnames and Readdir on POSIX platformsBryan C. Mills
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-03-01os: seek should invalidate any cached directory readsKeith Randall
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-04-03syscall: avoid _getdirentries64 on darwinKeith Randall