summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* os/exec: for TestExtraFiles failure, print readlink of unexpected fdIan Lance Taylor2020-03-241-0/+3
* os: merge common Unix/Windows methodsIan Lance Taylor2020-03-203-88/+45
* os: plan9 seek() should invalidate cached directory infoKeith Randall2020-03-021-0/+5
* os: seek should invalidate any cached directory readsKeith Randall2020-03-017-13/+40
* syscall: fix Fchdir on js/wasmRichard Musiol2020-03-011-0/+35
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-2/+15
* io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis2020-02-261-1/+1
* os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth2020-02-254-63/+12
* Revert "os: handle long path in RemoveAll for windows"Ian Lance Taylor2020-01-132-21/+0
* os: handle long path in RemoveAll for windowsConstantin Konstantinidis2020-01-132-0/+21
* os: document that File.Seek works on directories, but not portablyBrad Fitzpatrick2020-01-061-0/+4
* os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar2019-12-153-6/+19
* os: skip a new failing test on WindowsBrad Fitzpatrick2019-12-061-0/+42
* all: fix most of the remaining windows -d=checkptr violationsAlex Brainman2019-12-064-21/+21
* os: reset dirinfo when seeking on DarwinKeith Randall2019-12-053-0/+13
* os/exec: document that cmd.Start() sets the Process fieldGünther Noack2019-12-021-0/+2
* os: fix broken comment's linkskanehira2019-11-251-1/+1
* os/signal: don't ignore SIGINT in TestAtomicStop child processIan Lance Taylor2019-11-141-0/+19
* os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto2019-11-142-2/+24
* os/exec: skip poll descriptors when checking for open descriptorsIan Lance Taylor2019-11-131-0/+3
* os/exec: don't run TestExtraFiles if extra files were open for the testIan Lance Taylor2019-11-131-29/+53
* cmd/go/internal/lockedfile, os: fix O_CREATE flag on Plan 9Fazlul Shahriar2019-11-091-1/+1
* os/signal: use a larger channel buffer for all signals in TestSignalIan Lance Taylor2019-11-091-2/+4
* os: fix reference to nonexistent errors.WrapperBenjamin Peterson2019-11-071-1/+1