aboutsummaryrefslogtreecommitdiff
path: root/src/os/stat_plan9.go
AgeCommit message (Expand)Author
2022-10-08os: use poll.fdMutex for Plan 9 filesIan Lance Taylor
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2018-03-27os: fix TestDevNullFile on Plan 9David du Colombier
2018-02-20syscall: ensure Mkdir(path) on Plan 9 fails if path existsRichard Miller
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
2016-10-26os: consider only files from #M as regular on Plan 9David du Colombier
2016-08-16os: consolidate filesHiroshi Ioka
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2015-07-18os: remove stuttering return value namesBrad Fitzpatrick
2015-06-11os: fix error returned by dirstat on Plan 9David du Colombier
2015-01-26os: emulate plan 9 libc in statDavid du Colombier
2014-09-08build: move package sources from src/pkg to srcRuss Cox