[eglib] add some more MAX/MIN macros
[mono.git] / mono / utils /
2011-04-28 Geoff NortonFix a typo for Rodrigo
2011-04-28 Rodrigo KumperaFix posix
2011-04-28 Rodrigo KumperaDocument the current limitations of the async call API
2011-04-28 Rodrigo KumperaImplement async invocation API.
2011-04-28 Rodrigo KumperaNew mach support code to support setting thread context.
2011-04-27 Chris ToshokMerge branch 'master' of github.com:mono/mono
2011-04-27 Mark Probst[utils] Make delayed free table not wait to truly make...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-26 Mark Probst[utils] Fix a bug in the lock-free hazard table.
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix cygwin build.
2011-04-22 jonchamUse SwitchToThread instead of sched_yield on Windows.
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Mark Probst[utils] Lock-free hazard pointers.
2011-04-21 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-21 Rodrigo KumperaAdd win32 stub backend for mono-threads
2011-04-20 Andrew JorgensenDist fixes
2011-04-19 Zoltan VargaMove the mono_ia64_context_get_... functions to mono...
2011-04-14 Rodrigo KumperaInitial drop of the new suspend machinery.
2011-04-14 Rodrigo KumperaFix 64bits mono on windows.
2011-04-13 Rodrigo KumperaAdd new set of callbacks to be provided by the JIT.
2011-04-13 Rodrigo KumperaMove posix only code to a separate file.
2011-04-12 Marek Habersack[runtime] g_string_append_vprintf can be used with...
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Rodrigo KumperaIntroduce CreateThread wrapper to make mono-threads...
2011-04-11 Rodrigo KumperaFix mono-tls usage under windows
2011-04-11 Zoltan VargaFix a warning.
2011-04-10 Rodrigo KumperaReplace posix tls with mono-tls so it works on windows...
2011-04-10 Rodrigo KumperaImplement low level TLS primitives. Can't afford some...
2011-04-09 Rodrigo KumperaFist pass into fixing the win32 build
2011-04-08 Marek Habersack[runtime] Check whether linux/magic.h is present before...
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...
2011-04-07 Marek Habersack[runtime] Linux support for statfs and improved drive...
2011-04-06 Rodrigo KumperaRemove useless commented code
2011-04-06 Rodrigo KumperaIncrease number of hazard pointer to 3. The linked...
2011-04-06 Rodrigo KumperaMake the small_id_table a bitset.
2011-04-06 Rodrigo KumperaFix warning on missing header
2011-04-06 Rodrigo KumperaFix typo in documentation
2011-04-05 Rodrigo KumperaFix thinko
2011-04-05 Rodrigo KumperaAdd implementation of a lock free linked list set.
2011-03-31 Rodrigo KumperaFix win32 file name canonicalization.
2011-03-30 Dick PorterMerge branch 'master' of github.com:mono/mono
2011-03-30 Dick PorterEnable sgen on Solaris
2011-03-30 Gonzalo Paniagua... [proclib] Break after reading the line we need
2011-03-30 Rodrigo KumperaCast p to char* since the offset is in byte units.
2011-03-25 Zoltan VargaAdd an unwind option to enable collection of register...
2011-03-21 Neale FergusonAdd s390x support to mono-context
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-19 Damien DiederenMove MonoContext to mono-context for mips
2011-03-18 Zoltan VargaAdd a missing newline.
2011-03-18 Rodrigo KumperaMove get_hazardous_pointer to utils/hazard-pointer.
2011-03-18 Rodrigo KumperaMove hazard pointer and small_id code to utils/hazard...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-15 Gonzalo Paniagua... [Semaphore] Remove warnings
2011-03-15 Rodrigo KumperaLeverage SgenThreadInfo::mach_port.
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-11 Gonzalo Paniagua... Support NLS when opening assemblies on windows.
2011-03-10 Rodrigo KumperaFix ia64 mono-context.h
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for ia64
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for sparc
2011-03-10 Rodrigo KumperaMove MonoContext to mono-context for ppc
2011-03-10 Rodrigo Kumperadist new file
2011-03-09 Rodrigo KumperaIntroduce MonoThreadUnwindState and a bunch overloads...
2011-03-09 Rodrigo KumperaMove some stack unwinding defines to utils
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-05 Zoltan VargaMove MonoContext defines to mono-context.h on arm.
2011-03-05 Zoltan VargaFix arm build.
2011-03-04 Rodrigo KumperaFix the win32 build
2011-03-03 Rodrigo KumperaImplement MonoContext for amd64.
2011-03-03 Rodrigo KumperaCleanup the #ifdef mess.
2011-03-02 Rodrigo KumperaFix linux build
2011-03-02 Rodrigo KumperaFix non x86 builds
2011-03-02 Rodrigo KumperaInitial implementation of mono-context.
2011-03-02 Rodrigo KumperaMove mgreg_t to utils.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Zoltan VargaUse stdint.h for VS 2010 and later.
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-23 Rodrigo KumperaUse darwin fast tls across the board.
2011-02-23 Rodrigo KumperaRedude warning spew under darwin
2011-02-21 Geoff NortonImplement proper TSD lookup for arm-darwin
2011-02-20 Zoltan VargaImplement mono_memory_barrier () and OP_MEMORY_BARRIER...
2011-02-19 Geoff NortonAvoid leaking a mach_port every time we query the counters
2011-02-19 Duane Wandlessadd #if APPLE around include of mach.h
2011-02-19 Duane Wandlessadd Performance counter for "Process", "Working Set...
2011-02-19 Duane Wandlessadd support for new PerformanceCounter("Process", ...
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-31 Marek Habersack[runtime] Use IOAMP-aware method of looking for domain...
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-24 Geoff NortonAvoid leaking the vmmap allocated by the kernel for...
2011-01-18 Zoltan VargaMake the stacks of aot image non-executable.
2011-01-17 Zoltan VargaApplied patch from KISHIMOTO, Makoto <ksmakoto@dd.iij4u...
2011-01-08 Geoff NortonAdd CPSR to Apple arm ucontext macros as well
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-06 Zoltan VargaRe-enable and fix the nacl changes.
2011-01-06 Zoltan VargaRevert a nacl change which is causing crashes.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
next