go/src/pkg/syscall
Ivan Krasin 5a0274399a syscall: regenerate syscall/z* files for linux/386, linux/amd64
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"

Use <sys/user.h> instead of <linux/user.h>
See http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00834.html for more details.

R=imkrasin, rsc
CC=golang-dev
https://golang.org/cl/1957041
2010-08-20 09:12:21 -04: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 in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08: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 syscall: make sure go error numbers do not clash with windows system errors 2010-08-03 12:04:41 +10:00
mkerrors.sh syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) 2010-05-03 11:11:01 -07: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
mksyscall.sh syscall: fix error return bug for 64-bit return on 32-bit platform 2009-12-13 13:05:49 -08: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
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 nacl syscall package. 2009-09-22 07:49:31 -07:00
str.go syscall: mingw implemntation of Errstr() 2010-03-19 15:21:37 -07:00
syscall.go syscall package: document that errno is zeroed on success 2010-04-06 10:28:55 -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: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04: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_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_freebsd.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_linux.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
syscall_linux_386.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
syscall_linux_amd64.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_linux_arm.go syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) 2010-05-03 11:11:01 -07:00
syscall_nacl.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
syscall_nacl_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
syscall_unix.go syscall: implementing some mingw syscalls required by os package 2010-04-02 01:11:17 -07:00
syscall_windows.go os: implement env using native windows api. 2010-08-13 14:29:23 +10:00
syscall_windows_386.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -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 syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) 2010-05-03 11:11:01 -07: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 os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_linux_amd64.go syscall: regenerate syscall/z* files for linux/386, linux/amd64 2010-08-20 09:12:21 -04:00
zsyscall_linux_arm.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_nacl_386.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
zsyscall_windows_386.go os: implement env using native windows api. 2010-08-13 14:29:23 +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 syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) 2010-05-03 11:11:01 -07:00
ztypes_nacl.go nacl syscall package - machine generated files 2009-09-22 07:49:49 -07:00
ztypes_nacl_386.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
ztypes_windows_386.go os: implement env using native windows api. 2010-08-13 14:29:23 +10:00