mono.git
9 years agoMerge pull request #1156 from felfert/master
Martin Baulig [Thu, 22 Jan 2015 16:21:24 +0000 (17:21 +0100)]
Merge pull request #1156 from felfert/master

Fixed Bug #21135 - Deadlock in WebConnectionStream

9 years ago[corlib] referencesources update
Marek Safar [Thu, 22 Jan 2015 16:03:55 +0000 (17:03 +0100)]
[corlib] referencesources update

9 years agoAdd unit test for the bug #1849
Crisdut [Fri, 19 Dec 2014 19:37:01 +0000 (17:37 -0200)]
Add unit test for the bug #1849

9 years agoFix the bug #1849
Crisdut [Fri, 19 Dec 2014 03:37:05 +0000 (01:37 -0200)]
Fix the bug #1849

9 years agoRemove unused files
Marek Safar [Thu, 22 Jan 2015 15:05:17 +0000 (16:05 +0100)]
Remove unused files

9 years ago[corlib] Calendars from reference sources
Marek Safar [Thu, 22 Jan 2015 10:06:55 +0000 (11:06 +0100)]
[corlib] Calendars from reference sources

9 years ago[corlib] generic collections from reference sources
Marek Safar [Wed, 21 Jan 2015 13:23:48 +0000 (14:23 +0100)]
[corlib] generic collections from reference sources

9 years agoMerge pull request #1520 from madrang/SafeHandleFix
Marek Safar [Thu, 22 Jan 2015 10:33:04 +0000 (11:33 +0100)]
Merge pull request #1520 from madrang/SafeHandleFix

Small fix for SafeHandle Disposing

9 years agoAdd memory barrier support using BCR 14,0
Neale Ferguson [Thu, 22 Jan 2015 10:12:17 +0000 (05:12 -0500)]
Add memory barrier support using BCR 14,0

9 years agoSmall fix for SafeHandle Disposing
Marc-Andre Ferland [Thu, 22 Jan 2015 06:55:01 +0000 (01:55 -0500)]
Small fix for SafeHandle Disposing

9 years agoMerge pull request #1518 from akoeplinger/remove-only-net11-ifdef
Zoltan Varga [Thu, 22 Jan 2015 04:08:47 +0000 (23:08 -0500)]
Merge pull request #1518 from akoeplinger/remove-only-net11-ifdef

[bcl] Remove ONLY_1_1 defines from class libs

9 years ago[amd64] Fix r8->int conversions. Fixes #26219.
Zoltan Varga [Wed, 21 Jan 2015 20:00:06 +0000 (15:00 -0500)]
[amd64] Fix r8->int conversions. Fixes #26219.

9 years ago[arm64] Add a test for vtypebyref parameters in gsharedvt trampolines.
Zoltan Varga [Wed, 21 Jan 2015 18:48:02 +0000 (13:48 -0500)]
[arm64] Add a test for vtypebyref parameters in gsharedvt trampolines.

9 years agoMerge pull request #1519 from akoeplinger/remove-net35-ifdef
Zoltan Varga [Wed, 21 Jan 2015 17:53:56 +0000 (12:53 -0500)]
Merge pull request #1519 from akoeplinger/remove-net35-ifdef

[bcl] Remove NET_3_5 defines from class libs

9 years ago[bcl] Remove NET_3_5 defines from class libs
Alexander Köplinger [Wed, 21 Jan 2015 16:53:15 +0000 (17:53 +0100)]
[bcl] Remove NET_3_5 defines from class libs

9 years ago[bcl] Remove ONLY_1_1 defines from class libs
Alexander Köplinger [Wed, 21 Jan 2015 16:18:30 +0000 (17:18 +0100)]
[bcl] Remove ONLY_1_1 defines from class libs

This is not used anymore.

9 years ago[runtime] Fix sigsev signal handler Win32 build.
João Matos [Wed, 21 Jan 2015 13:04:39 +0000 (13:04 +0000)]
[runtime] Fix sigsev signal handler Win32 build.

This was broken by: https://github.com/mono/mono/commit/45704daf22d1cec17851ce011ee391137932c471

9 years agoMerge pull request #1517 from akoeplinger/fix-network-test
João Matos [Wed, 21 Jan 2015 12:27:39 +0000 (12:27 +0000)]
Merge pull request #1517 from akoeplinger/fix-network-test

[System] Skip loopback interfaces in the FirstInterfaceOperationalStatus() test

