summaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAgeFilesLines
* os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills2022-04-266-252/+359
* os/exec: make skipStdinCopyError a function instead of a variableBryan C. Mills2022-04-264-36/+32
* os: skip TestRemoveAllRace on dragonflyBryan C. Mills2022-04-251-0/+3
* os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills2022-04-251-1/+1
* os: use a lower file count for TestOpenFileLimit on openbsdJoel Sing2022-04-231-5/+8
* os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills2022-04-214-11/+232
* os/exec: preserve original order of entries in dedupEnvBryan C. Mills2022-04-212-10/+45
* os: mark Solaris nam/door/port files as irregularIan Lance Taylor2022-04-121-0/+10
* all: gofmt main repoRuss Cox2022-04-113-13/+12
* all: separate doc comment from //go: directivesRuss Cox2022-04-052-0/+2
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-053-3/+3
* os/signal: run TestNotifyContextNotifications subtests in parallelBryan C. Mills2022-04-051-4/+10
* Revert "os: add handling of os.Interrupt for windows"Bryan Mills2022-04-044-34/+26
* os: add handling of os.Interrupt for windowsConstantin Konstantinidis2022-04-034-26/+34
* os: run TestStatSymlinkLoop on all platformsTobias Klauser2022-04-032-23/+23
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-1/+1
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-2925-25/+25
* os: use syscall.Timespec.UnixIan Lance Taylor2022-03-288-48/+16
* os: document DirFS implements fs.StatFShopehook2022-03-261-0/+2
* os: skip TestOpenFileLimit on openbsd/mips64Ian Lance Taylor2022-03-221-2/+2
* os: raise open file rlimit at startupRuss Cox2022-03-174-0/+103
* Revert "os: raise open file rlimit at startup"Bryan Mills2022-03-152-63/+0
* os: raise open file rlimit at startupRuss Cox2022-03-152-0/+63
* os, internal/syscall/unix: consolidate Pipe implementationsTobias Klauser2022-03-084-48/+3
* os: eliminate arbitrary sleep in Kill testsBryan C. Mills2022-02-161-13/+27
* os: add examples for Mkdir and MkdirAllAdrian Hesketh2022-02-081-0/+22
* os: don't repeat dir argument in CreateTemp errorIan Lance Taylor2022-02-071-1/+1
* os: simplify ios checks in testsTobias Klauser2022-01-021-55/+41
* os: enable TestMkdirAllWithSymlink on darwin/arm64Tobias Klauser2022-01-021-6/+1
* os: enable TestPipeThreads on FreeBSDTobias Klauser2021-12-211-2/+0
* os/exec: skip TestContextCancel on netbsd/arm64Bryan C. Mills2021-12-171-0/+4
* os: enable TestClosedPipeRace* on FreeBSDAustin Clements2021-12-141-5/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-1312-19/+19
* os: document error returned by pending I/O operations on CloseAustin Clements2021-12-122-2/+2
* os: test that LookupEnv reports all keys found in EnvironBryan C. Mills2021-12-031-0/+36
* os/exec: in TestContextCancel, dump goroutines on failureBryan C. Mills2021-12-021-2/+17
* os/signal: reset SIGURG in TestSignalChaoqun Han2021-11-231-0/+3
* os/exec: avoid NewFile on unknown FDsMichael Pratt2021-11-167-163/+151
* os: clarify that File.{Read,Write} use the bufferIan Lance Taylor2021-11-091-2/+2
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-2866-85/+0
* os: explain ProccessState.Exited() SIGKILL interactionForest Johnson2021-10-131-0/+2
* os: Simplify size using io.Discard.Tamir Duberstein2021-10-121-12/+8
* os: don't use wait6 on netbsdTobias Klauser2021-10-072-5/+11
* all: use bytes.Cut, strings.CutRuss Cox2021-10-065-19/+11
* os/user: implement go native GroupIdsKir Kolyshkin2021-09-2110-130/+279
* syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld2021-09-171-0/+14
* os, syscall: remove fallback to pipe syscall on LinuxTobias Klauser2021-09-021-14/+1
* os/user: simplify skipping listGroups testKir Kolyshkin2021-08-283-7/+12
* os/user: don't skip TestLookupGroup if supportedKir Kolyshkin2021-08-255-7/+20
* os/user: simplify test skip for plan9Kir Kolyshkin2021-08-222-8/+1