1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/syscall
Alexey Borzenkov 10694c81b0 net, syscall: fix windows build
Fix resolv_windows.go to support recent DNS-lookup changes

R=brainman, rsc1, rsc
CC=golang-dev
https://golang.org/cl/4300045
2011-03-31 15:16:18 +11:00
..
asm_darwin_386.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_darwin_amd64.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_freebsd_386.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_freebsd_amd64.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_linux_386.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_linux_amd64.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_linux_arm.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_windows_386.s rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
exec_unix.go syscall: StartProcess Chroot and Credential. 2011-03-29 14:29:22 -04:00
exec_windows.go syscall: StartProcess fixes for windows 2011-03-24 11:20:28 +11:00
Makefile remove nacl 2010-12-15 11:49:23 -05:00
mkall.sh syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
mkerrors_windows.sh syscall: include all, even duplictate, invented error messages 2011-01-20 21:24:15 +11:00
mkerrors.sh syscall: implement Mount and Unmount for linux. 2011-03-09 05:58:47 -08:00
mksyscall_windows.pl syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
mksyscall.pl syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
mksysnum_darwin.pl syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
mksysnum_freebsd.pl syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
mksysnum_linux.pl syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
str.go syscall: mingw implemntation of Errstr() 2010-03-19 15:21:37 -07:00
syscall_386.go syscall: add const ARCH, analogous to OS 2010-03-16 18:45:48 -07:00
syscall_amd64.go syscall: add const ARCH, analogous to OS 2010-03-16 18:45:48 -07:00
syscall_arm.go syscall: add const ARCH, analogous to OS 2010-03-16 18:45:48 -07:00
syscall_bsd.go syscall: GetsockoptInt for darwin, freebsd. 2011-03-25 14:43:59 -04:00
syscall_darwin_386.go syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
syscall_darwin_amd64.go syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
syscall_darwin.go syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
syscall_freebsd_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_freebsd_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_freebsd.go syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
syscall_linux_386.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
syscall_linux_amd64.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
syscall_linux_arm.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
syscall_linux.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
syscall_unix.go syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
syscall_windows_386.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
syscall_windows.go syscall: StartProcess fixes for windows 2011-03-24 11:20:28 +11:00
syscall.go syscall: do not use NULL for zero-length read, write 2011-02-09 14:28:47 -05:00
types_darwin.c syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
types_freebsd.c syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
types_linux.c syscall: add SetsockoptIpMreq 2011-02-03 14:15:35 -05:00
zerrors_darwin_386.go syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
zerrors_darwin_amd64.go syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
zerrors_freebsd_386.go syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
zerrors_freebsd_amd64.go syscall: regenerate zerrors_freebsd_amd64.go 2011-02-28 10:21:19 -05:00
zerrors_linux_386.go syscall: implement Mount and Unmount for linux. 2011-03-09 05:58:47 -08:00
zerrors_linux_amd64.go syscall: implement Mount and Unmount for linux. 2011-03-09 05:58:47 -08:00
zerrors_linux_arm.go syscall: implement Mount and Unmount for linux. 2011-03-09 05:58:47 -08:00
zerrors_windows_386.go syscall: include all, even duplictate, invented error messages 2011-01-20 21:24:15 +11:00
zsyscall_darwin_386.go syscall: GetsockoptInt for darwin, freebsd. 2011-03-25 14:43:59 -04:00
zsyscall_darwin_amd64.go syscall: GetsockoptInt for darwin, freebsd. 2011-03-25 14:43:59 -04:00
zsyscall_freebsd_386.go syscall: GetsockoptInt for darwin, freebsd. 2011-03-25 14:43:59 -04:00
zsyscall_freebsd_amd64.go syscall: GetsockoptInt for darwin, freebsd. 2011-03-25 14:43:59 -04:00
zsyscall_linux_386.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
zsyscall_linux_amd64.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
zsyscall_linux_arm.go syscall: GetsockoptInt. 2011-03-23 14:33:48 -04:00
zsyscall_windows_386.go syscall: StartProcess fixes for windows 2011-03-24 11:20:28 +11:00
zsysnum_darwin_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
zsysnum_darwin_amd64.go syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
zsysnum_freebsd_386.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsysnum_freebsd_amd64.go syscall: regenerate zerrors_freebsd_amd64.go 2011-02-28 10:21:19 -05:00
zsysnum_linux_386.go syscall: fix mksysnum_linux.sh 2011-01-11 14:38:14 -05:00
zsysnum_linux_amd64.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
zsysnum_linux_arm.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
zsysnum_windows_386.go remove nacl 2010-12-15 11:49:23 -05:00
ztypes_darwin_386.go syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
ztypes_darwin_amd64.go syscall: rename from .sh to .pl, because these files are in Perl. 2011-03-21 13:02:10 -07:00
ztypes_freebsd_386.go syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
ztypes_freebsd_amd64.go syscall: add sockaddr_dl, sysctl with routing message support for darwin, freebsd 2011-02-11 14:34:00 -05:00
ztypes_linux_386.go syscall: add SetsockoptIpMreq 2011-02-03 14:15:35 -05:00
ztypes_linux_amd64.go syscall: add SetsockoptIpMreq 2011-02-03 14:15:35 -05:00
ztypes_linux_arm.go syscall: fix arm build 2011-02-07 17:49:45 -05:00
ztypes_windows_386.go net, syscall: fix windows build 2011-03-31 15:16:18 +11:00