Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-27[boehm] Add toggleref support for boehm. This is line by line port of the ↵Rodrigo Kumpera
sgen code, so keep them in sync.
2013-12-04Remove some more mdb bits.Alex Rønne Petersen
2012-11-16Switch boehm to use TARGET_OSX/TARGET_IOS.Rodrigo Kumpera
2012-11-15Fix boehm to correctly build on iOS/x86.Rodrigo Kumpera
2012-11-14Do the right check for TARGET_IPHONE_SIMULATOR.Rodrigo Kumpera
2012-11-13Fix boehm to correctly build on iOS/x86.Rodrigo Kumpera
* darwin_stop_world.c: Use the target macros from Apple to figure out what flavor of darwin we're compiling against.
2012-05-22Fix altstack support in libgc by registering the bounds of the normal stack ↵Zoltan Varga
and the altstack with it.
2011-04-20publish the same events as pthread_stop_worldRodrigo Kumpera
2010-07-27Dont track unneeded registers for amd64.Geoff Norton
2010-07-27 Geoff Norton <gnorton@novell.com> * darwin_stop_world.c: Dont track unneeded registers for amd64.
2010-06-17fix the mac ppc buildGeoff Norton
svn path=/trunk/mono/; revision=159077
2010-04-232010-04-23 Geoff Norton <gnorton@novell.com>Geoff Norton
* include/private/gcconfig.h: Darwin x86-64 bit support. * darwin_stop_world.c: Ditto svn path=/trunk/mono/; revision=156016
2009-07-232009-07-20 Geoff Norton <gnorton@novell.com>Geoff Norton
* darwin_stop_world.c: Fix the x86 version guards to use Apple's properly defined macros. svn path=/trunk/mono/; revision=138477
2009-07-022009-07-02 jonas echterhoff <jonas@unity3d.com>jonas
svn path=/trunk/mono/; revision=137261
2008-08-292008-08-28 Geoff Norton <gnorton@novell.com>Geoff Norton
* darwin_stop_world.c: * include/private/gcconfig.h: Add support for Darwin/ARM svn path=/trunk/mono/; revision=111873
2007-11-062007-11-05 Geoff Norton <gnorton@novell.com>Geoff Norton
* darwin_stop_world.c: Correct the structure name on Darwin-x86 for Leopard. svn path=/trunk/mono/; revision=88924
2007-11-052007-11-05 Geoff Norton <gnorton@novell.com>Geoff Norton
* darwin_stop_world.c: Also push ebp when pushing all stacks on Leopard and pre-Leopard. svn path=/trunk/mono/; revision=88880
2007-11-012007-11-01 Geoff Norton <gnorton@novell.com>Geoff Norton
* darwin_stop_world.c: Handle Leopards renaming of some structure members. svn path=/trunk/mono/; revision=88671
2007-11-012007-11-01 Geoff Norton <gnorton@novell.com>Geoff Norton
* Remove last commit. It doesn't handle x86 properly svn path=/trunk/mono/; revision=88660
2007-11-012007-11-01 Geoff Norton <gnorton@novell.com>Geoff Norton
* darwin_stop_world.c: Apple has changed ppc_thread_state_t on leopard so we need to conditionally check for that. __DARWIN_UNIX03 is the suggested define. svn path=/trunk/mono/; revision=88659
2007-07-04Wed Jul 4 17:46:19 CEST 2007 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* darwin_stop_world.c: use a larger array for GC_mach_threads (it'll need to be enlarged dynamically, but it's with the world stopped, bug #81974). svn path=/trunk/mono/; revision=81341
2006-11-192006-11-19 Allan Hsu <allan@counterpop.net>Miguel de Icaza
* libgc/darwin_stop_world.c, libgc/include/private/gc_priv.h, libgc/os_dep.c: Fixes to make the GC work on OSX/Intel with XCode 2.4 (10.4u SDK and newer). This code should work with older versions of the SDK as well. svn path=/trunk/mono/; revision=68156
2006-10-10Tue Oct 10 16:58:37 CEST 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* darwin_stop_world.c: patch from Allan Hsu <allan@counterpop.net> to avoid using memory just after freeing it. svn path=/trunk/mono/; revision=66517
2006-06-292006-06-28 Martin Baulig <martin@ximian.com>Martin Baulig
* darwin_stop_world.c, pthread_support.c: Committing a patch from Allan Hsu <allan@imeem.com> to fix memory leaks; see bug #78628. svn path=/trunk/mono/; revision=62128
2006-02-09Thu Feb 9 16:20:55 CET 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* os_dep.c, include/private/gcconfig.h, darwin_stop_world.c: OSX/x86 support, mostly from Geoff Norton <gnorton@customerdna.com>. svn path=/trunk/mono/; revision=56707
2006-01-24Tue Jan 24 12:34:06 CET 2006 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* *: update from upstream changes. svn path=/trunk/mono/; revision=55979
2006-01-032006-01-03 Geoff Norton <gnorton@customerdna.com>Geoff Norton
* darwin_stop_world.c: Merge a patch from Bruce Mitchener that fixes a small leak on OS X. svn path=/trunk/mono/; revision=55018
2004-11-11Add libgc to monoMiguel de Icaza
svn path=/trunk/mono/; revision=35994