1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/syscall
2011-06-17 17:07:21 -04:00
..
asm_darwin_386.s syscall: add Mmap, Munmap on Linux, FreeBSD, OS X 2011-04-06 17:52:02 -04:00
asm_darwin_amd64.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_freebsd_386.s syscall: freebsd/386 Syscall9 (fix build) 2011-04-07 15:35:04 -04:00
asm_freebsd_amd64.s syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
asm_linux_386.s syscall: make Rawsyscall6 pass 6th arg on linux/386 2011-04-01 22:26:57 -04: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_plan9_386.s R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
asm_windows_386.s rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
bpf_bsd.go syscall: update BPF support for BSD variants 2011-06-14 11:28:36 -04:00
exec_plan9.go syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and exec.Cmd 2011-06-14 10:49:34 -04:00
exec_unix.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
exec_windows.go syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and exec.Cmd 2011-06-14 10:49:34 -04:00
Makefile syscall: update BPF support for BSD variants 2011-06-14 11:28:36 -04:00
mkall.sh syscall: add ptrace on darwin 2011-06-14 12:56:46 -04:00
mkerrors_windows.sh syscall: include all, even duplictate, invented error messages 2011-01-20 21:24:15 +11:00
mkerrors.sh syscall: add ptrace on darwin 2011-06-14 12:56:46 -04:00
mksyscall_windows.pl syscall: use strict in perl scripts 2011-06-15 17:41:07 -07:00
mksyscall.pl syscall: use strict in perl scripts 2011-06-15 17:41:07 -07:00
mksysnum_darwin.pl syscall: use strict in perl scripts 2011-06-15 17:41:07 -07:00
mksysnum_freebsd.pl syscall: use strict in perl scripts 2011-06-15 17:41:07 -07:00
mksysnum_linux.pl syscall: use strict in perl scripts 2011-06-15 17:41:07 -07:00
mksysnum_plan9.sh R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
netlink_linux.go syscall: add routing messages support for Linux 2011-05-26 17:04:58 -04:00
route_bsd.go syscall: fix build for Sizeof change 2011-06-17 17:07:21 -04:00
str.go R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -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: fix build for Sizeof change 2011-06-17 17:07:21 -04:00
syscall_darwin_386.go syscall: add Mmap, Munmap on Linux, FreeBSD, OS X 2011-04-06 17:52:02 -04:00
syscall_darwin_amd64.go syscall: Permit non-blocking syscalls. 2011-03-16 19:03:01 -07:00
syscall_darwin.go syscall: add ptrace on darwin 2011-06-14 12:56:46 -04:00
syscall_freebsd_386.go syscall: fix freebsd/386 again 2011-04-07 15:44:10 -04:00
syscall_freebsd_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_freebsd.go syscall: sendfile 2011-05-20 11:51:31 -07:00
syscall_linux_386.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
syscall_linux_amd64.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
syscall_linux_arm.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
syscall_linux.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
syscall_plan9_386.go R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
syscall_plan9.go syscall: fix Plan 9 build. 2011-06-14 11:29:51 -04:00
syscall_unix.go syscall: fix Plan 9 build. 2011-06-14 11:29:51 -04:00
syscall_windows_386.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
syscall_windows.go net: Sendfile for win32. 2011-06-11 13:24:48 +10:00
syscall.go syscall: fix Plan 9 build. 2011-06-14 11:29:51 -04:00
types_darwin.c net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
types_freebsd.c net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
types_linux.c net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
types_plan9.c os: Plan 9, fix OpenFile & Chmod. Update tests. 2011-06-14 11:20:34 -04:00
zerrors_darwin_386.go syscall: add ptrace on darwin 2011-06-14 12:56:46 -04:00
zerrors_darwin_amd64.go syscall: add ptrace on darwin 2011-06-14 12:56:46 -04:00
zerrors_freebsd_386.go syscall: add routing messages support for BSD variants 2011-05-26 20:02:03 -04:00
zerrors_freebsd_amd64.go syscall: add routing messages support for BSD variants 2011-05-26 20:02:03 -04:00
zerrors_linux_386.go syscall: add routing messages support for Linux 2011-05-26 17:04:58 -04:00
zerrors_linux_amd64.go syscall: add routing messages support for Linux 2011-05-26 17:04:58 -04:00
zerrors_linux_arm.go syscall: add routing messages support for Linux 2011-05-26 17:04:58 -04:00
zerrors_plan9_386.go os: Plan 9, fix OpenFile & Chmod. Update tests. 2011-06-14 11:20:34 -04: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 gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
zsyscall_darwin_amd64.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
zsyscall_freebsd_386.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
zsyscall_freebsd_amd64.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
zsyscall_linux_386.go syscall: sendfile 2011-05-20 11:51:31 -07:00
zsyscall_linux_amd64.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
zsyscall_linux_arm.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
zsyscall_plan9_386.go R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
zsyscall_windows_386.go net: Sendfile for win32. 2011-06-11 13:24:48 +10:00
zsysnum_darwin_386.go syscall: add ptrace on darwin 2011-06-14 12:56:46 -04:00
zsysnum_darwin_amd64.go syscall: add ptrace on darwin 2011-06-14 12:56:46 -04: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: Add DT_* and MADV_* constants on Linux. 2011-04-06 16:19:22 -04:00
zsysnum_linux_amd64.go syscall: Add DT_* and MADV_* constants on Linux. 2011-04-06 16:19:22 -04:00
zsysnum_linux_arm.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
zsysnum_plan9_386.go R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
zsysnum_windows_386.go remove nacl 2010-12-15 11:49:23 -05:00
ztypes_darwin_386.go godefs: do not assume forward type references are enums 2011-06-07 14:28:10 -04:00
ztypes_darwin_amd64.go godefs: do not assume forward type references are enums 2011-06-07 14:28:10 -04:00
ztypes_freebsd_386.go net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
ztypes_freebsd_amd64.go net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
ztypes_linux_386.go net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
ztypes_linux_amd64.go net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
ztypes_linux_arm.go net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
ztypes_plan9_386.go os: Plan 9, fix OpenFile & Chmod. Update tests. 2011-06-14 11:20:34 -04:00
ztypes_windows_386.go net: Sendfile for win32. 2011-06-11 13:24:48 +10:00