aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
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
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-10-31os: add support for long path names on solaris RemoveAllTobias Klauser
2018-10-31os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-30Revert "os: add support for long path names on unix RemoveAll"Katie Hockman
2018-10-30os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-24internal/syscall/unix: omit unnecessary randomTrap check in GetRandomTobias Klauser
2018-10-23internal/syscall/unix, net: improve interface_aix.goClément Chigot
2018-10-03internal/syscall: add AIX operating systemClément Chigot
2018-08-28internal/syscall/unix: remove unnecessary empty.sTobias Klauser
2018-08-24internal/syscall/unix: don't use linkname to refer to syscall.fcntlTobias Klauser
2018-08-22crypto/rand: use the new getrandom syscall on FreeBSDDavid Carlier
2018-06-28internal/syscall/unix: add build constraint to nonblocking_js.goDmitri Shuralyov