aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-06-01os: add js/wasm architectureRichard Musiol
2018-04-27os: os: make Stat("*.txt") fail on windowsYasuhiro Matsumoto
2018-04-19internal/syscall/windows: convert CRLF line endingsTobias Klauser
2018-04-19os: enable symlink creation on Windows 10Felix Kollmann
2018-04-14net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta
2018-04-11os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis
2018-04-04os/user: obtain a user GID on WindowsLubomir I. Ivanov (VMware)
2018-03-02internal/syscall/windows/registry: improve ReadSubKeyNames permissionsShamil Garatuev
2018-02-24os/user: obtain a user home path on WindowsLubomir I. Ivanov (VMware)
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-07net: use WSASocket instead of socket callAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2016-11-07internal/syscall/windows: add GetModuleFileNameShenghou Ma
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-03internal/syscall/unix: add randomTrap const for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-22syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-14os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman
2016-10-13os: make readConsole handle its input and output correctlyAlex Brainman
2016-10-12os: add new tests for symbolic links and directory junctionsAlex Brainman
2016-09-21os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto
2016-09-07syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-05-12syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman
2016-05-11syscall: remove mksyscall_windows.go -xsys flagAlex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-22internal/syscall/unix: add randomTrap const for s390xMichael Munday
2016-03-21internal/syscall/unix: document randomTrapBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-26crypto/rand: use the getentropy syscall on OpenBSDMichael McConville
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex Brainman
2016-01-06internal/syscall/windows/registry: adjust TestGetMUIStringValueAlex Brainman
2015-12-17os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...mattn
2015-12-10net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara
2015-11-12internal/syscall/unix: added support for linux/mips64{,le}Yao Zhang
2015-11-05internal/syscall/unix: eliminate non-trivial randomTrap initializerMatthew Dempsky
2015-09-04internal/syscall/windows/registry: do not panic when data is largeAlex Brainman
2015-08-28registry: Explain how GetMUIStringValue works and where it falls shortDaniel Johansson
2015-08-26time: handle localized time zone namesDaniel Johansson
2015-08-24internal/syscall/windows/registry: remove debugging dregAlex Brainman
2015-07-02Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara
2015-05-15internal/syscall/windows/registry: fix read overrun in GetStringsValuePatrick Mezard
2015-05-13net, internal/syscall/unix: add SocketConn, SocketPacketConnMikio Hara
2015-05-11internal/syscall/windows/registry: handle invalid integer valuesPatrick Mezard