9 years ago[corlib] Contracts and CompilerServices from reference sources
Marek Safar [Wed, 21 Jan 2015 10:45:05 +0000 (11:45 +0100)]
[corlib] Contracts and CompilerServices from reference sources

9 years ago[corlib] Fixes more SafeHandle failing tests
Marek Safar [Tue, 20 Jan 2015 21:23:42 +0000 (22:23 +0100)]
[corlib] Fixes more SafeHandle failing tests

9 years agoMerge pull request #1502 from madrang/SafeHandle.CloseTestDispose
Marek Safar [Wed, 21 Jan 2015 08:11:28 +0000 (09:11 +0100)]
Merge pull request #1502 from madrang/SafeHandle.CloseTestDispose

Test that closing handle will release managed resource by calling Dispose

9 years agoMerge pull request #1504 from madrang/SafeHandle.SetInvalidRelease
Marek Safar [Wed, 21 Jan 2015 08:11:12 +0000 (09:11 +0100)]
Merge pull request #1504 from madrang/SafeHandle.SetInvalidRelease

Allows refs to be released after the handle is set as invalid.

9 years ago[runtime] Remove debug spew.
Rodrigo Kumpera [Tue, 20 Jan 2015 20:30:36 +0000 (15:30 -0500)]
[runtime] Remove debug spew.

9 years agoMerge pull request #1516 from DavidKarlas/getThreadsHang
Zoltan Varga [Tue, 20 Jan 2015 20:01:20 +0000 (15:01 -0500)]
Merge pull request #1516 from DavidKarlas/getThreadsHang

[sdb] Fixed GetThreads deadlock if thread was started or stopped during GetThread

9 years ago[runtime] Introduce mono_ldtoken_check and replace usage of the unchecked one with it.
Rodrigo Kumpera [Tue, 13 Jan 2015 06:56:09 +0000 (01:56 -0500)]
[runtime] Introduce mono_ldtoken_check and replace usage of the unchecked one with it.

9 years ago[runtime] Weave MonoError into method_from_method_def_or_ref.
Rodrigo Kumpera [Tue, 13 Jan 2015 04:59:38 +0000 (23:59 -0500)]
[runtime] Weave MonoError into method_from_method_def_or_ref.

9 years ago[runtime] mono_type_create_from_typespec is no longer used by the runtime, it doesn...
Rodrigo Kumpera [Tue, 13 Jan 2015 01:42:15 +0000 (20:42 -0500)]
[runtime] mono_type_create_from_typespec is no longer used by the runtime, it doesn't need to create a loader error.

9 years ago[runtime] Remove last usage of mono_class_get. Moving it and its _full variant to...
Rodrigo Kumpera [Tue, 13 Jan 2015 01:39:46 +0000 (20:39 -0500)]
[runtime] Remove last usage of mono_class_get. Moving it and its _full variant to the bad to call set.

9 years ago[runtime] Weave MonoError in mono_metadata_interfaces_from_typedef_full.
Rodrigo Kumpera [Tue, 13 Jan 2015 01:15:49 +0000 (20:15 -0500)]
[runtime] Weave MonoError in mono_metadata_interfaces_from_typedef_full.

9 years ago[runtime] Weave MonoError into more of the loader code.
Rodrigo Kumpera [Tue, 23 Dec 2014 21:06:36 +0000 (16:06 -0500)]
[runtime] Weave MonoError into more of the loader code.

9 years ago[runtime] Add more error checking.
Rodrigo Kumpera [Tue, 23 Dec 2014 17:28:47 +0000 (12:28 -0500)]
[runtime] Add more error checking.

9 years ago[runtime] Introduce the usage of mono_class_get_checked in most of the runtime.
Rodrigo Kumpera [Fri, 12 Dec 2014 00:08:48 +0000 (19:08 -0500)]
[runtime] Introduce the usage of mono_class_get_checked in most of the runtime.

9 years ago[runtime] Explicitly call mono_class_setup_methods to fail types with bad methods.
Rodrigo Kumpera [Fri, 12 Dec 2014 00:08:16 +0000 (19:08 -0500)]
[runtime] Explicitly call mono_class_setup_methods to fail types with bad methods.

9 years ago[runtime] Introduce mono_get_method_checked.
Rodrigo Kumpera [Wed, 10 Dec 2014 16:30:48 +0000 (11:30 -0500)]
[runtime] Introduce mono_get_method_checked.

