1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
go/src/pkg/syscall
Russ Cox 22a5c78f44 rename sys functions to runtime,
because they are in package runtime.

another step to enforcing package boundaries.

R=r
DELTA=732  (114 added, 93 deleted, 525 changed)
OCL=35811
CL=35824
2009-10-15 23:10:49 -07:00
..
asm_darwin_386.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_darwin_amd64.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_linux_386.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_linux_amd64.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_linux_arm.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_nacl_386.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
errstr.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
exec.go more "declared and not used". 2009-09-15 09:41:59 -07:00
Makefile avoid duplicate field names, so that bug132 can be fixed 2009-08-24 11:03:23 -07:00
mkerrors_nacl.sh nacl syscall package. 2009-09-22 07:49:31 -07:00
mkerrors.sh some progress on arm linux syscall interface. ztypes_linux_arm 2009-10-01 06:55:01 -07:00
mksyscall.sh final batch for "declared and not used" 2009-09-15 13:51:33 -07:00
mksysnum_darwin.sh change the names to have .sh suffixes. 2009-08-13 13:22:37 -07:00
mksysnum_linux.sh change the names to have .sh suffixes. 2009-08-13 13:22:37 -07:00
mksysnum_nacl.sh nacl syscall package. 2009-09-22 07:49:31 -07:00
PORT.sh apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
syscall_darwin_386.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
syscall_darwin_amd64.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
syscall_darwin.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
syscall_linux_386.go - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) 2009-10-06 16:39:38 -07:00
syscall_linux_amd64.go - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) 2009-10-06 16:39:38 -07:00
syscall_linux_arm.go - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) 2009-10-06 16:39:38 -07:00
syscall_linux.go - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) 2009-10-06 16:39:38 -07:00
syscall_nacl_386.go nacl system call updates 2009-09-29 21:22:25 -07:00
syscall_nacl.go nacl system call updates 2009-09-29 21:22:25 -07:00
syscall.go unused imports 2009-09-17 10:27:04 -07:00
types_darwin.c avoid duplicate field names, so that bug132 can be fixed 2009-08-24 11:03:23 -07:00
types_linux.c avoid duplicate field names, so that bug132 can be fixed 2009-08-24 11:03:23 -07:00
types_nacl.c nacl system call updates 2009-09-29 21:22:25 -07:00
zerrors_darwin_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zerrors_darwin_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zerrors_linux_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zerrors_linux_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zerrors_linux_arm.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zerrors_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_darwin_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_darwin_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_linux_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_linux_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_linux_arm.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsysnum_darwin_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsysnum_darwin_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsysnum_linux_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsysnum_linux_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsysnum_linux_arm.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsysnum_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_darwin_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_darwin_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_linux_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_linux_amd64.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_linux_arm.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_nacl.go nacl syscall package - machine generated files 2009-09-22 07:49:49 -07:00