aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
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
2023-01-10runtime: revert use of __fork to work around Apple atfork bugsRuss Cox
2023-01-06syscall: skip TestUseCgroupFD if cgroupfs not mountedShengjing Zhu
2022-12-22runtime: call __fork instead of fork on darwinRuss Cox
2022-12-21syscall: don't use faccessat2 on androidMichael Pratt
2022-12-16syscall, internal/poll: fall back to accept on linux-armIan Lance Taylor
2022-12-13syscall: fix closing of reordered FDs in plan9 ForkExecmiller
2022-12-12syscall: skip TestUseCgroupFD if cgroupfs mounted ROPaul E. Murphy
2022-12-12syscall: fix shadowing bugs in forkAndExecInChildBryan C. Mills
2022-11-24syscall, runtime/internal/syscall: zero r2 before mips linux syscallsRongrong
2022-11-18all: add missing periods in commentscui fliter
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-09all: add missing copyright headercui fliter
2022-11-01syscall, os/exec: reject environment variables containing NULsDamien Neil
2022-10-18internal/godebug: remove dependency on osRuss Cox
2022-10-07internal/poll, internal/syscall/unix, syscall: move writev definition for sol...Tobias Klauser
2022-10-07internal/poll, net, syscall: enable writev on aixTobias Klauser
2022-10-06all: use grep -E/-F instead of fgrep/egrepkxxt
2022-10-02syscall: remove redundant type conversioncui fliter
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-29syscall: add support for freebsd/riscv64Mikael Urankar
2022-09-26syscall: check if to is nil to prevent panic from WSASendtocuiweixie
2022-09-26syscall: check if to is nil to prevent panic from SendtoAndy Pan
2022-09-20syscall: drop compatibility for FreeBSD < 10.0Tobias Klauser
2022-09-16syscall: remove FreeBSD 11 and below 64bit inode compatibility shimsYuval Pavel Zholkover
2022-09-15syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on dragonflyTobias Klauser
2022-09-15syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on solarisTobias Klauser
2022-09-15cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20Tobias Klauser
2022-09-14all: move //go:build lines below copyright noticeTobias Klauser
2022-09-13syscall: simplify unsafe.Slice usageCuong Manh Le
2022-09-13cmd/link/internal/ld, syscall: use libc based msync on darwin for Go ≥ 1.20Tobias Klauser
2022-09-09internal/poll, syscall: convert writev to direct libc call on openbsd (except...Tobias Klauser
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-09-09syscall: use unsafe.Slice instead of unsafeheader packageTobias Klauser
2022-09-07syscall: simplify code using unsafe.Slicecuiweixie
2022-09-03syscall: fix skipping some tests on LinuxKir Kolyshkin
2022-09-01syscall: Faccessat: use faccessat2 on linuxKir Kolyshkin
2022-09-01syscall: make mkall.sh accept file listKir Kolyshkin
2022-08-23all: append(bytes, str...) works out of the boxDaniel Martí
2022-08-23syscall: rely on utf16.AppendRuneqmuntal
2022-08-19syscall: remove cloexecSocket fallback pathTobias Klauser
2022-08-19syscall: add new CLONE_ flags for LinuxKir Kolyshkin
2022-08-18syscall: implement EpollCreate using EpollCreate1 on all linux platformsTobias Klauser
2022-08-09syscall: add Mmap and Munmap on solarisTobias Klauser