9 years ago[runtime] switch to checked variant of mono_get_method_constrained.
Rodrigo Kumpera [Tue, 9 Dec 2014 22:48:37 +0000 (17:48 -0500)]
[runtime] switch to checked variant of mono_get_method_constrained.

9 years ago[runtime] Introduce mono_get_method_constrained_checked.
Rodrigo Kumpera [Tue, 9 Dec 2014 22:46:36 +0000 (17:46 -0500)]
[runtime] Introduce mono_get_method_constrained_checked.

9 years ago[runtime] mono_get_method_constrained_with_method now uses MonoError.
Rodrigo Kumpera [Tue, 9 Dec 2014 22:40:19 +0000 (17:40 -0500)]
[runtime] mono_get_method_constrained_with_method now uses MonoError.

9 years ago[runtime] Introduce MonoError into get_method_constrained.
Rodrigo Kumpera [Tue, 9 Dec 2014 22:15:31 +0000 (17:15 -0500)]
[runtime] Introduce MonoError into get_method_constrained.

9 years ago[runtime] Fix a loader error leakage.
Rodrigo Kumpera [Tue, 9 Dec 2014 21:06:37 +0000 (16:06 -0500)]
[runtime] Fix a loader error leakage.

9 years ago[runtime] Introduce MonoError into mono_get_method_from_token.
Rodrigo Kumpera [Sun, 7 Dec 2014 16:27:08 +0000 (11:27 -0500)]
[runtime] Introduce MonoError into mono_get_method_from_token.

9 years ago[runtime] Move the runtime to use the checked variants of mono_class_inflate_generic_...
Rodrigo Kumpera [Sat, 6 Dec 2014 00:57:53 +0000 (19:57 -0500)]
[runtime] Move the runtime to use the checked variants of mono_class_inflate_generic_method.

9 years ago[runtime] Move method_from_methodspec to use MonoError.
Rodrigo Kumpera [Fri, 5 Dec 2014 23:21:46 +0000 (18:21 -0500)]
[runtime] Move method_from_methodspec to use MonoError.

9 years ago[runtime] Make method_from_memberref use MonoError.
Rodrigo Kumpera [Fri, 5 Dec 2014 23:06:40 +0000 (18:06 -0500)]
[runtime] Make method_from_memberref use MonoError.

9 years ago[System] Extract NetworkInterface factory and implement LoopbackInterfaceIndex for...
Marek Safar [Tue, 20 Jan 2015 14:00:33 +0000 (15:00 +0100)]
[System] Extract NetworkInterface factory and implement LoopbackInterfaceIndex for more platforms

9 years agoMerge pull request #1513 from akoeplinger/remove-net20-ifdefs
Marek Safar [Tue, 20 Jan 2015 12:29:40 +0000 (13:29 +0100)]
Merge pull request #1513 from akoeplinger/remove-net20-ifdefs

[bcl] Remove more NET_2_0 checks from class libs

9 years ago[corlib] Update System.Numeric mobile public key
Marek Safar [Tue, 20 Jan 2015 12:25:55 +0000 (13:25 +0100)]
[corlib] Update System.Numeric mobile public key

9 years ago[System.Numerics] Update to latest mscorlib
Marek Safar [Tue, 20 Jan 2015 12:09:43 +0000 (13:09 +0100)]
[System.Numerics] Update to latest mscorlib

9 years ago[corlib] Primitive types from reference sources
Marek Safar [Tue, 20 Jan 2015 11:22:55 +0000 (12:22 +0100)]
[corlib] Primitive types from reference sources

9 years ago[sdb] Fixed GetThreads deadlock if thread was started or stopped during GetThreads...
David Karlaš [Tue, 20 Jan 2015 10:29:44 +0000 (11:29 +0100)]
[sdb] Fixed GetThreads deadlock if thread was started or stopped during GetThreads call.

Regression introduced in 52b168e3366344fa426fabb121df79a156a424c9

9 years ago[sgen] Disable PREFETCH_CARDS when using xcode4 as it causes gcc to crash.
Zoltan Varga [Mon, 19 Jan 2015 22:05:27 +0000 (17:05 -0500)]
[sgen] Disable PREFETCH_CARDS when using xcode4 as it causes gcc to crash.

9 years ago[corlib] Fixed failing covert test
Marek Safar [Mon, 19 Jan 2015 21:38:49 +0000 (22:38 +0100)]
[corlib] Fixed failing covert test

