]> Cypherpunks.ru repositories - gostls13.git/history - src/syscall
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / syscall /
2023-01-10 Russ Coxruntime: revert use of __fork to work around Apple...
2023-01-06 Shengjing Zhusyscall: skip TestUseCgroupFD if cgroupfs not mounted
2022-12-22 Russ Coxruntime: call __fork instead of fork on darwin
2022-12-21 Michael Prattsyscall: don't use faccessat2 on android
2022-12-16 Ian Lance Taylorsyscall, internal/poll: fall back to accept on linux-arm
2022-12-13 millersyscall: fix closing of reordered FDs in plan9 ForkExec
2022-12-12 Paul E. Murphysyscall: skip TestUseCgroupFD if cgroupfs mounted RO
2022-12-12 Bryan C. Millssyscall: fix shadowing bugs in forkAndExecInChild
2022-11-24 Rongrongsyscall, runtime/internal/syscall: zero r2 before mips...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-14 qmuntalos,syscall: File.Stat to use file handle for directorie...
2022-11-09 cui fliterall: add missing copyright header
2022-11-01 Damien Neilsyscall, os/exec: reject environment variables containi...
2022-10-18 Russ Coxinternal/godebug: remove dependency on os
2022-10-07 Tobias Klauserinternal/poll, internal/syscall/unix, syscall: move...
2022-10-07 Tobias Klauserinternal/poll, net, syscall: enable writev on aix
2022-10-06 kxxtall: use grep -E/-F instead of fgrep/egrep
2022-10-02 cui flitersyscall: remove redundant type conversion
2022-09-30 Tobias Klauserall: use "unix" build tag where appropriate
2022-09-29 Mikael Urankarsyscall: add support for freebsd/riscv64
2022-09-26 cuiweixiesyscall: check if to is nil to prevent panic from WSASendto
2022-09-26 Andy Pansyscall: check if to is nil to prevent panic from Sendto
2022-09-20 Tobias Klausersyscall: drop compatibility for FreeBSD < 10.0
2022-09-16 Yuval Pavel Zholkoversyscall: remove FreeBSD 11 and below 64bit inode compat...
2022-09-15 Tobias Klausersyscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...
2022-09-15 Tobias Klausersyscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...
2022-09-15 Tobias Klausercmd, syscall: use syscall.Mmap on solaris for Go ≥...
2022-09-14 Tobias Klauserall: move //go:build lines below copyright notice
2022-09-13 Cuong Manh Lesyscall: simplify unsafe.Slice usage
2022-09-13 Tobias Klausercmd/link/internal/ld, syscall: use libc based msync...
2022-09-09 Tobias Klauserinternal/poll, syscall: convert writev to direct libc...
2022-09-09 Kir Kolyshkinsyscall: add CgroupFD support for ForkExec on Linux
2022-09-09 Tobias Klausersyscall: use unsafe.Slice instead of unsafeheader package
2022-09-07 cuiweixiesyscall: simplify code using unsafe.Slice
2022-09-03 Kir Kolyshkinsyscall: fix skipping some tests on Linux
2022-09-01 Kir Kolyshkinsyscall: Faccessat: use faccessat2 on linux
2022-09-01 Kir Kolyshkinsyscall: make mkall.sh accept file list
2022-08-23 Daniel Martíall: append(bytes, str...) works out of the box
2022-08-23 qmuntalsyscall: rely on utf16.AppendRune
2022-08-19 Tobias Klausersyscall: remove cloexecSocket fallback path
2022-08-19 Kir Kolyshkinsyscall: add new CLONE_ flags for Linux
2022-08-18 Tobias Klausersyscall: implement EpollCreate using EpollCreate1 on...
2022-08-09 Tobias Klausersyscall: add Mmap and Munmap on solaris
2022-08-09 Tobias Klausersyscall: wrap fstatat only once on linux/{arm64,riscv64}
2022-08-08 Ian Lance Taylorsyscall: rename close to closeFD
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Russ Coxall: disable tests that fail on Alpine
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-11 Tobias Klausersyscall: gofmt after CL 412114
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-15 Vojtěch Bočeksyscall: clarify Pdeathsig documentation on Linux
2022-06-15 Guoqi Chensyscall, runtime/internal/syscall: always zero the...
2022-06-08 Tobias Klausersyscall: remove unused setgroups on linux/loong64
2022-06-07 Tobias Klausersyscall: remove unused accept on linux/loong64
2022-05-26 WANG Xueruisyscall: update linux/loong64 kernel ABI, emulate fstat...
2022-05-20 Xiaodong Liusyscall: add syscall support for linux/loong64
2022-05-19 Russ Coxall: gofmt main repo
2022-05-19 Russ Coxsyscall: make //sys lines not doc comments
2022-05-10 Ian Lance Taylorsyscall: update broken links
2022-05-09 Dmitri Shuralyovos, syscall: don't consider stderr output as part of...
2022-05-03 Tobias Klauserinternal/poll, net, syscall: use accept4 on solaris
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Michael Prattsyscall: add //go:norace to RawSyscall
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-22 Michael Prattsyscall: define Syscall6 in terms of RawSyscall6 on...
2022-04-21 Michael Prattsyscall: define Syscall in terms of RawSyscall on linux
2022-04-21 Michael PrattRevert "syscall: define Syscall in terms of RawSyscall...
2022-04-21 Michael PrattRevert "syscall: define Syscall6 in terms of RawSyscall...
2022-04-21 Michael Prattsyscall: define Syscall6 in terms of RawSyscall6 on...
2022-04-21 Michael Prattsyscall: define Syscall in terms of RawSyscall on linux
2022-04-21 Michael Prattsyscall: define RawSyscall in terms of RawSyscall6...
2022-04-21 Michael Prattruntime/internal/syscall, syscall: replace RawSyscall6...
2022-04-21 Michael Prattsyscall: move Syscall declarations to OS files
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-12 Damien Neilsyscall: check correct group in Faccessat
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-31 Bryan C. Millssyscall: relax output check in TestGroupCleanupUserName...
2022-03-29 Ian Lance Taylorall: use new "unix" build tag where appropriate
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-28 Kir Kolyshkinsyscall: optimize Byte{Ptr,Slice}FromString
2022-03-18 Tobias Klausersyscall: use bytealg.IndexByte in clen
2022-03-18 Tobias Klausersyscall: unskip TestDirentRepeat on freebsd
2022-03-18 Tobias Klausersyscall: optimize UTF16{,Ptr}FromString
2022-03-17 Josh Bleecher Snydersyscall: allow EINVAL in TestSCMCredentials
2022-03-17 Cherry Muisyscall: call ABI0 exitsyscall on Plan 9/AMD64
2022-03-16 Kir Kolyshkinsyscall: ensure that Getwd returns absolute path
2022-03-16 Cherry Muisyscall: call ABIInternal entersyscall on register...
2022-03-15 Ian Lance Taylorsyscall: add race annotations to Windows ReadFile and...
2022-03-12 Ian Lance Taylorsyscall: add race annotations to Pread and Pwrite
2022-03-11 Tobias Klauserruntime/pprof, syscall: report MaxRSS on all unix platforms
2022-03-08 Tobias Klauserruntime, syscall: implement syscall.Pipe using syscall...
2022-03-08 Tobias Klausersyscall: add Pipe2 on solaris and use it for forkExecPipe
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-05 Tobias Klausersyscall: use dup3 in forkAndExecInChild on OpenBSD
2022-03-04 Ian Lance Taylorsyscall: remove TestRlimit
2022-03-03 Paul E. Murphysyscall, runtime/internal/syscall: always return 0...
next