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
2018-03-29add some OpenBSD patches (#7699)thfrwn
add some OpenBSD patches Hi, A few trivial additions of OpenBSD to ifdefs, plus the change of the abort signal to SIGUSR1 which fixes the SIGABRT problem (other compilation problems remain). SIGTTIN is broadcast to the process group which leads to the SIGABRT (at least on OpenBSD).
2017-12-06Compile on amd64 Haiku (#4473)Calvin
* Compile on amd64 Haiku Use sigcontext (somewhat like win32, or x86) on Haiku amd64. On amd64, Haiku doesn't have issues with marshalling 64-bit values, but it currently does have issues with SGen either causing a stall or a core dump. As such, while it can compile the stdlib (further than x86 got), it's still a work in progress. * Use set_real_time_clock for sys-time.c on Haiku * Get mono-boehm compiling on Haiku again It still doesn't work. Initialization will call GC_mark_from, which will cause a segmentation fault as it decrements pointers. (Mono will enter an infinite loop in mono_get_hazardous_pointer as a result.) For now, mono-sgen will continue to be used by default.
2014-07-31Support for GNU/kFreeBSD.Jo Shields
GNU/kFreeBSD is an experimental OS provided by the Debian project, consisting of a FreeBSD kernel and GNU userland/libc. For a small number of cases, this offers advantages over a more common GNU/Linux combination, such as fast in-kernel support for ZFS storage. This patch changes various ifdefs, either using __FreeBSD_kernel__ where a trait from the kernel is what matters, or __GLIBC__ where a trait from the C library matters. This patch set has been carried downstream, in one form or another, since 1.2.3.1-1. https://bugzilla.novell.com/show_bug.cgi?id=321634
2013-04-07NaCl runtime fixesElijah Taylor
- fix compile/runtime issues caused by upstream changes - add NaCl glibc support - various changes to support running tests in NaCl glibc from 'make check'
2010-11-29Add support for the internal boehm-gc on OpenBSDRobert Nagy
2010-06-142010-06-14 Geoff Norton <gnorton@novell.com>Geoff Norton
* dyn_load.c: Fix one other place where l_addr could be null on bionic. svn path=/trunk/mono/; revision=158891
2010-06-012010-05-31 Geoff Norton <gnorton@novell.com>Geoff Norton
* dyn_load.c: Its possible for linkmap->l_addr to be null for the linker entry on some systems (Android/Bionic based libc's) svn path=/trunk/mono/; revision=158239
2006-06-242006-04-08 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* dyn_load.c: Avoid #error "large files are not supported by libelf" errors on solaris/x86. svn path=/trunk/mono/; revision=62007
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
2005-04-112005-04-11 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* include/private/gcconfig.h configure.in os_dep.c dyn_load.c: Applied some freebsd patch from Bill Middleton <flashdict@gmail.com>. svn path=/trunk/mono/; revision=42786
2004-11-11Add libgc to monoMiguel de Icaza
svn path=/trunk/mono/; revision=35994