8000 Tags · Unity-Technologies/mono · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Unity-Technologies/mono

Tags

2022.3.62f1

Toggle 2022.3.62f1's commit message
Protect calls to fork with a gc_lock on MacOS

On MacOS running under Rosetta there is a hang if you are calling fork
from one thread and thread_suspend from another. (I believe the suspend
call is attempting to suspend the forking thread)

We call thread_suspend on all managed threads when doing a GC. We can
avoid the collision of calls if we use mono_gc_invoke_with_gc_lock
to protect the fork call.

I do not believe this is needed on other platforms or chips. I suspect
this is a Rosetta problem that we need to work around.

6000.2.0a10

Toggle 6000.2.0a10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2121 from Unity-Technologies/6000.2-backport-uum-…

…99839

improve error message on mac unsigned bundles

6000.2.0a9

Toggle 6000.2.0a9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2121 from Unity-Technologies/6000.2-backport-uum-…

…99839

improve error message on mac unsigned bundles

6000.2.0a8

Toggle 6000.2.0a8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2121 from Unity-Technologies/6000.2-backport-uum-…

…99839

improve error message on mac unsigned bundles

6000.1.2f1

Toggle 6000.1.2f1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2117 from Unity-Technologies/6000.1-backport-uum-…

…85288

Revert "Enable intrinsification of System.Numerics types in corlib"

6000.1.1f1

Toggle 6000.1.1f1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2117 from Unity-Technologies/6000.1-backport-uum-…

…85288

Revert "Enable intrinsification of System.Numerics types in corlib"

6000.1.0f1

Toggle 6000.1.0f1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2117 from Unity-Technologies/6000.1-backport-uum-…

…85288

Revert "Enable intrinsification of System.Numerics types in corlib"

6000.1.0b15

Toggle 6000.1.0b15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2117 from Unity-Technologies/6000.1-backport-uum-…

…85288

Revert "Enable intrinsification of System.Numerics types in corlib"

6000.1.0b14

Toggle 6000.1.0b14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2117 from Unity-Technologies/6000.1-backport-uum-…

…85288

Revert "Enable intrinsification of System.Numerics types in corlib"

6000.1.0b13

Toggle 6000.1.0b13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2117 from Unity-Technologies/6000.1-backport-uum-…

…85288

Revert "Enable intrinsification of System.Numerics types in corlib"
0