summaryrefslogtreecommitdiff
path: root/src/gc/unix
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Vendor the volatile.h header into src/gc/env for the standalone GC build (#13...Sean Gillespie1-0/+1
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie3-23/+1
2017-08-21Support docker cgroup limits (#13488)Tom Deseyn1-53/+39
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B2-30/+174
2017-07-17Fix a build break when compiling with Standalone GC on non-Windows platforms ...Sean Gillespie1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+19
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-0/+12
2017-06-01Fix a build break in feature branch caused by obsolete error (#11335)Sean Gillespie1-4/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-3/+3
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn3-4/+95
2017-04-22Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)Sean Gillespie1-6/+0
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie6-16/+390
2017-04-14Implement MEM_RESET handling in VirtualAlloc on Unix (#10939)Jan Vorlicek1-2/+14
2017-03-22memory limit in containers on linuxrahul3-5/+365
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie4-0/+691