aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2022-04-25os: skip TestRemoveAllRace on dragonflyBryan C. Mills
2022-04-25os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills
2022-04-23os: use a lower file count for TestOpenFileLimit on openbsdJoel Sing
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-04-21os/exec: preserve original order of entries in dedupEnvBryan C. Mills
2022-04-12os: mark Solaris nam/door/port files as irregularIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-05os/signal: run TestNotifyContextNotifications subtests in parallelBryan C. Mills
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2022-04-03os: run TestStatSymlinkLoop on all platformsTobias Klauser
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-28os: use syscall.Timespec.UnixIan Lance Taylor
2022-03-26os: document DirFS implements fs.StatFShopehook
2022-03-22os: skip TestOpenFileLimit on openbsd/mips64Ian Lance Taylor
2022-03-17os: raise open file rlimit at startupRuss Cox
2022-03-15Revert "os: raise open file rlimit at startup"Bryan Mills
2022-03-15os: raise open file rlimit at startupRuss Cox
2022-03-08os, internal/syscall/unix: consolidate Pipe implementationsTobias Klauser
2022-02-16os: eliminate arbitrary sleep in Kill testsBryan C. Mills
2022-02-08os: add examples for Mkdir and MkdirAllAdrian Hesketh
2022-02-07os: don't repeat dir argument in CreateTemp errorIan Lance Taylor
2022-01-02os: simplify ios checks in testsTobias Klauser
2022-01-02os: enable TestMkdirAllWithSymlink on darwin/arm64Tobias Klauser
2021-12-21os: enable TestPipeThreads on FreeBSDTobias Klauser
2021-12-17os/exec: skip TestContextCancel on netbsd/arm64Bryan C. Mills
2021-12-14os: enable TestClosedPipeRace* on FreeBSDAustin Clements
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-12os: document error returned by pending I/O operations on CloseAustin Clements
2021-12-03os: test that LookupEnv reports all keys found in EnvironBryan C. Mills
2021-12-02os/exec: in TestContextCancel, dump goroutines on failureBryan C. Mills
2021-11-23os/signal: reset SIGURG in TestSignalChaoqun Han
2021-11-16os/exec: avoid NewFile on unknown FDsMichael Pratt
2021-11-09os: clarify that File.{Read,Write} use the bufferIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-13os: explain ProccessState.Exited() SIGKILL interactionForest Johnson
2021-10-12os: Simplify size using io.Discard.Tamir Duberstein
2021-10-07os: don't use wait6 on netbsdTobias Klauser
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-21os/user: implement go native GroupIdsKir Kolyshkin
2021-09-17syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld
2021-09-02os, syscall: remove fallback to pipe syscall on LinuxTobias Klauser
2021-08-28os/user: simplify skipping listGroups testKir Kolyshkin
2021-08-25os/user: don't skip TestLookupGroup if supportedKir Kolyshkin
2021-08-22os/user: simplify test skip for plan9Kir Kolyshkin
2021-08-12os/exec: re-enable LookPathTest/16Dmitri Shuralyov
2021-06-30os: change example to avoid deprecated functionEli Bendersky