summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* os: if descriptor is non-blocking, retain that in Fd methodIan Lance Taylor2023-05-172-5/+62
* os, syscall: permit setting mtime to Unix 0 on WindowsIan Lance Taylor2023-05-162-1/+28
* os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal2023-05-154-6/+72
* os, runtime: remove unused implementations of os.sigpipeIan Lance Taylor2023-05-122-2/+2
* os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis2023-05-115-2/+143
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-043-0/+15
* os: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on wasip1 to run on Windows ...Takeshi Yoneda2023-04-281-2/+2
* os/user: skip tests that invoke Current if it returns an expected errorBryan C. Mills2023-04-212-5/+48
* std: fix various nilness findingsAlan Donovan2023-04-201-3/+4
* os: check for ErrNotExist instead of ErrExist in TestNonPollableBryan C. Mills2023-04-191-1/+1
* runtime: add and use pollDesc fd sequence fieldIan Lance Taylor2023-04-181-0/+96
* cmd/go: add check for unknown godebug settingRuss Cox2023-04-181-1/+1
* syscall: implement Fchdir on Windowsqmuntal2023-04-121-17/+4
* os: adjust wait6/waitid comment for netbsdTobias Klauser2023-04-111-2/+1
* os: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-0738-62/+271
* os/exec: skip remount in TestFindExecutableVsNoexec on EROFSTobias Klauser2023-04-041-8/+14
* os: don't check for IsExist in MkdirAll exampleStefan Dombrowski2023-03-291-1/+1
* os: remove mixed dot- and non-dot- imports in testsIan Lance Taylor2023-03-294-47/+43
* all: add a few links in package godocsDaniel Martí2023-03-251-4/+4
* Revert "os/user: lookup Linux users and groups via systemd userdb"Heschi Kreinick2023-03-237-1370/+0
* os/user: lookup Linux users and groups via systemd userdbAnanth Bhaskararaman2023-03-237-0/+1370
* os: avoid creating a new file in Truncate on WindowsNont Thanonchai2023-03-222-1/+21
* os: don't check for TTY before calling spliceIan Lance Taylor2023-03-161-13/+0
* os, internal/poll: don't use splice with ttyIan Lance Taylor2023-03-152-0/+97
* os, syscall: move rlimit code to syscallIan Lance Taylor2023-03-154-106/+0
* os: don't hide all methods in recursive call to io.CopyIan Lance Taylor2023-03-151-3/+11
* os: correct func name in WriteFile godoc commentTobias Klauser2023-03-131-1/+1
* os: skip TestExecutableDeleted earlier when 'go build' is not supportedBryan C. Mills2023-03-101-1/+1
* cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills2023-03-021-1/+1
* net,os: set the theoretical unlimited remaining bytes to max int64Andy Pan2023-02-281-1/+1
* all: fix typospgxiaolianzi2023-02-281-1/+1
* os: don't try to put directory into non-blocking modeIan Lance Taylor2023-02-273-1/+76
* os: skip zero-copy attempts with copy_file_range(2)/splice(2) for target file...Andy Pan2023-02-271-6/+9
* os: checking for testable network before creating local listenerCuong Manh Le2023-02-271-0/+4
* os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi...Andy Pan2023-02-274-3/+13
* os: support zero-copy from TCP/Unix socket to fileAndy Pan2023-02-273-10/+371
* os: use testenv.Command instead of exec.Command in testscui fliter2023-02-215-13/+13
* all: fix some commentscui fliter2023-02-141-1/+1
* os: allow $HOME to not exist in TestUserHomeDirBryan C. Mills2023-01-312-1/+14
* os: use GetTempPath2 on Windows if availableThanonchai W2023-01-281-1/+14
* os: fix findOneDriveDir to expand strings that contain environment variablesDaniela Petruzalek2023-01-281-1/+10
* os: eliminate arbitrary timeout in testClosewithBlockingReadBryan C. Mills2023-01-251-50/+22
* os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills2023-01-252-7/+11
* os: have RemoveAll loop on EINTRNigel Tao2023-01-251-3/+9
* os: use handle based APIs to read directories on windowsqmuntal2023-01-243-110/+121
* os: treat non-symlink reparse points as irregular filesBryan C. Mills2023-01-234-48/+203
* internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox2023-01-193-6/+16
* os: clean up testsBryan C. Mills2023-01-1916-250/+450
* os: deflake TestPipeEOF and TestFifoEOFBryan C. Mills2023-01-192-113/+75
* os: document that Rename is not atomic on non-Unix platformsAlan Donovan2023-01-171-0/+1