index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
Age
Commit message (
Expand
)
Author
2023-05-23
syscall: avoid serializing forks on ForkLock
Ian Lance Taylor
2023-05-22
wasm: remove redundant calls to setTimeout and clearTimeout
Garet Halliday
2023-05-16
os, syscall: permit setting mtime to Unix 0 on Windows
Ian Lance Taylor
2023-05-15
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-05-11
syscall: implement wasip1 SetNonblock and IsNonblock
Chris O'Hara
2023-05-11
os: make Chtimes accept empty time values to skip file time modification
Constantin Konstantinidis
2023-05-10
all: fix a lot of comments
cui fliter
2023-05-09
syscall,internal/poll: move pipe check from syscall.Seek to callers
qmuntal
2023-05-04
syscall: reduce memory allocated by UTF16FromString
Frediano Ziglio
2023-04-30
syscall: fix opening of directories on wasip1
Achille Roussel
2023-04-28
syscall: remove wasip1 O_DIRECTORY workaround
Achille Roussel
2023-04-18
syscall: add a sync.Pool for a NetlinkRIB scratch buffer
Brad Fitzpatrick
2023-04-13
wasm: restrict supported types in go:wasmimport function signatures
Achille Roussel
2023-04-12
syscall: implement Fchdir on Windows
qmuntal
2023-04-11
syscall: add a Go directive "go:nocheckptr" to forkAndExecInChild1
root
2023-04-07
internal: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-06
syscall: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-16
syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_N...
Tobias Klauser
2023-03-16
syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported
Tobias Klauser
2023-03-15
syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupported
Tobias Klauser
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-03-15
os, syscall: move rlimit code to syscall
Ian Lance Taylor
2023-03-15
internal/testenv, syscall: move isNotSupported to internal/testenv
Tobias Klauser
2023-03-15
syscall: handle errors.ErrUnsupported in isNotSupported
Tobias Klauser
2023-03-13
syscall: use clone3 syscall with CLONE_NEWTIME
Tobias Klauser
2023-03-09
syscall: avoid race in plan9 while syncing Chdir across goroutines
miller
2023-03-02
all: move //go: function directives directly above functions
Michael Pratt
2023-03-02
all: implement wasmimport directive
Evan Phoenix
2023-02-28
syscall: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows
Tobias Klauser
2023-02-27
syscall: fix invalid unsafe.Pointer conversion on Windows
Cuong Manh Le
2023-02-27
syscall: use unsafe.Slice in anyToSockaddr
Cuong Manh Le
2023-02-24
runtime: use explicit NOFRAME on netbsd/amd64
qmuntal
2023-02-23
runtime: use explicit NOFRAME on dragonfly/amd64
qmuntal
2023-02-23
syscall: add ptracePtr that accepts pointer arg as unsafe.Pointer
Dmitri Goutnik
2023-02-22
syscall: add jail support to ForkExec on FreeBSD
Harald Böhm
2023-02-21
syscall: introduce IoctlPtr for exec_unix tests
Dmitri Goutnik
2023-02-17
syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
Kir Kolyshkin
2023-02-01
syscall: regenerate zsyscall_windows.go
qmuntal
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2023-01-27
syscall: avoid making assumptions about syscall permissions
Bryan C. Mills
2023-01-25
syscall: clean up variable declarations in forkAndExecInChild
Bryan C. Mills
2023-01-25
syscall: export X__ifi_pad and X_f on s390x and riscv64
Bryan C. Mills
2023-01-24
all: fix some comments
cui fliter
2023-01-10
runtime: revert use of __fork to work around Apple atfork bugs
Russ Cox
2023-01-06
syscall: skip TestUseCgroupFD if cgroupfs not mounted
Shengjing Zhu
2022-12-22
runtime: call __fork instead of fork on darwin
Russ Cox
2022-12-21
syscall: don't use faccessat2 on android
Michael Pratt
2022-12-16
syscall, internal/poll: fall back to accept on linux-arm
Ian Lance Taylor
2022-12-13
syscall: fix closing of reordered FDs in plan9 ForkExec
miller
[prev]
[next]