]> Cypherpunks.ru repositories - gostls13.git/history - src/os
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / os /
2023-11-09 Bryan C. Millsos/signal: remove some arbitrary timeouts in tests
2023-11-02 Michael Prattos/signal: skip nohup tests on darwin builders
2023-11-02 Michael Prattos/signal: remove go t.Run from TestNohup
2023-11-01 Joe Tsaios: fix PathError.Op for dirFS.Open
2023-11-01 Bryan C. Millsos: report IO_REPARSE_TAG_DEDUP files as regular in...
2023-11-01 Joel Singos/signal: use syscall.Wait4 directly in tests
2023-10-09 cui fliteros: use strings.EqualFold in os_test.go
2023-09-25 Jes Cokall: use the indefinite article an in comments
2023-09-18 Bryan C. Millsos: in TestMkdirStickyUmask, create a non-sticky direct...
2023-09-18 Tobias Klauseros/exec: adjust function name in fatal message
2023-09-13 Bryan C. Millsos/exec: avoid calling LookPath in cmd.Start for resolv...
2023-09-13 Bryan C. Millsos/exec: fix edge cases in Windows PATH resolution
2023-09-13 Bryan C. Millsos/exec: avoid writing to Cmd.Path in Cmd.Start on...
2023-09-13 Bryan C. Millsos/exec: simplify Windows-specific tests
2023-09-12 Kir Kolyshkinos: fix TestRenameCaseDifference
2023-09-12 qmuntalall: fix Microsoft links
2023-09-12 Ian Lance TaylorRevert "os/exec: avoid calling LookPath in cmd.Start...
2023-09-05 Dmitri Shuralyovall: use ^$ instead of XXXX, NoSuchTestExists to match...
2023-09-05 Dmitri Shuralyovall: use ^TestName$ regular pattern for invoking a...
2023-09-05 Ian Lance Tayloros: don't invoke shell in TestStatStdin
2023-08-31 Ian Lance Tayloros/user: use correct size for initial call in retryWith...
2023-08-25 Tobias Klauserinternal/bytealg: add generic LastIndexByte{,String}
2023-08-25 qmuntalos: omit existence check for GetFinalPathNameByHandle
2023-08-23 Bryan C. Millsos: use testenv.Command and os.Executable in tests
2023-08-21 Jes Cokos/exec: don't convert byte slice to string when using...
2023-08-21 Josh Kraftos: add tests for UserCacheDir and UserConfigDir
2023-08-21 qmuntalos: avoid allocating a string for ReadDir skipped entri...
2023-08-16 Bryan C. Millsos: skip Chown tests for auxiliary groups that fail...
2023-08-16 qmuntalos: support file systems without file IDs when reading...
2023-08-11 Tobias Klauserinternal/itoa, os: move os.uitox to itoa.Uitox
2023-08-11 Tobias Klauseros: remove unused func itox
2023-08-10 Bryan C. Millsos: define TestIssue60181 only on Unix platforms
2023-08-09 Tobias Klauseros: test that copying to append-only files doesn't...
2023-08-09 qmuntalos: make MkdirAll support volume names
2023-08-08 qmuntalos: follow all name surrogate reparse points in Stat...
2023-08-07 qiulaidongfengos: fix test failure when Workstation service is not...
2023-08-07 Jes Cokos: replace "used to used" with "used to use" in descri...
2023-08-07 Jes Cokos: use t.Fatalf instead of t.Errorf in TestErrProcessDone
2023-08-01 apocelipesos/exec: Use the built-in function min instead of minInt
2023-07-26 qmuntalos: remove 5ms sleep on Windows in (*Process).Wait
2023-07-26 qiulaidongfengos/exec: avoid calling LookPath in cmd.Start for resolv...
2023-07-25 Bryan C. Millsos: mark the share created by TestNetworkSymbolicLink...
2023-07-25 Jabar Asadios: ReadFile: don't check for re-allocation in the...
2023-07-20 Tobias Klauseros: remove unused containsAny
2023-07-20 Ramios: remove executable bits from os.OpenFile example
2023-07-13 cui fliterall: remove duplicate word and fix comment
2023-07-11 Bryan C. Millsos/exec: ignore context.Canceled errors in TestConcurre...
2023-07-10 Bryan C. Millssyscall: serialize locks on ForkLock on platforms where...
2023-07-07 qmuntalos: support reading empty root directories on Windows
2023-07-06 Achille Rousselos: do not skip directory entries with zero inodes...
2023-07-04 Oleksandr Redkoos, syscall: update unreachable link about =C: envs
2023-06-17 Moritz Poldrackos/exec: document a method to check if a process is...
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-05-25 Chris O'Haranet: implement wasip1 FileListener and FileConn
2023-05-24 Tobias Klauseros: add dirFs.ReadDir to implement fs.ReadDirFS for...
2023-05-24 Michael Prattos: explicitly check for invalid FD in NewFile
2023-05-24 Sean Liaoos: implement fs.ReadFileFS for DirFS
2023-05-24 milleros: make TestProgWideChdir detect more possible failure...
2023-05-23 Tobias Klauseros: avoid second fcntl syscall in NewFile on unix
2023-05-20 Ian Lance Taylornet, os: net.Conn.File.Fd should return a blocking...
2023-05-19 Oleksandr Redkoos: remove unnecessary return after t.Fatal
2023-05-18 Tobias Klauseros: set File.appendMode in NewFile if file was opened...
2023-05-17 Ian Lance Tayloros: if descriptor is non-blocking, retain that in Fd...
2023-05-16 Ian Lance Tayloros, syscall: permit setting mtime to Unix 0 on Windows
2023-05-15 qmuntalos, syscall: support ill-formed UTF-16 strings on Windows
2023-05-12 Ian Lance Tayloros, runtime: remove unused implementations of os.sigpipe
2023-05-11 Constantin Konstan... os: make Chtimes accept empty time values to skip file...
2023-05-04 Ian Lance Taylorall: add String for fs.{FileInfo,DirEntry} implementations
2023-04-28 Takeshi Yonedaos: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on...
2023-04-21 Bryan C. Millsos/user: skip tests that invoke Current if it returns...
2023-04-20 Alan Donovanstd: fix various nilness findings
2023-04-19 Bryan C. Millsos: check for ErrNotExist instead of ErrExist in TestNo...
2023-04-18 Ian Lance Taylorruntime: add and use pollDesc fd sequence field
2023-04-18 Russ Coxcmd/go: add check for unknown godebug setting
2023-04-12 qmuntalsyscall: implement Fchdir on Windows
2023-04-11 Tobias Klauseros: adjust wait6/waitid comment for netbsd
2023-04-07 Johan Brandhorst... os: add wasip1 support
2023-04-04 Tobias Klauseros/exec: skip remount in TestFindExecutableVsNoexec...
2023-03-29 Stefan Dombrowskios: don't check for IsExist in MkdirAll example
2023-03-29 Ian Lance Tayloros: remove mixed dot- and non-dot- imports in tests
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-03-23 Heschi KreinickRevert "os/user: lookup Linux users and groups via...
2023-03-23 Ananth Bhaskararamanos/user: lookup Linux users and groups via systemd...
2023-03-22 Nont Thanonchaios: avoid creating a new file in Truncate on Windows
2023-03-16 Ian Lance Tayloros: don't check for TTY before calling splice
2023-03-15 Ian Lance Tayloros, internal/poll: don't use splice with tty
2023-03-15 Ian Lance Tayloros, syscall: move rlimit code to syscall
2023-03-15 Ian Lance Tayloros: don't hide all methods in recursive call to io...
2023-03-13 Tobias Klauseros: correct func name in WriteFile godoc comment
2023-03-10 Bryan C. Millsos: skip TestExecutableDeleted earlier when 'go build...
2023-03-02 Bryan C. Millscmd/link/internal/ld: move more of mustLinkExternal...
2023-02-28 Andy Pannet,os: set the theoretical unlimited remaining bytes...
2023-02-28 pgxiaolianziall: fix typos
2023-02-27 Ian Lance Tayloros: don't try to put directory into non-blocking mode
2023-02-27 Andy Panos: skip zero-copy attempts with copy_file_range(2...
2023-02-27 Cuong Manh Leos: checking for testable network before creating local...
2023-02-27 Andy Panos: ensure File.ReadFrom returns ErrClosed instead...
2023-02-27 Andy Panos: support zero-copy from TCP/Unix socket to file
2023-02-21 cui fliteros: use testenv.Command instead of exec.Command in...
2023-02-14 cui fliterall: fix some comments
next