[tests] Android 4.4.4 doesn't have signal(2)
[mono.git] / mono /
2015-07-21 Zoltan Varga[llvm] Fix a problem introduced by 4a685f44c8dec120ad71...
2015-07-21 Rodrigo Kumpera[profiler] Correct the profiler format.
2015-07-21 Rodrigo Kumpera[profiler] Use version 11 for the 4.2 profiler changes...
2015-07-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Zoltan Varga[runtime] Avoid including mcs/build/config.make into...
2015-07-21 Rodrigo KumperaMerge pull request #1933 from alexrp/master
2015-07-21 Zoltan Varga[runtime] Rename mono_arch_find_jit_info () -> mono_arc...
2015-07-21 João Matos[aot] Rewrite the options parser to properly handle...
2015-07-21 Ludovic Henry[runtime] Make sure EPOLLONESHOT is defined
2015-07-21 Alex Rønne Petersen[runtime] Remove lock in context_adjust_static_data ().
2015-07-21 Zoltan Varga[jit] Remove usage of MonoGenericSharingContext from...
2015-07-21 Zoltan VargaFix the build.
2015-07-20 Rodrigo Kumpera[mini] Fix locking order violation in mono_get_seq_points.
2015-07-20 Rodrigo Kumpera[build] Rename RUNTIME variable to avoid clash with...
2015-07-20 Rodrigo Kumpera[runtime] Fix locking in mono_image_file_for_image.
2015-07-20 Zoltan VargaFix the build.
2015-07-20 Zoltan Varga[jit] Remove the usage of MonoGenericSharingContext...
2015-07-20 Zoltan Varga[jit] Remove mini_replace_type (), use mini_get_underly...
2015-07-20 Zoltan Varga[jit] Remove the MonoGenericContext/MonoCompile argumen...
2015-07-20 Zoltan Varga[jit] Remove class init trampolines, use the same code...
2015-07-20 Ludovic Henry[threadpool-ms-io] Factor update removing
2015-07-20 Ludovic Henry[threadpool-ms-io] Remove socket synchronously from...
2015-07-20 Zoltan Varga[gshared] Fix constrained partial calls to Object:GetTy...
2015-07-20 Rodrigo Kumpera[runtime] Safe publish MonoImage::name_cache and exploi...
2015-07-20 Marek SafarMerge pull request #1931 from kasthack/system.web-fixes
2015-07-20 Zoltan Varga[jit] Remove the support for MONO_ARCH_NOTIFY_PENDING_E...
2015-07-20 Zoltan Varga[jit] Use mini_type_get_underlying_type () instead...
2015-07-17 Zoltan VargaFix a warning.
2015-07-16 Zoltan Varga[llvm] Add support for returning vtypes as a scalar...
2015-07-16 Mark Probst[sgen] Don't crash on canaries when called from `mono_g...
2015-07-16 Ludovic Henry[threadpool-ms] Use define for monitor thread minimal...
2015-07-16 Ludovic Henry[threadpool-ms] Fix monitor thread starting and ending...
2015-07-16 João Matos[runtime] Implemented MonoContext for WatchOS using...
2015-07-15 Marek Safar[build] Update profiles path
2015-07-15 Marek Safar[build] Update profiles path
2015-07-15 Marek Safar[build] Switch to 4.6 profile as default profile
2015-07-14 Zoltan Varga[llvm] Add support for pass/returning vtypes by ref.
2015-07-14 Ludovic Henry[threadpool-ms-io] Fix epoll socket close/remove race...
2015-07-14 Ludovic Henry[bcl] Remove ProcessAsyncReader handle from IO ThreadPo...
2015-07-14 Ludovic Henry[threadpool-ms-io] Rework some utility functions
2015-07-14 Ludovic Henry[threadpool-ms-io] Replace the 2 locks by only 1
2015-07-14 Zoltan Varga[runtime] Fix the mono_get_lmf_addr () optimization...
2015-07-14 Ludovic Henry[utils] Factor lazy initialization of threadpool-ms...
2015-07-14 Zoltan VargaDisable the test added by 37ad145b2f00beb3e1aa9b86e306f...
2015-07-14 Vlad BrezaeMerge pull request #1730 from BrzVlad/feature-arm-fast-tls
2015-07-14 Ludovic Henry[threadpool-ms] Add tracing
2015-07-13 Zoltan Varga[jit] Fix float32 support for the interlocked opcodes.
2015-07-13 Zoltan Varga[amd64] Fix marshalling of empty structures.
2015-07-13 Zoltan VargaMerge pull request #1927 from borgdylan/x86fix
2015-07-13 Dylan Borgfix the x86 build
2015-07-12 Zoltan Varga[runtime] Add support for portable pdb files without...
2015-07-12 Zoltan Varga[runtime] Make mono_trace_set_printerr_handler () call...
2015-07-12 Zoltan Varga[runtime] Update portable pdb support for the latest...
2015-07-11 Alex Rønne Petersen[profiler] Do the final sample dump on shutdown in...
2015-07-11 Alex Rønne Petersen[profiler] Process heapshot requests in all non-GC...
2015-07-11 Alex Rønne Petersen[profiler] Fix a number of potential buffer overflows.
2015-07-11 Alex Rønne Petersen[profiler] Report more metadata load/unload information.
2015-07-11 Alex Rønne Petersen[profiler] Add a thread ID field to sample events.
2015-07-11 Alex Rønne Petersen[profiler] Sort sample events by thread ID before outpu...
2015-07-10 Zoltan Varga[aot] Emit the got into the bss section on osx too.
2015-07-10 Vlad Brezae[tests] Add tls stress test
2015-07-10 Vlad Brezae[arm] Add MONO_DEBUG option for using only fallback...
2015-07-10 Vlad Brezae[arm] Add fast tls support on ios.
2015-07-10 Vlad Brezae[sgen] Use the sgen allocator fastpath also when cross...
2015-07-10 Vlad Brezae[sgen] Fix allocator creation when running with jit...
2015-07-10 Vlad Brezae[arm] Add fast tls support on android.
2015-07-10 Vlad Brezae[sgen] Allocator defines depend on the target not the...
2015-07-10 Vlad Brezae[arm] Add fast tls support on linux
2015-07-10 Rodrigo Kumpera[jit] Use a feature macro instead of hardcoding users.
2015-07-10 Rodrigo KumperaRemove duplicated code.
2015-07-10 Rodrigo Kumpera[arm] Fixed the max length of seq_point. Fixes #31829.
2015-07-10 Rodrigo Kumpera[jit] Disable fast tls on osx if MONO_HAVE_FAST_TLS...
2015-07-10 Rodrigo Kumpera[utils] Disable fast TLS on darwin until we have proper...
2015-07-10 Rodrigo Kumpera[mini] Add some extra asserts around fast tls to ensure...
2015-07-10 Rodrigo Kumpera[utils] Don't abort at startup if remote TLS reads...
2015-07-10 Rodrigo Kumpera[utils] Add fallback TLS offset scanning to X86 and...
2015-07-10 Rodrigo KumperaMerge pull request #1922 from antonmes/master
2015-07-10 João MatosMerge pull request #1924 from bosmacs/master
2015-07-10 Craig S. BosmaAdd TLS offset for pre-release OS X 10.11 x86, as in...
2015-07-10 ToxaAdd TLS offset for pre-release OS X 10.11 on x86
2015-07-09 Zoltan Varga[llvm] Remove the restriction on handlers without invok...
2015-07-09 Zoltan Varga[jit] Fix a regression introduced by ce567f4026d0b0c224...
2015-07-09 Zoltan Varga[llvm] Fix the handling of nested clauses.
2015-07-09 Jonathan PryorMerge pull request #1888 from joelmartinez/mdoc-flagsbug
2015-07-09 João MatosMerge pull request #1919 from bosmacs/master
2015-07-09 Craig S. BosmaAdd TLS offset for pre-release OS X 10.11 on amd64
2015-07-08 Zoltan Varga[sdb] Allow boxed vtypes as this when invoking vtype...
2015-07-07 Zoltan Varga[llvm] Fix a problem introduced by the previous change.
2015-07-07 Zoltan Varga[llvm] Refactor the aot code a bit.
2015-07-07 Zoltan Varga[sdb] Allow invoking of valuetype ctors.
2015-07-07 Marek SafarMerge pull request #1914 from kasthack/master
2015-07-07 Zoltan Varga[aot] Fix static linking support when using llvm.
2015-07-07 Zoltan Varga[aot] Handle already gsharedvt methods correctly in...
2015-07-06 Zoltan Varga[gsharedvt] Handle gsharedvt methods correctly in check...
2015-07-06 Ludovic Henry[runtime] Remove unused MonoDomain fields
2015-07-06 Rodrigo KumperaMerge pull request #1911 from ludovic-henry/threadpool...
2015-07-06 Zoltan Varga[aot] Mark the data arrays emitted using llvm as constant.
2015-07-06 Marcos HenrichMerge pull request #1900 from esdrubal/cyclic-ref
2015-07-06 Marcos HenrichMerge pull request #1906 from esdrubal/xbuild-CopyLocal-fix
2015-07-06 João MatosMerge pull request #1913 from RavuAlHemio/bug31635
next