summaryrefslogtreecommitdiff
path: root/src/os/types_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-2/+2
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-251-2/+0
* os: add ErrClosed, return for use of closed FileDan Caddigan2016-10-241-0/+2
* os: consolidate filesHiroshi Ioka2016-08-161-0/+4
* os: reduce allocations in Readdir on unixTaru Karttunen2015-10-301-0/+27