aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-11-11internal/syscall/unix: use runtime.gostring for GostringIan Lance Taylor
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox
2022-11-10os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-10-07internal/poll, internal/syscall/unix, syscall: move writev definition for sol...Tobias Klauser
2022-09-19internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsdTobias Klauser
2022-09-15internal/syscall/unix: remove superfluous var declarations in {Unlink,Open}atTobias Klauser
2022-09-09internal/syscall/windows: simplify unsafe.Slice usageCuong Manh Le
2022-09-09internal/syscall/windows: use unsafe.Slice instead of unsafeheader packageTobias Klauser
2022-09-07os/exec: LookPath: use eaccess for exec check on linuxKir Kolyshkin
2022-09-06internal/poll, internal/syscall/unix, net: enable writev on solarisTobias Klauser
2022-09-05internal/syscall/unix: KernelVersion nitpicksKir Kolyshkin
2022-09-05internal/syscall/unix: simplify KernelVersionKir Kolyshkin
2022-09-03internal/syscall/unix: consolidate kernelVersion implementationsKir Kolyshkin
2022-08-31internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except m...Tobias Klauser
2022-08-20runtime/pprof: add memory mapping info for WindowsEgon Elbre
2022-06-03cmd/go: add functions to read index fileMichael Matloob
2022-05-26syscall: update linux/loong64 kernel ABI, emulate fstatat with statxWANG Xuerui
2022-05-17internal/syscall/unix: loong64 use generic syscallXiaodong Liu
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-08os, internal/syscall/unix: consolidate Pipe implementationsTobias Klauser
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-04net: pass around pointers to SockaddrInetNJosh Bleecher Snyder
2021-11-04net: remove the alloc from ReadMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04net: remove the alloc from WriteMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04syscall: fix and document uses of RegEnumKeyExMichael Anthony Knyszek
2021-11-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-10-28all: manual fixups for //go:build vs // +buildRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-20crypto/rand, internal/syscall/unix: don't use getentropy on iOSTobias Klauser
2021-08-16internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIXMatt Layher
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-05-03internal/syscall/unix: use internal/abi.FuncPC for syscall wrapperCherry Zhang
2021-03-17crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwinTobias Klauser
2021-03-11crypto/rand, internal/syscall/unix: add support for getrandom syscall on solarisTobias Klauser
2021-03-11internal/syscall/unix: unify GetRandom implementationTobias Klauser
2021-03-10crypto/rand: supports for getrandom syscall in DragonFlyBSDDavid Carlier
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2020-10-13syscall: remove dependency on ioRuss Cox