aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2024-11-18os: use ignoringEINTR in (*Process).blockUntilWaitableTobias Klauser
2024-11-16os: add and use ignoringEINTR2Tobias Klauser
2024-11-15os/user: support built-in service user accounts on Windowsqmuntal
2024-11-01net,os: consolidate poll.SendFile sending until EOF with 0Andy Pan
2024-10-31os: skip TestPipeThreads on aixPaul E. Murphy
2024-10-31os: fix findOneDriveDir to expand REG_SZ registry valuesGeorge Adams
2024-10-30internal/poll: avoid overflow in sendfile limit, simplify SolarisDamien Neil
2024-10-29os: check for valid Windows path when creating filesGeorge Adams
2024-10-28os, net, internal/poll: combine unix sendfile implementationsDamien Neil
2024-10-28os: don't check for developer mode in TestSymlinkCreationqmuntal
2024-10-28os: add File.Close for TestFileStatNULchangwang ma
2024-10-24internal/poll: keep copying after successful Sendfile return on BSDDamien Neil
2024-10-23syscall: only remove write data access when O_APPEND is set on Windowsqmuntal
2024-10-23os: use sync.OnceValueapocelipes
2024-10-18os: add precondition doc for Create and OpenFilexieyuschen
2024-10-15os: use relative paths in a test dir in TestOpenErrorDamien Neil
2024-10-10syscall,os: move flags validation from os.OpenFile to syscall.Openqmuntal
2024-10-09os: handle umask comparing execute mode in verifyCopyFSIan Lance Taylor
2024-10-07os: remove t.Parallel in TestMkdirStickyUmaskxieyuschen
2024-10-04os: check permissions of CopyFS copied filesxieyuschen
2024-09-30net,os: use os.LookupEnv instead of syscall.GetenvMateusz Poliwczak
2024-09-26os: ignore SIGSYS in checkPidfdcions
2024-09-23os: skip TestReadlink sub-tests requiring symlinks when not enoughqmuntal
2024-09-18os/signal: use slices.DeleteTobias Klauser
2024-09-17os: TestPipeThreads: remove openbsd special caseKir Kolyshkin
2024-09-16os/user: fix Current().GroupIds() for AD joined users on Windowsqmuntal
2024-09-12os: add clone(CLONE_PIDFD) check to pidfd feature checkMichael Pratt
2024-09-12os: check for EACCES, not EPERM, in Getwd testIan Lance Taylor
2024-09-10syscall: on exec failure, close pidfdIan Lance Taylor
2024-09-06os: use Mkdir in TestCopyFSWithSymlinksKir Kolyshkin
2024-09-06os: use t.TempDir in TestRemoveAllRaceKir Kolyshkin
2024-09-04os: don't fail TestGetwdDeepWithPWDSet if TMPDIR has a symlinkIan Lance Taylor
2024-09-04os/user: User.GroupIds shouldn't error on users with no groupsqmuntal
2024-09-04os: treat Getwd result of ENOMEM the same as ENAMETOOLONGIan Lance Taylor
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03os: treat Getwd result of EINVAL/ERANGE the same as ENAMETOOLONGIan Lance Taylor
2024-09-03os: improve TestExecutableKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-09-03os: Getwd: fallback to slow method on ENAMETOOLONGKir Kolyshkin
2024-09-03os: update the linux minimal version and fix a typo for zero-copyAndy Pan
2024-08-31os: dup pidfd if caller sets PidFD manuallyWei Fu
2024-08-29os/exec: document interaction of Dir, PWD, os.Getwd and CAlan Donovan
2024-08-27os/user: test that Current does not depend on netapi32.dllqmuntal
2024-08-23os: improve Getwd documentationKir Kolyshkin
2024-08-22os: improve Windows fixLongPathKir Kolyshkin
2024-08-22os: openDir: add O_DIRECTORY flag for unixKir Kolyshkin
2024-08-21os/user: speed up Current on Windowsqmuntal
2024-08-20os: rm reiserfs exception from TestSeekKir Kolyshkin
2024-08-20os: use t.TempDir in TestMkdirTemp, TestCreateTempKir Kolyshkin
2024-08-20os: use t.TempDir in TestReadOnlyWriteFileKir Kolyshkin