aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2021-02-16[release-branch.go1.15] internal/poll: if copy_file_range returns 0, assume i...Ian Lance Taylor
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2020-07-08os: fix regression with handling of nil *FileJoe Tsai
2020-06-25os: return *PathError error in File.Sync on Plan 9Fazlul Shahriar
2020-06-08os: always check for EINTR in calls to openIan Lance Taylor
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-28os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills
2020-05-24os: use same link in UserCacheDir/UserConfigDir docmatsuyoshi
2020-05-20syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor
2020-05-19testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-01syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-21os: correct bad PathError message from FileOpen with O_CREATE on Plan 9Richard Miller
2020-04-18os/exec: build TestExtraFiles subprocess without cgoIan Lance Taylor
2020-04-15os/signal: special-case test settle time on the solaris-amd64-oraclerel builderBryan C. Mills
2020-04-14os/exec: create extra threads when starting a subprocessIan Lance Taylor
2020-04-10os/exec: extend grace period in TestExtraFiles to 20% of overall deadlineBryan C. Mills
2020-04-08os/signal: increase settle time in testsBryan C. Mills
2020-04-08os/exec: use subprocess deadline in TestExtraFilesIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-01os/signal, runtime: remove runtime sigqueue initializationIan Lance Taylor
2020-03-31os/signal: make TestStop resilient to initially-blocked signalsBryan C. Mills
2020-03-30os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ...Bryan C. Mills
2020-03-30os/signal: rework test timeouts and concurrencyBryan C. Mills
2020-03-27os/exec: add temporary debugging code for #25628Ian Lance Taylor
2020-03-24os/exec: for TestExtraFiles failure, print readlink of unexpected fdIan Lance Taylor
2020-03-20os: merge common Unix/Windows methodsIan Lance Taylor
2020-03-02os: plan9 seek() should invalidate cached directory infoKeith Randall
2020-03-01os: seek should invalidate any cached directory readsKeith Randall
2020-03-01syscall: fix Fchdir on js/wasmRichard Musiol
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-26io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2020-01-13Revert "os: handle long path in RemoveAll for windows"Ian Lance Taylor
2020-01-13os: handle long path in RemoveAll for windowsConstantin Konstantinidis
2020-01-06os: document that File.Seek works on directories, but not portablyBrad Fitzpatrick
2019-12-15os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar
2019-12-06os: skip a new failing test on WindowsBrad Fitzpatrick
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-12-02os/exec: document that cmd.Start() sets the Process fieldGünther Noack
2019-11-25os: fix broken comment's linkskanehira
2019-11-14os/signal: don't ignore SIGINT in TestAtomicStop child processIan Lance Taylor
2019-11-14os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto
2019-11-13os/exec: skip poll descriptors when checking for open descriptorsIan Lance Taylor
2019-11-13os/exec: don't run TestExtraFiles if extra files were open for the testIan Lance Taylor