9 years ago[corlib] Add more convert checks
Marek Safar [Mon, 19 Jan 2015 18:49:58 +0000 (19:49 +0100)]
[corlib] Add more convert checks

9 years ago[sgen] Fix clearing ephemerons and weak links on domain unload.
Mark Probst [Mon, 19 Jan 2015 17:44:22 +0000 (09:44 -0800)]
[sgen] Fix clearing ephemerons and weak links on domain unload.

At some point we zeroed all the unloaded domain's objects first, and then we cleared
weak links, ephemerons, etc.  Because the objects were zeroes, we only had to
check that the vtable was null.  Now we do it the other way around: clear weak links,
ephemerons, ..., and then zero objects.  Obviously we now need to check for the
object's domain, because their vtables will not be null.

9 years ago[corlib] Fixes ToDateTime for primitive types
Marek Safar [Mon, 19 Jan 2015 15:22:24 +0000 (16:22 +0100)]
[corlib] Fixes ToDateTime for primitive types

9 years ago[corlib] Char from reference sourcers
Marek Safar [Mon, 19 Jan 2015 14:35:47 +0000 (15:35 +0100)]
[corlib] Char from reference sourcers

9 years ago[runtime] Workaround missing net/route.h in iOS SDK.
João Matos [Mon, 19 Jan 2015 15:07:25 +0000 (15:07 +0000)]
[runtime] Workaround missing net/route.h in iOS SDK.

9 years ago[corlib] More system types from reference sources
Marek Safar [Mon, 19 Jan 2015 13:07:06 +0000 (14:07 +0100)]
[corlib] More system types from reference sources

9 years ago[corlib] Type's GetInterfaceMap has no implementation
Marek Safar [Mon, 19 Jan 2015 11:11:01 +0000 (12:11 +0100)]
[corlib] Type's GetInterfaceMap has no implementation

9 years ago[runtime] Remove Convert icalls
Marek Safar [Mon, 19 Jan 2015 10:56:02 +0000 (11:56 +0100)]
[runtime] Remove Convert icalls

9 years agoMerge pull request #1404 from woodsb02/mono-route
João Matos [Mon, 19 Jan 2015 12:53:56 +0000 (12:53 +0000)]
Merge pull request #1404 from woodsb02/mono-route

Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local

9 years ago[corlib] System.Convert from reference sources
Marek Safar [Mon, 19 Jan 2015 10:13:25 +0000 (11:13 +0100)]
[corlib] System.Convert from reference sources

9 years ago[System] Skip loopback interfaces in the FirstInterfaceOperationalStatus() test
Alexander Köplinger [Mon, 19 Jan 2015 09:30:29 +0000 (10:30 +0100)]
[System] Skip loopback interfaces in the FirstInterfaceOperationalStatus() test

The status of loopback interfaces is always 'Unknown' on Linux.
This fails the test so we need to skip them.

9 years agoAdd mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local
Ben Woods [Sat, 15 Nov 2014 17:24:09 +0000 (01:24 +0800)]
Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local

Add #ifdef to ignore code in mono/metadata/mono-route.c if OS=linux
Also remove mono-route.c from msvc/libmonoruntime.vcxproj (Windows)

Add #ifdef to ensure mono/metadata/mono-route.h code is not included
on Linux

Change to using #if defined(PLATFORM_MACOSX) || defined(PLATFORM_BSD)

Use sizeof(addr) for maximum length of IP address string, instead of the hard-coded 16.
Should the size of addr ever change it will keep us from disaster in case if shrinking the array length.
Also, do not ignore snprintf return value - check for truncated output and act accordingly if it happens.

Add Tests for System.Net.NetworkInformation/IPInterfacePropertiesTest.cs and System.Net.NetworkInformation/NetworkInterfaceTest.cs

Remove accidental Copyright

add a space before the opening parenthesis, as shown in the coding guidelines.

Indent TestFixture to align with coding style of newer Test classes

Use G_N_ELEMENTS(mib) instead of sizeof(mib) / sizeof(mib[0])

9 years ago[arm64] Add a test for r4 hfa parameter passing in gsharedvt trampolines.
Zoltan Varga [Sun, 18 Jan 2015 16:32:22 +0000 (11:32 -0500)]
[arm64] Add a test for r4 hfa parameter passing in gsharedvt trampolines.

