1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg/syscall
2010-12-16 12:18:18 +11:00
..
asm_darwin_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_darwin_amd64.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_freebsd_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_freebsd_amd64.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_linux_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_linux_amd64.s syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
asm_linux_arm.s syscall/arm: correct 64-bit system call arguments 2010-10-20 10:39:46 -04:00
asm_windows_386.s rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
exec_unix.go syscall: add ForkExec, Syscall12 on Windows 2010-07-26 09:43:35 +10:00
exec_windows.go syscall: implement WaitStatus and Wait4() for windows 2010-10-12 15:42:07 +11:00
Makefile remove nacl 2010-12-15 11:49:23 -05:00
mkall.sh arm is not little-endian 2010-11-12 14:27:55 -08:00
mkerrors_windows.sh os: make tests work on windows 2010-10-04 17:31:49 +11:00
mkerrors.sh syscall: add network interface constants for linux/386, linux/amd64 2010-12-09 13:55:59 -05:00
mksyscall_windows.sh runtime: move windows goargs implementation from runtime and into os package 2010-12-16 12:18:18 +11:00
mksyscall.sh syscall: work harder to avoid doing this ever again 2010-09-24 14:52:10 -04:00
mksysnum_darwin.sh change the names to have .sh suffixes. 2009-08-13 13:22:37 -07:00
mksysnum_freebsd.sh FreeBSD-specific porting work. 2009-11-17 08:20:58 -08:00
mksysnum_linux.sh syscall: add IPV6 constants 2010-03-30 14:32:59 -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, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
syscall_darwin_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_darwin_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_darwin.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10: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 os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
syscall_linux_386.go syscall, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
syscall_linux_amd64.go syscall, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
syscall_linux_arm.go arm: more fixes 2010-12-08 16:49:49 -05:00
syscall_linux.go syscall, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
syscall_unix.go syscall: implementing some mingw syscalls required by os package 2010-04-02 01:11:17 -07:00
syscall_windows_386.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
syscall_windows.go runtime: move windows goargs implementation from runtime and into os package 2010-12-16 12:18:18 +11:00
syscall.go use copy 2010-10-26 21:52:54 -07:00
types_darwin.c Trivial: remove duplicate line #include <sys/types.h> 2010-03-23 17:52:16 -07:00
types_freebsd.c FreeBSD-specific porting work. 2009-11-17 08:20:58 -08:00
types_linux.c syscall: add sockaddr_ll support for linux/386, linux/amd64 2010-10-12 09:48:56 -04:00
zerrors_darwin_386.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zerrors_darwin_amd64.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zerrors_freebsd_386.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zerrors_freebsd_amd64.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zerrors_linux_386.go syscall: add network interface constants for linux/386, linux/amd64 2010-12-09 13:55:59 -05:00
zerrors_linux_amd64.go syscall: add network interface constants for linux/386, linux/amd64 2010-12-09 13:55:59 -05:00
zerrors_linux_arm.go syscall: add inotify on Linux 2010-09-27 11:44:26 -04:00
zerrors_windows_386.go os: make tests work on windows 2010-10-04 17:31:49 +11:00
zsyscall_darwin_386.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsyscall_darwin_amd64.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsyscall_freebsd_386.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsyscall_freebsd_amd64.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsyscall_linux_386.go syscall: use 64-bit file size for truncation on Linux 2010-11-05 16:41:23 -04:00
zsyscall_linux_amd64.go syscall, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
zsyscall_linux_arm.go arm: more fixes 2010-12-08 16:49:49 -05:00
zsyscall_windows_386.go runtime: move windows goargs implementation from runtime and into os package 2010-12-16 12:18:18 +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 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
zsysnum_freebsd_386.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsysnum_freebsd_amd64.go syscall: rebuild z files 2010-09-24 15:17:20 -04:00
zsysnum_linux_386.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04: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 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
ztypes_darwin_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
ztypes_freebsd_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
ztypes_freebsd_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
ztypes_linux_386.go syscall: add sockaddr_ll support for linux/386, linux/amd64 2010-10-12 09:48:56 -04:00
ztypes_linux_amd64.go syscall: add sockaddr_ll support for linux/386, linux/amd64 2010-10-12 09:48:56 -04:00
ztypes_linux_arm.go syscall/arm: correct 64-bit system call arguments 2010-10-20 10:39:46 -04:00
ztypes_windows_386.go syscall: restrict access rights param of OpenProcess() to the minimum needed 2010-12-08 16:20:30 +11:00