dolphin/Source/Core/Common
comex eaacf10f71 Fix an idiotic race condition when starting games in multiple Dolphin instances at the same time on Unix.
MemArena mmaps the emulated memory from a file in order to get the same
mapping at multiple addresses.  A file which, formerly, was located at a
static filename: it was unlinked after creation, but the open did not
use O_EXCL, so if two instances started up on the same system at just
the right time, they would get the same memory.  Naturally, this caused
extremely mysterious crashes, but only in Netplay, where the game is
automatically started when the client receives a broadcast from the
server, so races are actually quite likely.

And switch to shm_open, because it fits the bill better and avoids any
issues with using /tmp.
2013-12-10 16:20:52 -05:00
..
Src Fix an idiotic race condition when starting games in multiple Dolphin instances at the same time on Unix. 2013-12-10 16:20:52 -05:00
CMakeLists.txt Wipe all traces of OpenSSL's AES implementation. Use polarssl instead. 2013-10-27 18:27:07 +00:00
Common.vcxproj Merge remote-tracking branch 'shuffle2/vc12' 2013-10-31 16:51:56 -04:00
Common.vcxproj.filters Merge remote-tracking branch 'shuffle2/vc12' 2013-10-31 16:51:56 -04:00
make_scmrev.h.js Add git.bat to the options in make_scmrev.h.js because depot_tools uses it and I'm silly. 2013-10-27 19:51:55 -04:00
SCMRevGen.vcxproj Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00