aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2024-08-20os: simplify TestRemoveAllDotKir Kolyshkin
2024-08-20os: simplify TestRemoveAllLongPathKir Kolyshkin
2024-08-19os.Getwd: wrap error on windows and plan9Kir Kolyshkin
2024-08-16os: only employ sendfile(3ext) on illumos when target is regular fileAndy Pan
2024-08-16os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing filesAndy Pan
2024-08-15os: increase the amount of data transfer for sendfile(2) to reduce syscallsAndy Pan
2024-08-15internal,os: employ copy_file_range(2) for file-to-file copying on FreeBSDAndy Pan
2024-08-14os: only employ sendfile(3ext) on illumos when target is regular fileAndy Pan
2024-08-12os: employ sendfile(2) for file-to-file copying on SunOS when neededAndy Pan
2024-08-10Revert "os/user: speed up Current on Windows"Quim Muntal
2024-08-09os/user: speed up Current on Windowsqmuntal
2024-08-08os: fix Chtimes test flakesKir Kolyshkin
2024-08-08os/user: support calling Current on impersonated threadsqmuntal
2024-08-07os: employ sendfile(2) for file-to-file copying on Linux when neededAndy Pan
2024-08-06os: remove non-constant format string in t.Errorf callTim King
2024-08-02os: clarify Rename docs for renaming to a directoryIan Lance Taylor
2024-07-27os: rm unused codeKir Kolyshkin
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-07-24os: document CopyFS behavior for symlinks in destinationDamien Neil
2024-07-22os: check relative paths in UserConfigDir and UserCacheDirrhysd
2024-07-17os: don't try to signal PID -1 on UnixIan Lance Taylor
2024-07-12os: clean up after TestIssue60181Joel Sing
2024-07-11os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with ni...Diogo Pinela
2024-07-07os/exec: only use cachedLookExtensions if Cmd.Path is unmodifiedDmitri Shuralyov
2024-07-02os: add TODO about removing test exceptionKir Kolyshkin
2024-06-26os: rewrite TestChtimesWithZeroTimesKir Kolyshkin
2024-06-24os: TestChtimes: separate hasNoatimeKir Kolyshkin
2024-06-21os: improve newFile, rm newDirKir Kolyshkin
2024-06-11os: always return syscall.ECHILD from Wait for done processMichael Pratt
2024-06-11os: RemoveAll: fix error returnedKir Kolyshkin
2024-06-11os/user: make Lookup* functions properly handle ENOENTBen Hoyt
2024-06-10os: overhaul handling of PID vs pidfd within ProcessMichael Pratt
2024-06-07os/exec: on Windows look for extensions in Run if not already doneqiulaidongfeng
2024-06-07os/signal: remove SIGSYS from list of signals that take no actionIan Lance Taylor
2024-06-04os/signal: clarify that non-Go thread may change signal maskIan Lance Taylor
2024-05-29os: RemoveAll: fix symlink race for unixKir Kolyshkin
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2024-05-17os: make use of pidfd on linuxKir Kolyshkin
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14os: use internal/byteorderTobias Klauser
2024-05-10os: change ioutil-test to os-test in testguoguangwu
2024-05-07os: use filepathlite.Baseaimuz
2024-05-05os: use stringslite.TrimSuffixapocelipes
2024-04-30os: use filepathlite.FromSlashqmuntal
2024-04-30os: use filepathlite.VolumeNameqmuntal
2024-04-30os: use filepathlite.IsAbsqmuntal
2024-04-30os: use stringslite.HasPrefixTobias Klauser
2024-04-30os: remove ineffective else branchqmuntal
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil