summaryrefslogtreecommitdiff
path: root/src/internal/syscall
Commit message (Expand)AuthorAgeFilesLines
* internal/syscall/windows: add GetModuleFileNameShenghou Ma2016-11-072-0/+15
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-042-2/+2
* internal/syscall/unix: add randomTrap const for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+11
* syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman2016-10-222-8/+8
* os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka2016-10-192-0/+35
* os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman2016-10-141-0/+1
* os: make readConsole handle its input and output correctlyAlex Brainman2016-10-131-0/+6
* os: add new tests for symbolic links and directory junctionsAlex Brainman2016-10-125-7/+222
* os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto2016-09-212-0/+8
* syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick2016-09-072-4/+54
* syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman2016-08-244-4/+14
* syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman2016-05-122-2/+2
* syscall: remove mksyscall_windows.go -xsys flagAlex Brainman2016-05-112-6/+10
* runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick2016-04-015-6/+36
* internal/syscall/unix: add randomTrap const for s390xMichael Munday2016-03-221-0/+9
* internal/syscall/unix: document randomTrapBrad Fitzpatrick2016-03-216-0/+17
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-019-9/+9
* crypto/rand: use the getentropy syscall on OpenBSDMichael McConville2016-02-261-0/+25
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex Brainman2016-01-082-16/+9
* internal/syscall/windows/registry: adjust TestGetMUIStringValueAlex Brainman2016-01-061-6/+8
* os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...mattn2015-12-172-0/+31
* net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara2015-12-102-4/+14
* internal/syscall/unix: added support for linux/mips64{,le}Yao Zhang2015-11-121-0/+9
* internal/syscall/unix: eliminate non-trivial randomTrap initializerMatthew Dempsky2015-11-056-9/+39
* internal/syscall/windows/registry: do not panic when data is largeAlex Brainman2015-09-041-5/+5
* registry: Explain how GetMUIStringValue works and where it falls shortDaniel Johansson2015-08-281-0/+8
* time: handle localized time zone namesDaniel Johansson2015-08-264-0/+133
* internal/syscall/windows/registry: remove debugging dregAlex Brainman2015-08-241-1/+0
* Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"Mikio Hara2015-07-025-201/+0
* internal/syscall/windows/registry: fix read overrun in GetStringsValuePatrick Mezard2015-05-153-2/+86
* net, internal/syscall/unix: add SocketConn, SocketPacketConnMikio Hara2015-05-135-0/+201
* internal/syscall/windows/registry: handle invalid integer valuesPatrick Mezard2015-05-111-0/+6
* internal/syscall/windows: increase registry.ExpandString bufferPatrick Mezard2015-05-101-1/+1
* mime, time, internal/syscall/windows/registry: use new registry package to si...Alex Brainman2015-04-305-0/+1205
* internal/syscall: move to unix subdirectoryIan Lance Taylor2015-04-151-6/+6
* os: windows Rename should overwrite destination file.Daniel Theophanes2015-04-092-1/+33
* crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe...Alex Brainman2015-03-312-13/+0
* crypto/x509: skip SHA2 system verify test if not supported.Daniel Theophanes2015-03-302-0/+13
* os: Use GetComputerNameEx to get Hostname on win32Carlos Castillo2015-02-252-3/+31
* net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windowsmattn2015-02-102-0/+119
* internal/syscall: add getrandom syscall number for ppc64/ppc64leShenghou Ma2015-01-211-3/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+56