aboutsummaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2023-01-25os: eliminate arbitrary timeout in testClosewithBlockingReadBryan C. Mills
2023-01-25os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills
2023-01-25os: have RemoveAll loop on EINTRNigel Tao
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2023-01-23os: treat non-symlink reparse points as irregular filesBryan C. Mills
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2023-01-19os: clean up testsBryan C. Mills
2023-01-19os: deflake TestPipeEOF and TestFifoEOFBryan C. Mills
2023-01-17os: document that Rename is not atomic on non-Unix platformsAlan Donovan
2023-01-10os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills
2022-12-19os: reenable TestReaddirSmallSeek on windowsqmuntal
2022-12-16os/user,net: add -fno-stack-protector to CFLAGSThan McIntosh
2022-12-16os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexecBryan C. Mills
2022-12-10os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor
2022-12-09os/user: zero-initialize C structs returned to GoBryan C. Mills
2022-12-08os/user: on AIX getpwuid_r seems to return -1 on overflowIan Lance Taylor
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-11-18all: add missing periods in commentscui fliter
2022-11-17os: use testenv.Command instead of exec.Command in testscui fliter
2022-11-16internal/testpty: move from os/signal/internal/ptyAustin Clements
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-14os: don't request read access from CreateFile in StatDamien Neil
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-11os/exec: fix TestWaitInterrupt/WaitDelay error messagescott
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox
2022-11-10os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox
2022-11-10os: document that WriteFile is not atomicRichard Tweed
2022-11-10os/user: allocate buffers in Go memory, not C memoryIan Lance Taylor
2022-11-09os: remove special casing of NUL in Windows file operationsDamien Neil
2022-11-04all: fix function names in commentscui fliter
2022-11-04os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky
2022-11-03os/exec: allow open descriptors to be closed during TestPipeLookPathLeakBryan C. Mills
2022-11-01syscall, os/exec: reject environment variables containing NULsDamien Neil
2022-10-31os: in TestDirFS only check returned path for unexpected stringIan Lance Taylor
2022-10-28os: don't include DirFS argument in DirFS errorsIan Lance Taylor
2022-10-25os/exec: add the Cancel and WaitDelay fieldsBryan C. Mills
2022-10-17os/signal: pass *int32 to ioctl that expects pid_tIan Lance Taylor
2022-10-14os/signal: add missing newlines to TestTerminalSignalMichael Pratt
2022-10-14os/signal: rewrite TestTerminalSignal without bashMichael Pratt
2022-10-13os: split wait6 syscall wrapper into per-platform filesBryan C. Mills
2022-10-13os/exec: reduce arbitrary sleeps in TestWaitidBryan C. Mills
2022-10-13os/exec: set traceback to "system" in TestContextCancelBryan C. Mills
2022-10-12os/signal: document behavior of SIGPIPE on non-Go threadIan Lance Taylor
2022-10-12os: use the correct constant for P_PID on NetBSDBryan C. Mills
2022-10-11os/exec: remove protection against a duplicate Close on StdinPipeBryan C. Mills
2022-10-08os: use poll.fdMutex for Plan 9 filesIan Lance Taylor
2022-10-07os/exec: document ProcessState available after a call to Wait or Runhopehook
2022-10-06os/exec: parallelize more testsBryan C. Mills
2022-10-06os/exec: delete TestExtraFilesFDShuffleBryan C. Mills