aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows.go
AgeCommit message (Expand)Author
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-05-20syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-04-02syscall: fix windows WSASendto -d=checkptr violationAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-10-22syscall: respect permission bits on file opening on WindowsJason A. Donenfeld
2019-10-18syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le
2019-08-30syscall: fix duplicate commentsmicnncim
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-04-29syscall: don't return EINVAL on zero Chmod mode on WindowsBrad Fitzpatrick
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-08-28syscall: implement Unix Socket for WindowsYasuhiro Matsumoto
2018-08-22syscall: support windows/armJordan Rhee
2018-07-27syscall: improve NewCallback documentation and panic messageJeet Parekh
2018-05-01net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor
2017-12-07syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsetsBrad Fitzpatrick
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-06-08syscall: make windows Exit call runtime.exitAlex Brainman
2017-04-28syscall: fix typo in documentation for StringToUTF16PtrTommy Schaefer
2017-04-22os, syscall: fix errno in Seek on windowsHiroshi Ioka
2017-04-07syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errorsTamir Duberstein
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-07-21syscall: warn not to use FormatMessageAlex Brainman
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-06-15syscall: correct comment on where compileCallback is definedIan Lance Taylor
2015-02-12syscall: Readlink doesn't handle junction on windowsmattn
2015-01-08syscall: use go generate to build zsyscall_windows.goAlex Brainman
2014-10-06os, syscall: test Chtimes on directories, fix on WindowsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox