| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 4 | -8/+7 |
| * | os: add DirFS | Russ Cox | 2020-10-20 | 2 | -0/+26 |
| * | io/fs: add FS, File, ReadDirFile; move DirEntry from os | Russ Cox | 2020-10-20 | 1 | -21/+3 |
| * | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 16 | -74/+85 |
| * | io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs | Russ Cox | 2020-10-20 | 2 | -97/+26 |
| * | os: use keyed literals for PathError | Russ Cox | 2020-10-20 | 17 | -79/+79 |
| * | os: add File.ReadDir method and DirEntry type | Russ Cox | 2020-10-20 | 20 | -110/+784 |
| * | Revert "test: add regression test from #41474" | Alberto Donizetti | 2020-10-19 | 1 | -18/+0 |
| * | test: add regression test from #41474 | Alberto Donizetti | 2020-10-17 | 1 | -0/+18 |
| * | os: call f.Close before t.Fatal to avoid vet unreachable code warnings | gzdaijie | 2020-10-12 | 1 | -1/+1 |
| * | all: enable more tests on macOS/ARM64 | Cherry Zhang | 2020-10-09 | 1 | -0/+4 |
| * | os: fix SyscallConn typos in the File.Fd comments | Changkun Ou | 2020-09-28 | 2 | -2/+2 |
| * | os: remove ENOTSUP special case in Getwd on darwin | Tobias Klauser | 2020-09-28 | 2 | -22/+1 |
| * | os: document and emphasize a potential misuse of File.Fd | Changkun Ou | 2020-09-27 | 3 | -6/+19 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 4 | -8/+8 |
| * | os: close fd if fd.Stat fails in Getwd | Tobias Klauser | 2020-09-22 | 1 | -1/+1 |
| * | os, internal/syscall/unix: use pipe2 instead of pipe on illumos | Tobias Klauser | 2020-09-16 | 2 | -1/+26 |
| * | os/signal: add NotifyContext to cancel context using system signals | Henrique Vicente | 2020-09-15 | 3 | -0/+284 |
| * | os: implement File.Chmod on Windows | Constantin Konstantinidis | 2020-09-11 | 1 | -11/+16 |
| * | cmd/go, testing, os: fail test that calls os.Exit(0) | Ian Lance Taylor | 2020-08-27 | 1 | -0/+8 |
| * | os: return a *PathError from Readdirnames and Readdir on POSIX platforms | Bryan C. Mills | 2020-08-25 | 3 | -6/+10 |
| * | os, internal/poll: loop on EINTR for all file syscalls | Ian Lance Taylor | 2020-08-19 | 7 | -15/+88 |
| * | runtime: mark OpenBSD raise function nosplit | Ian Lance Taylor | 2020-07-08 | 1 | -0/+19 |
| * | os: fix regression with handling of nil *File | Joe Tsai | 2020-07-08 | 2 | -0/+35 |
| * | os: return *PathError error in File.Sync on Plan 9 | Fazlul Shahriar | 2020-06-25 | 1 | -2/+2 |
| * | os: always check for EINTR in calls to open | Ian Lance Taylor | 2020-06-08 | 2 | -6/+3 |
| * | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda | 2020-06-08 | 2 | -26/+26 |
| * | os: in Symlink, stat the correct target path for drive-relative targets on Wi... | Bryan C. Mills | 2020-05-28 | 2 | -3/+130 |
| * | os: use same link in UserCacheDir/UserConfigDir doc | matsuyoshi | 2020-05-24 | 1 | -1/+1 |
| * | syscall: preserve Windows file permissions for O_CREAT|O_TRUNC | Ian Lance Taylor | 2020-05-20 | 1 | -0/+31 |
| * | testing: clean up remaining TempDir issues from CL 231958 | Bryan C. Mills | 2020-05-19 | 1 | -2/+3 |
| * | internal/poll, os: loop on EINTR | Ian Lance Taylor | 2020-05-11 | 3 | -13/+33 |
| * | syscall, internal/syscall/windows: remove utf16PtrToString parameter | Alex Brainman | 2020-05-03 | 2 | -3/+3 |
| * | syscall: if Setctty, require that Ctty be a child descriptor | Ian Lance Taylor | 2020-05-01 | 1 | -1/+1 |
| * | os, internal/poll, internal/syscall/unix: use copy_file_range on Linux | Andrei Tudor Călin | 2020-04-28 | 5 | -0/+413 |
| * | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor | 2020-04-25 | 5 | -26/+49 |
| * | os: correct bad PathError message from FileOpen with O_CREATE on Plan 9 | Richard Miller | 2020-04-21 | 1 | -4/+3 |
| * | os/exec: build TestExtraFiles subprocess without cgo | Ian Lance Taylor | 2020-04-18 | 2 | -94/+114 |
| * | os/signal: special-case test settle time on the solaris-amd64-oraclerel builder | Bryan C. Mills | 2020-04-15 | 1 | -2/+17 |
| * | os/exec: create extra threads when starting a subprocess | Ian Lance Taylor | 2020-04-14 | 1 | -0/+45 |
| * | os/exec: extend grace period in TestExtraFiles to 20% of overall deadline | Bryan C. Mills | 2020-04-10 | 1 | -1/+5 |
| * | os/signal: increase settle time in tests | Bryan C. Mills | 2020-04-08 | 1 | -2/+16 |
| * | os/exec: use subprocess deadline in TestExtraFiles | Ian Lance Taylor | 2020-04-08 | 1 | -3/+14 |
| * | all: remove scattered remnants of darwin/386 | Austin Clements | 2020-04-08 | 1 | -2/+1 |
| * | all: remove scattered remnants of darwin/arm | Austin Clements | 2020-04-08 | 4 | -8/+8 |
| * | os/signal, runtime: remove runtime sigqueue initialization | Ian Lance Taylor | 2020-04-01 | 3 | -11/+9 |
| * | os/signal: make TestStop resilient to initially-blocked signals | Bryan C. Mills | 2020-03-31 | 1 | -53/+49 |
| * | os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ... | Bryan C. Mills | 2020-03-30 | 1 | -0/+3 |
| * | os/signal: rework test timeouts and concurrency | Bryan C. Mills | 2020-03-30 | 1 | -147/+212 |
| * | os/exec: add temporary debugging code for #25628 | Ian Lance Taylor | 2020-03-27 | 1 | -0/+7 |