1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg/syscall
Jaroslavas Počepko 75dd952d16 os: forgotten file of submitted CL 4984051
R=alex.brainman
CC=golang-dev
https://golang.org/cl/4983053
2011-09-09 09:39:23 +10: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 runtime, syscall: use the vdso page on linux x86 for faster syscalls instead of int $0x80. 2011-08-29 10:36:06 -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_openbsd_386.s syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
asm_openbsd_amd64.s syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
asm_plan9_386.s R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
asm_windows_386.s syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
asm_windows_amd64.s syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10: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 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exec_windows.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
lsf_linux.go syscall: add LSF support for linux 2011-06-20 14:51:34 -04:00
Makefile syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
mkall.sh syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
mkerrors_windows.sh os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not enough. 2011-09-08 17:27:41 +10:00
mkerrors.sh syscall: add route flags for linux 2011-09-08 13:59:34 -04:00
mksyscall_windows.pl syscall: delay load of dll functions until they are called 2011-07-31 20:07:04 +10:00
mksyscall.pl syscall: add openbsd 386 2011-08-29 10:04:28 -04: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_openbsd.pl syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
mksysnum_plan9.sh R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
netlink_linux.go syscall: update routing message attributes handling, fix typo 2011-09-05 08:11:51 -04:00
route_bsd.go syscall: handle routing entry in ParseRoutingSockaddr on BSD variants 2011-08-31 13:05:49 -04:00
route_darwin.go net, syscall: move multicast address handling 2011-08-16 17:26:51 -04:00
route_freebsd.go net, syscall: move multicast address handling 2011-08-16 17:26:51 -04:00
route_openbsd.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
sockcmsg_linux.go syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS. 2011-07-18 11:21:59 -04:00
sockcmsg_unix.go syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS. 2011-07-18 11:21:59 -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: move bsd mmap syscall 2011-08-08 09:56:45 -04:00
syscall_darwin_386.go syscall: add socket control message support for darwin, freebsd, linux 2011-06-20 18:40:20 -04:00
syscall_darwin_amd64.go syscall: add socket control message support for darwin, freebsd, linux 2011-06-20 18:40:20 -04:00
syscall_darwin.go syscall: move bsd mmap syscall 2011-08-08 09:56:45 -04:00
syscall_freebsd_386.go syscall: add socket control message support for darwin, freebsd, linux 2011-06-20 18:40:20 -04:00
syscall_freebsd_amd64.go syscall: add socket control message support for darwin, freebsd, linux 2011-06-20 18:40:20 -04:00
syscall_freebsd.go syscall: move bsd mmap syscall 2011-08-08 09:56:45 -04: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 syscall: add Flock on Linux 2011-07-13 15:34:36 -07:00
syscall_openbsd_386.go syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
syscall_openbsd_amd64.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
syscall_openbsd.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
syscall_plan9_386.go R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
syscall_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
syscall_unix.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
syscall_windows_386.go syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
syscall_windows_amd64.go syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
syscall_windows.go Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for multicast support. 2011-09-08 16:32:40 +10:00
syscall.go syscall: fix Plan 9 build. 2011-06-14 11:29:51 -04:00
types_darwin.c syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
types_freebsd.c syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
types_linux.c syscall: update routing message attributes handling, fix typo 2011-09-05 08:11:51 -04:00
types_openbsd.c syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -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 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
zerrors_darwin_amd64.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
zerrors_freebsd_386.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
zerrors_freebsd_amd64.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
zerrors_linux_386.go syscall: add route flags for linux 2011-09-08 13:59:34 -04:00
zerrors_linux_amd64.go syscall: add route flags for linux 2011-09-08 13:59:34 -04:00
zerrors_linux_arm.go syscall: add route flags for linux 2011-09-08 13:59:34 -04:00
zerrors_openbsd_386.go syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
zerrors_openbsd_amd64.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
zerrors_plan9_386.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
zerrors_windows_386.go syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
zerrors_windows_amd64.go syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
zerrors_windows.go os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not enough. 2011-09-08 17:27:41 +10:00
zsyscall_darwin_386.go syscall: move bsd mmap syscall 2011-08-08 09:56:45 -04:00
zsyscall_darwin_amd64.go syscall: move bsd mmap syscall 2011-08-08 09:56:45 -04:00
zsyscall_freebsd_386.go syscall: move bsd mmap syscall 2011-08-08 09:56:45 -04:00
zsyscall_freebsd_amd64.go syscall: move bsd mmap syscall 2011-08-08 09:56:45 -04:00
zsyscall_linux_386.go syscall: add Flock on Linux 2011-07-13 15:34:36 -07:00
zsyscall_linux_amd64.go syscall: add Flock on Linux 2011-07-13 15:34:36 -07:00
zsyscall_linux_arm.go syscall: add Flock on Linux 2011-07-13 15:34:36 -07:00
zsyscall_openbsd_386.go syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
zsyscall_openbsd_amd64.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
zsyscall_plan9_386.go R=rsc, brainman, ality, r2, r 2011-04-02 14:24:03 -07:00
zsyscall_windows_386.go Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for multicast support. 2011-09-08 16:32:40 +10:00
zsyscall_windows_amd64.go Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for multicast support. 2011-09-08 16:32:40 +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
zsysnum_openbsd_386.go syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
zsysnum_openbsd_amd64.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04: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
zsysnum_windows_amd64.go syscall: rearrange windows code so 386 and amd64 can share files 2011-07-07 10:40:45 +10:00
ztypes_darwin_386.go syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
ztypes_darwin_amd64.go syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
ztypes_freebsd_386.go syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
ztypes_freebsd_amd64.go syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
ztypes_linux_386.go syscall: update routing message attributes handling, fix typo 2011-09-05 08:11:51 -04:00
ztypes_linux_amd64.go syscall: update routing message attributes handling, fix typo 2011-09-05 08:11:51 -04:00
ztypes_linux_arm.go syscall: update routing message attributes handling, fix typo 2011-09-05 08:11:51 -04:00
ztypes_openbsd_386.go syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
ztypes_openbsd_amd64.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -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: windows/amd64 port 2011-07-13 12:44:21 -07:00
ztypes_windows_amd64.go net: windows/amd64 port 2011-07-13 12:44:21 -07:00
ztypes_windows.go os: forgotten file of submitted CL 4984051 2011-09-09 09:39:23 +10:00