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
2025-05-27
os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only
Damien Neil
2025-05-21
runtime: add valgrind instrumentation
Roland Shoemaker
2025-05-15
os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O access
qmuntal
2025-05-14
os: don't follow symlinks on Windows when O_CREATE|O_EXCL
Damien Neil
2025-04-30
syscall: cache Errno.Error() on Windows
Jake Bailey
2025-04-30
net: support IPv6 addresses in ListenMulticastUDP on Windows
qmuntal
2025-04-08
syscall: remove unused windows function
Keith Randall
2025-04-08
syscall: fix dangling pointers in Windows' process attributes
qmuntal
2025-03-13
syscall: use testing.T.Context
Tobias Klauser
2025-03-05
runtime: in asan mode call __lsan_do_leak_check when exiting
Ian Lance Taylor
2025-02-25
os, syscall: use unix build tag where appropriate
Tobias Klauser
2025-02-25
all: gofmt -w
Jes Cok
2025-02-25
all: surround -test.run arguments with ^$
qmuntal
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-24
syscall: allow \x00-prefixed unix abstract socket to use full path length
Albert Sundjaja
2025-02-23
syscall: use sync.OnceFunc for copyenv
Tobias Klauser
2025-02-21
runtime: use WCLONE when waiting on pidfd test child
Michael Pratt
2025-02-20
syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2025-02-19
syscall: don't truncate newly created files on Windows
qmuntal
2025-02-18
syscall: disable O_DIRECTORY on Windows for js/wasm
Zxilly
2025-02-14
syscall: skip testAmbientCaps tests if there is no nobody user
Carlos Ramos CarreƱo
2025-02-10
os: add Root.Chmod
Damien Neil
2025-02-03
syscall: use consistent message for ESTALE on Linux
Ian Lance Taylor
2025-02-03
all: use slices.Contains to simplify code
cuishuang
2025-01-13
syscall/js: adjust comments to that gofmt does not change them
Ian Lance Taylor
2024-12-17
syscall, internal/syscall/unix: fix fstatat on linux/mips64
Damien Neil
2024-12-12
syscall: on freebsd-386 only update written for certain errors
Ian Lance Taylor
2024-12-11
syscall: remove a wrong comment in Clearenv
Kir Kolyshkin
2024-11-22
runtime, internal/synctest, syscall/js: keep bubble membership in syscalls
Damien Neil
2024-11-20
os: add Root.Stat and Root.Lstat
Damien Neil
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-11-20
syscall: do not run TestSyscallAllocations in parallel with other tests
Russ Cox
2024-11-14
syscall: define EBADFD for wasip1 target
Flavio Castelli
2024-11-13
cmd/internal/obj/wasm: correct return PC for frameless wasmexport wrappers
Cherry Mui
2024-11-11
runtime, syscall: use pointer types on wasmimport functions
Cherry Mui
2024-11-06
syscall: mark SyscallN as noescape
qmuntal
2024-10-23
syscall: only remove write data access when O_APPEND is set on Windows
qmuntal
2024-10-21
syscall: skip TestSetuidEtc when root's gid is not 0
Shuo Wang
2024-10-18
syscall: keep write access when O_TRUNC is used on Windows
qmuntal
2024-10-11
internal/syscall/windows: add Openat, Mkdirat
Damien Neil
2024-10-10
syscall: support more flags when opening directories on Windows
qmuntal
2024-10-10
syscall: fix Open param names
qmuntal
2024-10-10
syscall,os: move flags validation from os.OpenFile to syscall.Open
qmuntal
2024-10-09
syscall: simplify O_TRUNC handling on Windows
qmuntal
2024-10-09
syscall: implement Ftruncate using a single syscall on Windows
qmuntal
2024-10-07
syscall, internal/syscall/unix: add Openat support for wasip1
Damien Neil
2024-10-07
crypto/rand: use arc4random_buf() on OpenBSD
Filippo Valsorda
2024-10-03
syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature check child
Michael Pratt
2024-10-02
syscall: gofmt after CL 592078
Tobias Klauser
2024-09-12
os: add clone(CLONE_PIDFD) check to pidfd feature check
Michael Pratt
[next]