• Russ Cox's avatar
    change meaning of $GOMAXPROCS to number of cpus to use, · efc86a74
    Russ Cox authored
    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
    efc86a74
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...