1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/lib/syscall
Russ Cox efc86a74e4 change meaning of $GOMAXPROCS to number of cpus to use,
not number of threads.  can still starve all the other threads,
but only by looping, not by waiting in a system call.

fix darwin syscall.Syscall6 bug.

fix chanclient bug.

delete $GOMAXPROCS from network tests.

add stripped down printf, sys.printhex to runtime.

R=r
DELTA=355  (217 added, 36 deleted, 102 changed)
OCL=20017
CL=20019
2008-11-25 16:48:10 -08:00
..
asm_amd64_darwin.s change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
asm_amd64_linux.s change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
cast_amd64.s * implement Linux epoll for polling i/o 2008-09-29 13:37:00 -07:00
errstr_darwin.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
errstr_linux.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
file_darwin.go wrong system call number for stat 2008-11-07 16:17:42 -08:00
file_linux.go update linux for int/int32 2008-10-29 15:23:36 -07:00
Makefile refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
mkdarwin move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
mklinux move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
socket_darwin.go adapt to new compiler types 2008-10-29 13:09:39 -07:00
socket_linux.go update linux for int/int32 2008-10-29 15:23:36 -07:00
syscall_amd64_darwin.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
syscall_amd64_linux.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
syscall.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
time_amd64_darwin.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
time_amd64_linux.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
types_amd64_darwin.go move src/syscall to src/lib/syscall. 2008-09-26 14:11:26 -07:00
types_amd64_linux.go * implement Linux epoll for polling i/o 2008-09-29 13:37:00 -07:00