[Mono-dev] Get the correct stackbottom in boehm-gc.c on OpenBSD

2010-04-16 Thread Robert Nagy
Please commit to trunk and branch-2-6 too. Thanks Index: metadata/boehm-gc.c === --- metadata/boehm-gc.c (revision 155566) +++ metadata/boehm-gc.c (working copy) @@ -85,6 +85,17 @@ } #elif defined(HAVE_PTHREAD_GET_STACKSIZE_NP

Re: [Mono-dev] Get the correct stackbottom in boehm-gc.c on OpenBSD

2010-04-16 Thread Zoltan Varga
Done. Zoltan On Fri, Apr 16, 2010 at 10:09 AM, Robert Nagy wrote: > Please commit to trunk and branch-2-6 too. > Thanks > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-deve

[Mono-dev] Announcing DbLinq 0.20.1

2010-04-16 Thread Jonathan Pryor
The DbLinq[0] team is proud to announce the release of DbLinq 0.20.1, following the DbLinq 0.20 release from last week. DbLinq is a reimplementation of System.Data.Linq.dll for use with SQL servers in addition to Microsoft SQL Server. Support is provided for: * Firebird [1] * Ingres

[Mono-dev] New performance counter in Mono to report physical memory size in the machine

2010-04-16 Thread Marek Habersack
Hey everybody, This is just to let you know that Mono in trunk has a new performance counter which returns the amount of physical RAM in the machine. The need to add such a counter arose from the fact that there's no means in .NET to get this piece of information. Also, different operat

[Mono-dev] Mono performance counters documentation - help needed

2010-04-16 Thread Marek Habersack
Hello everybody, I've started a Wiki page for Mono performance counters documentation at http://www.mono-project.com/Mono_Performance_Counters and I'd like to ask everbody who knows what the individual counters are for to add documentation for them, thanks in advance :) marek __

[Mono-dev] Incremental monodroid releases?

2010-04-16 Thread Jeremy Bell
Will there be incremental monodroid releases before the final product is released? Also, how will monodroid applications be deployed? Will they bundle mono in the app itself or will it be a shared "Mono" application/activity that launches CLI apps in response to an intent or broadcast? ___

[Mono-dev] moonlite 3d.

2010-04-16 Thread Jerry Maine - KF5ADY
Been thinking about making a game on moonlite inside a browser and a few questions come to mind. Does moonlite have hardware 3d acceleration? Is P/Invoke allowed? Where are the tutorials on how to develop with moonlite on linux? Audio support? 3D? ___