aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
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
2020-09-16os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser
2020-09-15internal/poll, internal/syscall/unix, net: enable writev on illumosTobias Klauser
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2019-12-30internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solarisTobias Klauser
2019-12-23internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systemsIan Lance Taylor
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-11-01internal/syscall/unix: add support for linux/riscv64Tobias Klauser
2019-10-29internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag workAlex Brainman
2019-10-27internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a...Jason A. Donenfeld
2019-10-25internal/syscall/windows/registry: allow for non-null terminated stringsJason A. Donenfeld
2019-10-23internal/syscall/windows/registry: blacklist certain registry keys in TestWal...Jason A. Donenfeld
2019-10-23internal/syscall/windows/registry: fix strict assumptions in TestWalkFullRegi...Jason A. Donenfeld
2019-10-14internal/syscall/unix: remove unused *Trap constsTobias Klauser
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-05syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2019-05-16os: pass correct environment when creating Windows processesJason A. Donenfeld
2019-05-08cmd/go: set the "generate" build tag in go generate, per design docBrad Fitzpatrick
2019-05-08internal/syscall/windows/sysdll: mark package as Windows-onlyBrad Fitzpatrick
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2018-11-26cmd/compile: allow bodyless function if it is linkname'dKeith Randall
2018-11-08internal/syscall/unix: use libc calls on DarwinKeith Randall
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-11-02internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/goBryan C. Mills
2018-11-02os: add support for long path names on aix RemoveAllTobias Klauser
2018-11-02os: use CreateFile for Stat of symlinksAlex Brainman