go/src/pkg/syscall
Paul Borman 0b534bc9c3 pkg/syscall: add Mkfifo for linux platforms
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5131055
2011-10-04 13:58:31 -07:00
..
Makefile syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
asm_darwin_386.s
asm_darwin_amd64.s
asm_freebsd_386.s
asm_freebsd_amd64.s
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
asm_linux_arm.s
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
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 build: add build comments to core packages 2011-09-15 16:48:57 -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 build: add build comments to core packages 2011-09-15 16:48:57 -04: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
mkall.sh syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
mkerrors.sh syscall: add route flags for linux 2011-09-08 13:59:34 -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
mksyscall.pl syscall: add openbsd 386 2011-08-29 10:04:28 -04:00
mksyscall_windows.pl syscall: mksyscall_windows.pl to produce packages other than syscall (for example pkg/exp/wingui/zwinapi.go) 2011-09-24 10:38:39 +10: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
netlink_linux.go syscall: update routing message attributes handling, fix typo 2011-09-05 08:11:51 -04:00
route_bsd.go build: add build comments to core packages 2011-09-15 16:48:57 -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 build: add build comments to core packages 2011-09-15 16:48:57 -04:00
str.go
syscall.go syscall: fix Plan 9 build. 2011-06-14 11:29:51 -04:00
syscall_386.go
syscall_amd64.go
syscall_arm.go
syscall_bsd.go syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09:00
syscall_darwin.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_freebsd.go syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09: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_linux.go pkg/syscall: add Mkfifo for linux platforms 2011-10-04 13:58: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_openbsd.go syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04: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_plan9.go net: Plan 9 support 2011-08-17 13:28:29 -04:00
syscall_plan9_386.go
syscall_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
syscall_windows.go syscall: mark stdin, stdout and stderr as non-inheritable by child process 2011-09-23 18:16:13 +10: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
types_darwin.c syscall: update routing message support for BSD variants 2011-08-04 00:22:48 -04:00
types_freebsd.c syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09:00
types_linux.c syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09: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.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
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
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
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
zsysnum_freebsd_amd64.go
zsysnum_linux_386.go
zsysnum_linux_amd64.go
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
zsysnum_windows_386.go
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 multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09:00
ztypes_freebsd_amd64.go syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09:00
ztypes_linux_386.go syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09:00
ztypes_linux_amd64.go syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09:00
ztypes_linux_arm.go syscall: update multicast socket options for darwin, freebsd, linux, openbsd 2011-10-01 18:45:06 +09: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.go os: forgotten file of submitted CL 4984051 2011-09-09 09:39:23 +10: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