aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-10syscall: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET on all li...chenguoqi
2023-06-05syscall: don't panic when argv is nil on freebsdRoland Shoemaker
2023-05-30syscall: fix ComputerName on Windowsqmuntal
2023-05-25net: implement wasip1 FileListener and FileConnChris O'Hara
2023-05-23syscall: avoid serializing forks on ForkLockIan Lance Taylor
2023-05-22wasm: remove redundant calls to setTimeout and clearTimeoutGaret Halliday
2023-05-16os, syscall: permit setting mtime to Unix 0 on WindowsIan Lance Taylor
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-05-11syscall: implement wasip1 SetNonblock and IsNonblockChris O'Hara
2023-05-11os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis
2023-05-10all: fix a lot of commentscui fliter
2023-05-09syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal
2023-05-04syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio
2023-04-30syscall: fix opening of directories on wasip1Achille Roussel
2023-04-28syscall: remove wasip1 O_DIRECTORY workaroundAchille Roussel
2023-04-18syscall: add a sync.Pool for a NetlinkRIB scratch bufferBrad Fitzpatrick
2023-04-13wasm: restrict supported types in go:wasmimport function signaturesAchille Roussel
2023-04-12syscall: implement Fchdir on Windowsqmuntal
2023-04-11syscall: add a Go directive "go:nocheckptr" to forkAndExecInChild1root
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-06syscall: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-03-16syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_N...Tobias Klauser
2023-03-16syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupportedTobias Klauser
2023-03-15syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupportedTobias Klauser
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-03-15os, syscall: move rlimit code to syscallIan Lance Taylor
2023-03-15internal/testenv, syscall: move isNotSupported to internal/testenvTobias Klauser
2023-03-15syscall: handle errors.ErrUnsupported in isNotSupportedTobias Klauser
2023-03-13syscall: use clone3 syscall with CLONE_NEWTIMETobias Klauser
2023-03-09syscall: avoid race in plan9 while syncing Chdir across goroutinesmiller
2023-03-02all: move //go: function directives directly above functionsMichael Pratt
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-02-28syscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windowsTobias Klauser
2023-02-27syscall: fix invalid unsafe.Pointer conversion on WindowsCuong Manh Le
2023-02-27syscall: use unsafe.Slice in anyToSockaddrCuong Manh Le
2023-02-24runtime: use explicit NOFRAME on netbsd/amd64qmuntal
2023-02-23runtime: use explicit NOFRAME on dragonfly/amd64qmuntal
2023-02-23syscall: add ptracePtr that accepts pointer arg as unsafe.PointerDmitri Goutnik
2023-02-22syscall: add jail support to ForkExec on FreeBSDHarald Böhm
2023-02-21syscall: introduce IoctlPtr for exec_unix testsDmitri Goutnik
2023-02-17syscall: Faccessat: check for CAP_DAC_OVERRIDE on LinuxKir Kolyshkin
2023-02-01syscall: regenerate zsyscall_windows.goqmuntal
2023-01-31runtime: always use LoadLibraryEx to load system librariesqmuntal
2023-01-27syscall: avoid making assumptions about syscall permissionsBryan C. Mills
2023-01-25syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills
2023-01-25syscall: export X__ifi_pad and X_f on s390x and riscv64Bryan C. Mills
2023-01-24all: fix some commentscui fliter