aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_unix_test.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2019-05-30os: deflake TestNewFileNonBlockIan Lance Taylor
2019-04-15os: don't treat RemoveAll("/x") as RemoveAll("x")Ian Lance Taylor
2019-03-22os,syscall: implement functions related to uid, gid and pid on js/wasmRichard Musiol
2018-12-27os: add SyscallConn method for os.FileIan Lance Taylor
2018-10-11os: add AIX operating systemClément Chigot
2018-09-28all: remove repeated "the" from commentsIan Davis
2018-04-11os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis
2018-02-23os: respect umask in Mkdir and OpenFile on BSD systems when perm has ModeStic...Yuval Pavel Zholkover
2017-11-30os: remove redundant GOOS checks in chown testsTobias Klauser
2016-08-29os: don't let File.Readdir return an empty slice and nil errorBrad Fitzpatrick
2016-05-09os: skip Lchown test on Android if symlink doesn't workHana Kim
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-14os: make TestLchown actually test Lchown.Rahul Chaudhry
2015-07-31os: add explicit tests for fchown(2) and lchown(2) on unix platformsDave Cheney
2015-02-02os: fix TestMkdirAllAtSlash on Plan 9David du Colombier
2014-09-08build: move package sources from src/pkg to srcRuss Cox