| Age | Commit message (Expand) | Author |
| 2024-11-18 | os: use ignoringEINTR in (*Process).blockUntilWaitable | Tobias Klauser |
| 2024-11-16 | os: add and use ignoringEINTR2 | Tobias Klauser |
| 2024-11-15 | os/user: support built-in service user accounts on Windows | qmuntal |
| 2024-11-01 | net,os: consolidate poll.SendFile sending until EOF with 0 | Andy Pan |
| 2024-10-31 | os: skip TestPipeThreads on aix | Paul E. Murphy |
| 2024-10-31 | os: fix findOneDriveDir to expand REG_SZ registry values | George Adams |
| 2024-10-30 | internal/poll: avoid overflow in sendfile limit, simplify Solaris | Damien Neil |
| 2024-10-29 | os: check for valid Windows path when creating files | George Adams |
| 2024-10-28 | os, net, internal/poll: combine unix sendfile implementations | Damien Neil |
| 2024-10-28 | os: don't check for developer mode in TestSymlinkCreation | qmuntal |
| 2024-10-28 | os: add File.Close for TestFileStatNUL | changwang ma |
| 2024-10-24 | internal/poll: keep copying after successful Sendfile return on BSD | Damien Neil |
| 2024-10-23 | syscall: only remove write data access when O_APPEND is set on Windows | qmuntal |
| 2024-10-23 | os: use sync.OnceValue | apocelipes |
| 2024-10-18 | os: add precondition doc for Create and OpenFile | xieyuschen |
| 2024-10-15 | os: use relative paths in a test dir in TestOpenError | Damien Neil |
| 2024-10-10 | syscall,os: move flags validation from os.OpenFile to syscall.Open | qmuntal |
| 2024-10-09 | os: handle umask comparing execute mode in verifyCopyFS | Ian Lance Taylor |
| 2024-10-07 | os: remove t.Parallel in TestMkdirStickyUmask | xieyuschen |
| 2024-10-04 | os: check permissions of CopyFS copied files | xieyuschen |
| 2024-09-30 | net,os: use os.LookupEnv instead of syscall.Getenv | Mateusz Poliwczak |
| 2024-09-26 | os: ignore SIGSYS in checkPidfd | cions |
| 2024-09-23 | os: skip TestReadlink sub-tests requiring symlinks when not enough | qmuntal |
| 2024-09-18 | os/signal: use slices.Delete | Tobias Klauser |
| 2024-09-17 | os: TestPipeThreads: remove openbsd special case | Kir Kolyshkin |
| 2024-09-16 | os/user: fix Current().GroupIds() for AD joined users on Windows | qmuntal |
| 2024-09-12 | os: add clone(CLONE_PIDFD) check to pidfd feature check | Michael Pratt |
| 2024-09-12 | os: check for EACCES, not EPERM, in Getwd test | Ian Lance Taylor |
| 2024-09-10 | syscall: on exec failure, close pidfd | Ian Lance Taylor |
| 2024-09-06 | os: use Mkdir in TestCopyFSWithSymlinks | Kir Kolyshkin |
| 2024-09-06 | os: use t.TempDir in TestRemoveAllRace | Kir Kolyshkin |
| 2024-09-04 | os: don't fail TestGetwdDeepWithPWDSet if TMPDIR has a symlink | Ian Lance Taylor |
| 2024-09-04 | os/user: User.GroupIds shouldn't error on users with no groups | qmuntal |
| 2024-09-04 | os: treat Getwd result of ENOMEM the same as ENAMETOOLONG | Ian Lance Taylor |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-09-03 | os: treat Getwd result of EINVAL/ERANGE the same as ENAMETOOLONG | Ian Lance Taylor |
| 2024-09-03 | os: improve TestExecutable | Kir Kolyshkin |
| 2024-09-03 | math,os,os/*: use testenv.Executable | Kir Kolyshkin |
| 2024-09-03 | os: Getwd: fallback to slow method on ENAMETOOLONG | Kir Kolyshkin |
| 2024-09-03 | os: update the linux minimal version and fix a typo for zero-copy | Andy Pan |
| 2024-08-31 | os: dup pidfd if caller sets PidFD manually | Wei Fu |
| 2024-08-29 | os/exec: document interaction of Dir, PWD, os.Getwd and C | Alan Donovan |
| 2024-08-27 | os/user: test that Current does not depend on netapi32.dll | qmuntal |
| 2024-08-23 | os: improve Getwd documentation | Kir Kolyshkin |
| 2024-08-22 | os: improve Windows fixLongPath | Kir Kolyshkin |
| 2024-08-22 | os: openDir: add O_DIRECTORY flag for unix | Kir Kolyshkin |
| 2024-08-21 | os/user: speed up Current on Windows | qmuntal |
| 2024-08-20 | os: rm reiserfs exception from TestSeek | Kir Kolyshkin |
| 2024-08-20 | os: use t.TempDir in TestMkdirTemp, TestCreateTemp | Kir Kolyshkin |
| 2024-08-20 | os: use t.TempDir in TestReadOnlyWriteFile | Kir Kolyshkin |