..
asm_darwin_386.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_darwin_amd64.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_dragonfly_386.s
runtime, syscall: add support for dragonfly/386
2013-08-31 09:32:07 -07:00
asm_dragonfly_amd64.s
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
asm_freebsd_386.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_freebsd_amd64.s
runtime, syscall: work around FreeBSD/amd64 kernel bug
2013-09-16 14:04:32 -04:00
asm_freebsd_arm.s
syscall: fix system calls with misaligned arguments on freebsd/arm
2014-02-14 12:22:13 +09:00
asm_linux_386.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_linux_amd64.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_linux_arm.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_nacl_386.s
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
asm_nacl_amd64p32.s
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
asm_netbsd_386.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_netbsd_amd64.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_netbsd_arm.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_openbsd_386.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_openbsd_amd64.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_plan9_386.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_plan9_amd64.s
syscall: Convert textflags from numbers to symbols.
2013-08-12 10:24:30 -07:00
asm_solaris_amd64.s
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
asm_windows_386.s
…
asm_windows_amd64.s
…
bpf_bsd.go
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
creds_test.go
…
dir_plan9.go
syscall: disallow slashes in file names on Plan 9
2013-12-19 00:58:23 +01:00
dll_windows.go
undo CL 45930043 / c22889382a17
2014-01-17 16:58:14 -05:00
env_plan9.go
…
env_unix.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
env_windows.go
…
exec_bsd.go
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
exec_linux.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
exec_plan9.go
syscall: terminate error string in exec package on Plan 9
2014-02-19 17:17:36 -08:00
exec_solaris.go
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
exec_unix.go
syscall: workaround Dragonfly BSD kernel exec bug
2014-03-01 18:56:50 -05:00
exec_windows.go
…
fd_nacl.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
flock.go
syscall: rename method Flock_t.Lock to func FcntlFlock
2014-01-21 16:27:39 -08:00
flock_linux_32bit.go
syscall: add Flock_t.Lock method
2014-01-21 14:52:44 -08:00
fs_nacl.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
lsf_linux.go
syscall: use unsafe.Pointer instead of uintptr in net syscalls
2014-01-21 18:54:49 -08:00
mkall.sh
syscall: replace mksyscall_windows.pl with mksyscall_windows.go
2014-03-11 16:36:14 +11:00
mkall_windows.bat
syscall: replace mksyscall_windows.pl with mksyscall_windows.go
2014-03-11 16:36:14 +11:00
mkerrors.sh
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
mksyscall.pl
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
mksyscall_solaris.pl
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
mksyscall_windows.go
syscall: replace mksyscall_windows.pl with mksyscall_windows.go
2014-03-11 16:36:14 +11:00
mksysctl_openbsd.pl
…
mksysnum_darwin.pl
…
mksysnum_dragonfly.pl
syscall: fix mksysnum_dragonfly.pl
2014-03-06 00:08:34 +11:00
mksysnum_freebsd.pl
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
mksysnum_linux.pl
…
mksysnum_netbsd.pl
…
mksysnum_openbsd.pl
…
mksysnum_plan9.sh
…
mmap_unix_test.go
syscall: fix solaris build
2014-02-26 07:56:41 +11:00
net_nacl.go
syscall: add missing SO_ERROR constant for nacl/*
2014-03-09 13:18:12 +11:00
netlink_linux.go
…
race.go
…
race0.go
…
route_bsd.go
syscall: skip routing messages with mismatched version
2013-12-11 00:03:46 +11:00
route_darwin.go
…
route_dragonfly.go
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
route_freebsd.go
syscall: add support for FreeBSD 10
2014-03-04 09:26:56 +09:00
route_freebsd_32bit.go
syscall: add support for FreeBSD 10
2014-03-04 09:26:56 +09:00
route_freebsd_64bit.go
syscall: add support for FreeBSD 10
2014-03-04 09:26:56 +09:00
route_netbsd.go
…
route_openbsd.go
…
security_windows.go
…
so_solaris.go
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
sockcmsg_linux.go
…
sockcmsg_unix.go
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
srpc_nacl.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
str.go
…
syscall.go
…
syscall_bsd.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
syscall_darwin.go
syscall: add mlock, munlock, mlockall, munlockall and mprotect to OSX
2014-02-27 10:13:41 -08:00
syscall_darwin_386.go
…
syscall_darwin_amd64.go
…
syscall_dragonfly.go
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
syscall_dragonfly_386.go
runtime, syscall: add support for dragonfly/386
2013-08-31 09:32:07 -07:00
syscall_dragonfly_amd64.go
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
syscall_freebsd.go
syscall: add Accept4 for freebsd
2014-03-04 09:27:48 +09:00
syscall_freebsd_386.go
…
syscall_freebsd_amd64.go
…
syscall_freebsd_arm.go
…
syscall_linux.go
syscall: add some paranoia in Linux's Accept4
2014-02-27 14:16:47 -08:00
syscall_linux_386.go
syscall: use unsafe.Pointer instead of uintptr in net syscalls
2014-01-21 18:54:49 -08:00
syscall_linux_amd64.go
syscall: use unsafe.Pointer instead of uintptr in net syscalls
2014-01-21 18:54:49 -08:00
syscall_linux_arm.go
syscall: use unsafe.Pointer instead of uintptr in net syscalls
2014-01-21 18:54:49 -08:00
syscall_nacl.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
syscall_nacl_386.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
syscall_nacl_amd64p32.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
syscall_netbsd.go
…
syscall_netbsd_386.go
…
syscall_netbsd_amd64.go
…
syscall_netbsd_arm.go
…
syscall_no_getwd.go
syscall: dragonfly/amd64 support
2013-08-24 01:51:25 +10:00
syscall_openbsd.go
runtime, syscall: update for openbsd system ABI break
2014-01-11 19:00:32 +11:00
syscall_openbsd_386.go
runtime, syscall: update for openbsd system ABI break
2014-01-11 19:00:32 +11:00
syscall_openbsd_amd64.go
runtime, syscall: update for openbsd system ABI break
2014-01-11 19:00:32 +11:00
syscall_plan9.go
undo CL 45930043 / c22889382a17
2014-01-17 16:58:14 -05:00
syscall_plan9_386.go
…
syscall_plan9_amd64.go
…
syscall_solaris.go
syscall, net: clean up socket stub for solaris
2014-03-12 10:32:46 +09:00
syscall_solaris_amd64.go
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
syscall_test.go
…
syscall_unix.go
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
syscall_unix_test.go
syscall: fix solaris build
2014-02-26 07:56:41 +11:00
syscall_windows.go
syscall: add NewCallbackCDecl again
2013-12-19 14:38:50 +11:00
syscall_windows_386.go
…
syscall_windows_amd64.go
…
syscall_windows_test.go
…
tables_nacl.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
time_nacl_386.s
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
time_nacl_amd64p32.s
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
types_darwin.go
…
types_dragonfly.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
types_freebsd.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
types_linux.go
syscall: add Flock_t on Linux
2014-01-16 14:08:32 -08:00
types_netbsd.go
syscall: add syscall.Termios on netbsd
2014-01-19 09:57:02 -08:00
types_openbsd.go
syscall: add syscall.Termios on dragonfly, openbsd
2014-01-22 10:39:10 -08:00
types_plan9.c
…
types_solaris.go
syscall: add support for GOOS=solaris
2014-02-25 21:12:10 +11:00
unzip_nacl.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
zerrors_darwin_386.go
…
zerrors_darwin_amd64.go
…
zerrors_dragonfly_386.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
zerrors_dragonfly_amd64.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
zerrors_freebsd_386.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
zerrors_freebsd_amd64.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
zerrors_freebsd_arm.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
zerrors_linux_386.go
syscall: add TCIOFLUSH family of constants
2013-09-13 15:01:22 +10:00
zerrors_linux_amd64.go
syscall: add TCIOFLUSH family of constants
2013-09-13 15:01:22 +10:00
zerrors_linux_arm.go
syscall: add TCIOFLUSH family of constants
2013-09-13 15:01:22 +10:00
zerrors_netbsd_386.go
syscall: include mmap constants in netbsd zerror* files
2014-01-07 23:04:17 +11:00
zerrors_netbsd_amd64.go
syscall: include mmap constants in netbsd zerror* files
2014-01-07 23:04:17 +11:00
zerrors_netbsd_arm.go
syscall: add mmap constants for NetBSD/ARM.
2014-03-05 15:18:36 -05:00
zerrors_openbsd_386.go
syscall: include mmap constants in openbsd zerror* files
2014-01-13 11:25:48 +11:00
zerrors_openbsd_amd64.go
syscall: include mmap constants in openbsd zerror* files
2014-01-13 11:25:48 +11:00
zerrors_plan9_386.go
…
zerrors_plan9_amd64.go
…
zerrors_solaris_amd64.go
syscall: generate zfiles for GOOS=solaris
2014-02-25 17:12:19 +09:00
zerrors_windows.go
…
zerrors_windows_386.go
…
zerrors_windows_amd64.go
…
zsyscall_darwin_386.go
syscall: add mlock, munlock, mlockall, munlockall and mprotect to OSX
2014-02-27 10:13:41 -08:00
zsyscall_darwin_amd64.go
syscall: add mlock, munlock, mlockall, munlockall and mprotect to OSX
2014-02-27 10:13:41 -08:00
zsyscall_dragonfly_386.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
zsyscall_dragonfly_amd64.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
zsyscall_freebsd_386.go
syscall: add Accept4 for freebsd
2014-03-04 09:27:48 +09:00
zsyscall_freebsd_amd64.go
syscall: add Accept4 for freebsd
2014-03-04 09:27:48 +09:00
zsyscall_freebsd_arm.go
syscall: add Accept4 for freebsd
2014-03-04 09:27:48 +09:00
zsyscall_linux_386.go
…
zsyscall_linux_amd64.go
syscall: use unsafe.Pointer instead of uintptr in net syscalls
2014-01-21 18:54:49 -08:00
zsyscall_linux_arm.go
syscall: use unsafe.Pointer instead of uintptr in net syscalls
2014-01-21 18:54:49 -08:00
zsyscall_nacl_386.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
zsyscall_nacl_amd64p32.go
all: merge NaCl branch (part 1)
2014-02-25 09:47:42 -05:00
zsyscall_netbsd_386.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
zsyscall_netbsd_amd64.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
zsyscall_netbsd_arm.go
syscall: update NetBSD/ARM port to EABI.
2014-03-06 00:55:57 -05:00
zsyscall_openbsd_386.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
zsyscall_openbsd_amd64.go
syscall: use unsafe.Pointer in BSD kevent
2014-01-22 10:35:41 -08:00
zsyscall_plan9_386.go
…
zsyscall_plan9_amd64.go
…
zsyscall_solaris_amd64.go
syscall: generate zfiles for GOOS=solaris
2014-02-25 17:12:19 +09:00
zsyscall_windows_386.go
syscall: replace mksyscall_windows.pl with mksyscall_windows.go
2014-03-11 16:36:14 +11:00
zsyscall_windows_amd64.go
syscall: replace mksyscall_windows.pl with mksyscall_windows.go
2014-03-11 16:36:14 +11:00
zsysctl_openbsd.go
runtime, syscall: update for openbsd system ABI break
2014-01-11 19:00:32 +11:00
zsysnum_darwin_386.go
…
zsysnum_darwin_amd64.go
…
zsysnum_dragonfly_386.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
zsysnum_dragonfly_amd64.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
zsysnum_freebsd_386.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
zsysnum_freebsd_amd64.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
zsysnum_freebsd_arm.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
zsysnum_linux_386.go
…
zsysnum_linux_amd64.go
…
zsysnum_linux_arm.go
…
zsysnum_netbsd_386.go
…
zsysnum_netbsd_amd64.go
…
zsysnum_netbsd_arm.go
…
zsysnum_openbsd_386.go
runtime, syscall: update for openbsd system ABI break
2014-01-11 19:00:32 +11:00
zsysnum_openbsd_amd64.go
runtime, syscall: update for openbsd system ABI break
2014-01-11 19:00:32 +11:00
zsysnum_plan9_386.go
…
zsysnum_plan9_amd64.go
…
zsysnum_solaris_amd64.go
syscall: generate zfiles for GOOS=solaris
2014-02-25 17:12:19 +09:00
zsysnum_windows_386.go
…
zsysnum_windows_amd64.go
…
ztypes_darwin_386.go
…
ztypes_darwin_amd64.go
…
ztypes_dragonfly_386.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
ztypes_dragonfly_amd64.go
syscall: regenerate z-files for dragonfly
2014-03-06 00:09:09 +11:00
ztypes_freebsd_386.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
ztypes_freebsd_amd64.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
ztypes_freebsd_arm.go
syscall: regenerate z-files on FreeBSD 10
2014-03-04 09:26:01 +09:00
ztypes_linux_386.go
syscall: add Flock_t on Linux
2014-01-16 14:08:32 -08:00
ztypes_linux_amd64.go
syscall: add Flock_t on Linux
2014-01-16 14:08:32 -08:00
ztypes_linux_arm.go
syscall: regenerate Flock_t to make it compliant with EABI
2014-02-24 08:36:56 -08:00
ztypes_netbsd_386.go
syscall: add syscall.Termios on netbsd
2014-01-19 09:57:02 -08:00
ztypes_netbsd_amd64.go
syscall: add syscall.Termios on netbsd
2014-01-19 09:57:02 -08:00
ztypes_netbsd_arm.go
syscall: update NetBSD/ARM port to EABI.
2014-03-06 00:55:57 -05:00
ztypes_openbsd_386.go
syscall: add syscall.Termios on dragonfly, openbsd
2014-01-22 10:39:10 -08:00
ztypes_openbsd_amd64.go
syscall: add syscall.Termios on dragonfly, openbsd
2014-01-22 10:39:10 -08:00
ztypes_plan9_386.go
…
ztypes_plan9_amd64.go
…
ztypes_solaris_amd64.go
syscall: generate zfiles for GOOS=solaris
2014-02-25 17:12:19 +09:00
ztypes_windows.go
syscall: add ERROR_MORE_DATA to Windows for os/fsnotify
2014-01-31 17:43:46 +11:00
ztypes_windows_386.go
…
ztypes_windows_amd64.go
…