1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg/syscall
2010-09-24 11:03:54 -07: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 arm: bugfixes and syscall 2010-08-06 16:57:49 -07:00
asm_nacl_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08: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: add ForkExec, Syscall12 on Windows 2010-07-26 09:43:35 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
mkall.sh mkall.sh, mkerrors.sh: work more broadly 2010-09-24 13:37:02 -04:00
mkerrors_nacl.sh nacl syscall package. 2009-09-22 07:49:31 -07:00
mkerrors_windows.sh syscall: make sure go error numbers do not clash with windows system errors 2010-08-03 12:04:41 +10:00
mkerrors.sh mkall.sh, mkerrors.sh: work more broadly 2010-09-24 13:37:02 -04:00
mksyscall_windows.sh syscall: make sure go error numbers do not clash with windows system errors 2010-08-03 12:04:41 +10:00
mksyscall.sh syscall: fix NaCl 2010-09-19 23:28:45 -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
mksysnum_nacl.sh syscall: fix permissions on mksysnum_nacl.sh 2010-09-24 11:03:54 -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 fix build 2010-08-20 11:20:12 -07: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: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
syscall_linux_amd64.go syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
syscall_linux_arm.go syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
syscall_linux.go syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
syscall_nacl_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_nacl.go nacl: fix zero-length writes 2010-09-19 22:52:30 -04: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 syscall: implement windows version of Utimes() 2010-09-23 12:36:52 +10:00
syscall.go syscall package: document that errno is zeroed on success 2010-04-06 10:28:55 -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: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
types_nacl.c make Native Client support build again, 2009-12-04 10:11:32 -08:00
zerrors_darwin_386.go syscall: add IPV6 constants 2010-03-30 14:32:59 -07:00
zerrors_darwin_amd64.go syscall: add IPV6 constants 2010-03-30 14:32:59 -07:00
zerrors_freebsd_386.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
zerrors_freebsd_amd64.go syscall: update freebsd_amd64 2010-05-24 09:58:59 -07:00
zerrors_linux_386.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
zerrors_linux_amd64.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
zerrors_linux_arm.go arm: fix build, regenerate syscall files 2010-08-23 13:25:14 +03:00
zerrors_nacl_386.go gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
zerrors_windows_386.go syscall: make sure go error numbers do not clash with windows system errors 2010-08-03 12:04:41 +10:00
zsyscall_darwin_386.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_darwin_amd64.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_freebsd_386.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_freebsd_amd64.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_linux_386.go syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
zsyscall_linux_amd64.go syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
zsyscall_linux_arm.go syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. 2010-09-21 06:49:56 -07:00
zsyscall_nacl_386.go nacl: fix zero-length writes 2010-09-19 22:52:30 -04:00
zsyscall_windows_386.go syscall: implement windows version of Utimes() 2010-09-23 12:36:52 +10: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 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
zsysnum_freebsd_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08: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_nacl_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
zsysnum_windows_386.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07: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: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
ztypes_linux_amd64.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
ztypes_linux_arm.go arm: fix build, regenerate syscall files 2010-08-23 13:25:14 +03:00
ztypes_nacl_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
ztypes_nacl.go nacl syscall package - machine generated files 2009-09-22 07:49:49 -07:00
ztypes_windows_386.go syscall: implement windows version of Utimes() 2010-09-23 12:36:52 +10:00