summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* os, syscall: permit setting mtime to Unix 0 on WindowsIan Lance Taylor2023-05-161-2/+5
* os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal2023-05-155-21/+327
* syscall: implement wasip1 SetNonblock and IsNonblockChris O'Hara2023-05-113-4/+38
* os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis2023-05-113-6/+48
* all: fix a lot of commentscui fliter2023-05-101-1/+1
* syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal2023-05-091-5/+0
* syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio2023-05-042-3/+35
* syscall: fix opening of directories on wasip1Achille Roussel2023-04-301-4/+83
* syscall: remove wasip1 O_DIRECTORY workaroundAchille Roussel2023-04-281-23/+0
* syscall: add a sync.Pool for a NetlinkRIB scratch bufferBrad Fitzpatrick2023-04-181-3/+13
* wasm: restrict supported types in go:wasmimport function signaturesAchille Roussel2023-04-132-46/+54
* syscall: implement Fchdir on Windowsqmuntal2023-04-122-1/+52
* syscall: add a Go directive "go:nocheckptr" to forkAndExecInChild1root2023-04-111-0/+1
* internal: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-0/+3
* syscall: add remaining wasip1 filesJohan Brandhorst-Satzkorn2023-04-0610-3/+1702
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-2/+2
* syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_N...Tobias Klauser2023-03-161-2/+8
* syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupportedTobias Klauser2023-03-164-12/+26
* syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupportedTobias Klauser2023-03-152-0/+5
* syscall: restore original NOFILE rlimit in child processIan Lance Taylor2023-03-1560-73/+343
* os, syscall: move rlimit code to syscallIan Lance Taylor2023-03-154-0/+100
* internal/testenv, syscall: move isNotSupported to internal/testenvTobias Klauser2023-03-151-48/+13
* syscall: handle errors.ErrUnsupported in isNotSupportedTobias Klauser2023-03-151-3/+3
* syscall: use clone3 syscall with CLONE_NEWTIMETobias Klauser2023-03-132-0/+51
* syscall: avoid race in plan9 while syncing Chdir across goroutinesmiller2023-03-092-12/+47
* all: move //go: function directives directly above functionsMichael Pratt2023-03-021-4/+4
* all: implement wasmimport directiveEvan Phoenix2023-03-023-65/+32
* syscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windowsTobias Klauser2023-02-281-2/+1
* syscall: fix invalid unsafe.Pointer conversion on WindowsCuong Manh Le2023-02-271-10/+13
* syscall: use unsafe.Slice in anyToSockaddrCuong Manh Le2023-02-274-8/+4
* runtime: use explicit NOFRAME on netbsd/amd64qmuntal2023-02-242-45/+2
* runtime: use explicit NOFRAME on dragonfly/amd64qmuntal2023-02-231-11/+10
* syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik2023-02-2329-15/+242
* syscall: add jail support to ForkExec on FreeBSDHarald Böhm2023-02-222-0/+108
* syscall: introduce IoctlPtr for exec_unix testsDmitri Goutnik2023-02-216-10/+18
* syscall: Faccessat: check for CAP_DAC_OVERRIDE on LinuxKir Kolyshkin2023-02-171-0/+17
* syscall: regenerate zsyscall_windows.goqmuntal2023-02-011-1/+0
* runtime: always use LoadLibraryEx to load system librariesqmuntal2023-01-313-36/+2
* syscall: avoid making assumptions about syscall permissionsBryan C. Mills2023-01-271-301/+207
* syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills2023-01-256-71/+98
* syscall: export X__ifi_pad and X_f on s390x and riscv64Bryan C. Mills2023-01-253-10/+16
* all: fix some commentscui fliter2023-01-241-1/+1
* runtime: revert use of __fork to work around Apple atfork bugsRuss Cox2023-01-107-81/+17
* syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu2023-01-061-2/+3
* runtime: call __fork instead of fork on darwinRuss Cox2022-12-227-17/+81
* syscall: don't use faccessat2 on androidMichael Pratt2022-12-211-2/+12
* syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor2022-12-164-16/+71
* syscall: fix closing of reordered FDs in plan9 ForkExecmiller2022-12-131-1/+1
* syscall: skip TestUseCgroupFD if cgroupfs mounted ROPaul E. Murphy2022-12-121-1/+3
* syscall: fix shadowing bugs in forkAndExecInChildBryan C. Mills2022-12-122-4/+4