aboutsummaryrefslogtreecommitdiff
path: root/src/os/stat_unix.go
AgeCommit message (Expand)Author
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-11os: add AIX operating systemClément Chigot
2018-06-01os: add js/wasm architectureRichard Musiol
2017-12-12os: don't use test logger for GetwdIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-08-16os: consolidate filesHiroshi Ioka