summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-204-8/+7
* os: add DirFSRuss Cox2020-10-202-0/+26
* io/fs: add FS, File, ReadDirFile; move DirEntry from osRuss Cox2020-10-201-21/+3
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-2016-74/+85
* io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox2020-10-202-97/+26
* os: use keyed literals for PathErrorRuss Cox2020-10-2017-79/+79
* os: add File.ReadDir method and DirEntry typeRuss Cox2020-10-2020-110/+784
* Revert "test: add regression test from #41474"Alberto Donizetti2020-10-191-18/+0
* test: add regression test from #41474Alberto Donizetti2020-10-171-0/+18
* os: call f.Close before t.Fatal to avoid vet unreachable code warningsgzdaijie2020-10-121-1/+1
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-091-0/+4
* os: fix SyscallConn typos in the File.Fd commentsChangkun Ou2020-09-282-2/+2
* os: remove ENOTSUP special case in Getwd on darwinTobias Klauser2020-09-282-22/+1
* os: document and emphasize a potential misuse of File.FdChangkun Ou2020-09-273-6/+19
* all: add GOOS=iosCherry Zhang2020-09-234-8/+8
* os: close fd if fd.Stat fails in GetwdTobias Klauser2020-09-221-1/+1
* os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser2020-09-162-1/+26
* os/signal: add NotifyContext to cancel context using system signalsHenrique Vicente2020-09-153-0/+284
* os: implement File.Chmod on WindowsConstantin Konstantinidis2020-09-111-11/+16
* cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor2020-08-271-0/+8
* os: return a *PathError from Readdirnames and Readdir on POSIX platformsBryan C. Mills2020-08-253-6/+10
* os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor2020-08-197-15/+88
* runtime: mark OpenBSD raise function nosplitIan Lance Taylor2020-07-081-0/+19
* os: fix regression with handling of nil *FileJoe Tsai2020-07-082-0/+35
* os: return *PathError error in File.Sync on Plan 9Fazlul Shahriar2020-06-251-2/+2
* os: always check for EINTR in calls to openIan Lance Taylor2020-06-082-6/+3
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-082-26/+26
* os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills2020-05-282-3/+130
* os: use same link in UserCacheDir/UserConfigDir docmatsuyoshi2020-05-241-1/+1
* syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor2020-05-201-0/+31
* testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills2020-05-191-2/+3
* internal/poll, os: loop on EINTRIan Lance Taylor2020-05-113-13/+33
* syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman2020-05-032-3/+3
* syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor2020-05-011-1/+1
* os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin2020-04-285-0/+413
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-255-26/+49
* os: correct bad PathError message from FileOpen with O_CREATE on Plan 9Richard Miller2020-04-211-4/+3
* os/exec: build TestExtraFiles subprocess without cgoIan Lance Taylor2020-04-182-94/+114
* os/signal: special-case test settle time on the solaris-amd64-oraclerel builderBryan C. Mills2020-04-151-2/+17
* os/exec: create extra threads when starting a subprocessIan Lance Taylor2020-04-141-0/+45
* os/exec: extend grace period in TestExtraFiles to 20% of overall deadlineBryan C. Mills2020-04-101-1/+5
* os/signal: increase settle time in testsBryan C. Mills2020-04-081-2/+16
* os/exec: use subprocess deadline in TestExtraFilesIan Lance Taylor2020-04-081-3/+14
* all: remove scattered remnants of darwin/386Austin Clements2020-04-081-2/+1
* all: remove scattered remnants of darwin/armAustin Clements2020-04-084-8/+8
* os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor2020-04-013-11/+9
* os/signal: make TestStop resilient to initially-blocked signalsBryan C. Mills2020-03-311-53/+49
* os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ...Bryan C. Mills2020-03-301-0/+3
* os/signal: rework test timeouts and concurrencyBryan C. Mills2020-03-301-147/+212
* os/exec: add temporary debugging code for #25628Ian Lance Taylor2020-03-271-0/+7