index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
stat_plan9.go
Age
Commit message (
Expand
)
Author
2025-02-13
os: consolidate and clarify File.Fd docs
Ian Lance Taylor
2022-10-08
os: use poll.fdMutex for Plan 9 files
Ian Lance Taylor
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
os: use keyed literals for PathError
Russ Cox
2020-10-20
os: add File.ReadDir method and DirEntry type
Russ Cox
2018-03-27
os: fix TestDevNullFile on Plan 9
David du Colombier
2018-02-20
syscall: ensure Mkdir(path) on Plan 9 fails if path exists
Richard Miller
2017-12-12
os: don't use test logger for Getwd
Ian Lance Taylor
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
2016-10-26
os: consider only files from #M as regular on Plan 9
David du Colombier
2016-08-16
os: consolidate files
Hiroshi Ioka
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-07-18
os: remove stuttering return value names
Brad Fitzpatrick
2015-06-11
os: fix error returned by dirstat on Plan 9
David du Colombier
2015-01-26
os: emulate plan 9 libc in stat
David du Colombier
2014-09-08
build: move package sources from src/pkg to src
Russ Cox