1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:54:56 -07:00
go/src/runtime
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
..
amd64_darwin.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
amd64_linux.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
array.c change array slice error to include bounds 2008-11-19 09:35:36 -08:00
chan.c bug in select default 2008-11-06 17:50:28 -08:00
hashmap.c switch 2008-11-14 16:24:27 -08:00
hashmap.h mike's map code 2008-11-13 10:35:44 -08:00
iface.c delete stack mark strings 2008-11-23 17:08:55 -08:00
Makefile delete stack mark strings 2008-11-23 17:08:55 -08:00
print.c change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
proc.c change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
rt0_amd64_darwin.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64_linux.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64.s delete hack for interface equality now that it supported by the 6g compiler 2008-10-14 16:33:11 -07:00
rt1_amd64_darwin.c change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
rt1_amd64_linux.c change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
rt2_amd64.c use pc/ln table to print source lines in traceback 2008-11-25 09:23:36 -08:00
rune.c sys.stringtorune doesn't need a length parameter. 2008-10-07 10:03:34 -07:00
runtime.c delete stack mark strings 2008-11-23 17:08:55 -08:00
runtime.h change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
signals.h - catch trace traps 2008-09-12 09:44:41 -07:00
string.c delete stack mark strings 2008-11-23 17:08:55 -08:00
symtab.c use pc/ln table to print source lines in traceback 2008-11-25 09:23:36 -08:00
sys_amd64_darwin.s cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
sys_amd64_linux.s cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
sys_file.c add linkage for writefile on darwin 2008-07-15 08:27:50 -07:00
sys_types.h Remove doubled #else 2008-08-03 00:34:05 -07:00