[io-layer] Improve waiting on processes a lot
[mono.git] / mono / utils /
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'
2011-01-03 Zoltan Varga.gitignore.
2010-12-21 Gonzalo Paniagua... Previous patch was wrong.
2010-12-21 Gonzalo Paniagua... [OSX] semaphore_timedwait might return > 0 for errors
2010-12-17 Gonzalo Paniagua... Mach uses wait_time not abs_time
2010-12-17 Elijah TaylorMerged in rest of Native Client changes, untested
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-19 Zoltan VargaSet the thumb bit in the CPSR when resuming from a...
2010-11-18 Gonzalo Paniagua... Hush cross-compilation warnings
2010-11-17 Gonzalo Paniagua... Wrong return value in mono_sem_timedwait()
2010-11-14 Zoltan VargaRemove the unused and incomplete CMake build scripts...
2010-11-01 Zoltan VargaPrint double stats with more precision.
2010-10-30 Zoltan VargaFix some copyright messages.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Geoff NortonFix a crash when using the embedding api
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-15 Zoltan Varga UCONTEXT_REG_RCX was defined twice on OpenBSD, and...
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-14 Zoltan VargaAdd casts to the macros on netbsd so the caller doesn...
2010-09-13 Michael Hutchinson[Embedding] Make mono-dl-fallback.h public-safe
2010-09-11 Miguel de IcazaDo not install sample header, add to EXTRA_DIST
2010-09-10 Miguel de Icaza[Embedded] Add new fallback API to allow hooking up...
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-24 Robert NagyMake sgen compile on OpenBSD, by adding the missing...
2010-08-17 Zoltan VargaGet rid of some #ifdef EGLIB_MAJORs.
2010-08-09 Elijah TaylorDon't use mmap/munmap under NACL.
2010-08-09 Elijah TaylorUse 32 as the min alignment when running under NACL.
2010-07-31 tgiphilMerge branch 'master' of github.com/mono/mono
2010-07-28 Marek SafarMerge branch 'marek'
2010-07-28 Marek SafarMerge branch 'marek'
2010-07-28 atsushienoMerge branch 'atsushi'
2010-07-27 Geoff NortonFix sgen on amd64-darwin and amd64-linux
2010-07-16 Gonzalo Paniagua... 2010-07-16 Gonzalo Paniagua Javier <gonzalo@novell...
2010-07-16 Gonzalo Paniagua... revert. Not needed
2010-07-13 Gonzalo Paniagua... 2010-07-13 Gonzalo Paniagua Javier <gonzalo@novell...
2010-07-09 Atsushi Eno2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
2010-07-08 Neale FergusonEnable sgen support for s390x
2010-07-08 Geoff Nortonfix the build
2010-07-02 Michael Hutchinson2010-07-02 Michael Hutchinson <mhutchinson@novell...
2010-07-02 Neale FergusonAdd definitions to sgen-archdep so that sgen will build...
2010-06-30 Marek SafarFixed.
2010-06-30 Paolo MolaroWed Jun 30 12:06:33 CEST 2010 Paolo Molaro <lupus@ximia...
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-24 Miguel de IcazaFix after moving the file
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-22 Miguel de IcazaUpdate
2010-06-22 Geoff Norton2010-06-22 Geoff Norton <gnorton@novell.com>
next