9 years ago[arm64] Add a test for hfa parameter passing in gsharedvt out trampolines (#26085).
Zoltan Varga [Sun, 18 Jan 2015 01:28:59 +0000 (20:28 -0500)]
[arm64] Add a test for hfa parameter passing in gsharedvt out trampolines (#26085).

9 years ago[runtime] Fix aot-tests.cs.
Zoltan Varga [Sun, 18 Jan 2015 01:13:35 +0000 (20:13 -0500)]
[runtime] Fix aot-tests.cs.

9 years ago[arm64] Add tests for dyn calls with floats.
Zoltan Varga [Sat, 17 Jan 2015 20:55:05 +0000 (15:55 -0500)]
[arm64] Add tests for dyn calls with floats.

9 years ago[arm64] Increase the size of the dyn_call instruction, and the buffers used during...
Zoltan Varga [Sat, 17 Jan 2015 20:53:41 +0000 (15:53 -0500)]
[arm64] Increase the size of the dyn_call instruction, and the buffers used during dyn calls.

9 years ago[sdb] ILInterpreter handle Br_S same as Br
David Karlaš [Sat, 17 Jan 2015 16:02:30 +0000 (17:02 +0100)]
[sdb] ILInterpreter handle Br_S same as Br

9 years ago[sdb] Fix deadlock in case of runtime disconnect while fetching frames(Bug 24434)
David Karlaš [Sat, 17 Jan 2015 15:14:52 +0000 (16:14 +0100)]
[sdb] Fix deadlock in case of runtime disconnect while fetching frames(Bug 24434)

9 years ago[bcl] Remove more NET_2_0 checks from class libs
Alexander Köplinger [Fri, 26 Sep 2014 12:43:36 +0000 (14:43 +0200)]
[bcl] Remove more NET_2_0 checks from class libs

9 years ago[System] ComponentModel, make it build in the MOBILE profile
Miguel de Icaza [Sat, 17 Jan 2015 01:19:37 +0000 (20:19 -0500)]
[System] ComponentModel, make it build in the MOBILE profile

9 years ago[bcl] Fix System.Threading.Tasks.Dataflow tests.
Zoltan Varga [Sat, 17 Jan 2015 00:48:55 +0000 (19:48 -0500)]
[bcl] Fix System.Threading.Tasks.Dataflow tests.

9 years ago[sgen] Fix a concurrent collector bug.
Mark Probst [Sat, 17 Jan 2015 00:00:11 +0000 (16:00 -0800)]
[sgen] Fix a concurrent collector bug.

Pinning is done in the worker thread, but reset in the main thread.
The main thread must wait for the worker jobs to finish until it can
reset pinning.  We didn't do this before.

9 years agoMerge pull request #1511 from akoeplinger/windows
Zoltan Varga [Fri, 16 Jan 2015 22:26:34 +0000 (17:26 -0500)]
Merge pull request #1511 from akoeplinger/windows

[utils] Extract Windows-specific networking fallback into networking-windows.c

9 years ago[bcl] Fix the serialization of string arrays to IEnumerable<string> in the Json seria...
Zoltan Varga [Fri, 16 Jan 2015 19:11:51 +0000 (14:11 -0500)]
[bcl] Fix the serialization of string arrays to IEnumerable<string> in the Json serializer. Fixes #25808.

9 years ago[System.Threading.Tasks.Dataflow] update atomicboolen location
Marek Safar [Fri, 16 Jan 2015 18:20:48 +0000 (19:20 +0100)]
[System.Threading.Tasks.Dataflow] update atomicboolen location

9 years ago[system.core] TaskExtensions from reference source
Marek Safar [Fri, 16 Jan 2015 18:01:40 +0000 (19:01 +0100)]
[system.core] TaskExtensions from reference source

9 years agoAnother build fix
Marek Safar [Fri, 16 Jan 2015 17:33:09 +0000 (18:33 +0100)]
Another build fix

9 years agoFixes build
Marek Safar [Fri, 16 Jan 2015 17:23:12 +0000 (18:23 +0100)]
Fixes build

9 years ago[jit] Adjust the sigsegv handle to accomodate targets without siginfo.
Rodrigo Kumpera [Thu, 15 Jan 2015 21:34:05 +0000 (16:34 -0500)]
[jit] Adjust the sigsegv handle to accomodate targets without siginfo.

9 years ago[jit] First pass of portability fixes for the JIT.
Rodrigo Kumpera [Thu, 15 Jan 2015 21:28:11 +0000 (16:28 -0500)]
[jit] First pass of portability fixes for the JIT.

9 years ago[corlib] USe more types from System.Threading reference sources
Marek Safar [Fri, 16 Jan 2015 17:04:05 +0000 (18:04 +0100)]
[corlib] USe more types from System.Threading reference sources

9 years ago[System.Core] System.Collections.Generic from reference sources
Marek Safar [Fri, 16 Jan 2015 15:55:36 +0000 (16:55 +0100)]
[System.Core] System.Collections.Generic from reference sources

9 years ago[System.ServiceModel.Web] Update failing test
Marek Safar [Fri, 16 Jan 2015 15:32:03 +0000 (16:32 +0100)]
[System.ServiceModel.Web] Update failing test

9 years ago[utils] Extract Windows-specific networking fallback into networking-windows.c
Alexander Köplinger [Fri, 16 Jan 2015 13:34:33 +0000 (05:34 -0800)]
[utils] Extract Windows-specific networking fallback into networking-windows.c

9 years ago[system.xml] Fix broken ClassMap logic which relied on order of hashtable elements
Marek Safar [Fri, 16 Jan 2015 15:21:22 +0000 (16:21 +0100)]
[system.xml] Fix broken ClassMap logic which relied on order of hashtable elements

9 years ago[system.web] Update SqlDataSource test not to rely on idictionary order
Marek Safar [Fri, 16 Jan 2015 08:58:00 +0000 (09:58 +0100)]
[system.web] Update SqlDataSource test not to rely on idictionary order

9 years ago[WindowsBase] Fix incorrect test
Marek Safar [Fri, 16 Jan 2015 08:11:03 +0000 (09:11 +0100)]
[WindowsBase] Fix incorrect test

9 years ago[runtime] Fix the build.
Zoltan Varga [Fri, 16 Jan 2015 00:17:19 +0000 (19:17 -0500)]
[runtime] Fix the build.

9 years ago[sdb] Fix single stepping after a SetIP operation. Fixes #26033.
Zoltan Varga [Fri, 16 Jan 2015 00:13:20 +0000 (19:13 -0500)]
[sdb] Fix single stepping after a SetIP operation. Fixes #26033.

9 years ago[Mono.Posix] Add overloads to pass ints and pointers
Miguel de Icaza [Thu, 15 Jan 2015 23:22:37 +0000 (18:22 -0500)]
[Mono.Posix] Add overloads to pass ints and pointers

9 years ago[sdb] Rename 'restore_ctx' to 'restore_state' and change its type to MonoThreadUnwind...
Zoltan Varga [Thu, 15 Jan 2015 22:32:59 +0000 (17:32 -0500)]
[sdb] Rename 'restore_ctx' to 'restore_state' and change its type to MonoThreadUnwindState.

9 years ago[corlib] fixing TPL integration
Marek Safar [Thu, 15 Jan 2015 22:24:49 +0000 (23:24 +0100)]
[corlib] fixing TPL integration

9 years ago[system] update failing tests
Marek Safar [Thu, 15 Jan 2015 22:13:05 +0000 (23:13 +0100)]
[system] update failing tests

9 years ago[TPL] Replace implementation by Microsoft reference sources
Ludovic Henry [Thu, 15 Jan 2015 20:40:41 +0000 (15:40 -0500)]
[TPL] Replace implementation by Microsoft reference sources

9 years agoMerge pull request #1458 from BrzVlad/feature-fat-cas
Rodrigo Kumpera [Thu, 15 Jan 2015 20:54:12 +0000 (14:54 -0600)]
Merge pull request #1458 from BrzVlad/feature-fat-cas

Poll-free fat locks

9 years ago[runtime] Remap io-layer symbols using the prefix wapi_. Fixes #25821.
Zoltan Varga [Thu, 15 Jan 2015 20:07:56 +0000 (15:07 -0500)]
[runtime] Remap io-layer symbols using the prefix wapi_. Fixes #25821.

9 years agoFix a warning.
Zoltan Varga [Thu, 15 Jan 2015 19:41:51 +0000 (14:41 -0500)]
Fix a warning.

9 years ago[Mono.Security]: More exception debug foo.
Martin Baulig [Thu, 15 Jan 2015 18:08:46 +0000 (19:08 +0100)]
[Mono.Security]: More exception debug foo.

Note: This patch may cause some ugly exception messages.  This is intended to help
us debug and hopefully fix bug #19334.