summaryrefslogtreecommitdiff
path: root/changes/bug8002
AgeCommit message (Collapse)Author
2013-04-18fold in the changes files so farRoger Dingledine
2013-02-19Check for CPUs more accurartely when ONLN != CONF.Nick Mathewson
There are two ways to use sysconf to ask about the number of CPUs. When we're on a VM, we would sometimes get it wrong by asking for the number of total CPUs (say, 64) when we should have been asking for the number of CPUs online (say, 1 or 2). Fix for bug 8002.