summaryrefslogtreecommitdiff
path: root/src/pal
AgeCommit message (Expand)AuthorFilesLines
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn5-88/+113
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-0/+8
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas21-1548/+8
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-73/+0
2018-12-18Update named mutex PAL tests to include case of file locks being inherited by...Koundinya Veluri1-0/+72
2018-12-17Delete dead code (#21562)Jan Kotas2-324/+63
2018-12-13Fixes issue #21485 and #21484 (#21526)Mike McLaughlin1-0/+1
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson3-58/+234
2018-12-10Added Close On Exec Attribute for Mutex files (#21455) (#21458)Oded Hanson1-0/+2
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson2-0/+7
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson2-0/+2
2018-12-03Don't typedef intptr_t/uintptr_t when PAL_STDCPP_COMPAT is defined (#21165)Ilia2-6/+1
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek3-30/+81
2018-11-28Move all the math functions undef #ifndef PAL_STDCPP_COMPAT (#21170)Ilia1-3/+3
2018-11-22Typos (#21171)John Doe1-1/+1
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar3-11/+77
2018-11-20Linux: FlushProcessWriteBuffers using membarrier when available (#20949)Tom Deseyn1-15/+82
2018-11-16Eliminate CMAKE dependency when not required (#21040)Dan Moseley2-2/+2
2018-11-12Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint (#20960)Andrew Au1-4/+8
2018-11-12Simplify build.sh command line arguments for Linux/arm cross build (Part 1) (...Egor Chesakov1-3/+0
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar2-41/+55
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding13-54/+132
2018-11-12Verify the application group container directory exists in Mac Sandbox (#20916)Oded Hanson1-34/+63
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas1-8/+4
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au1-4/+8
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin1-1/+5
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer1-1/+1
2018-11-06Pull out GetContainingObjectAndrew Au1-102/+15
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au1-27/+102
2018-11-06Change GetContainingObject APIAndrew Au1-4/+4
2018-11-06Fix ARM compilation issueAndrew Au1-0/+32
2018-11-06Turn GarbageCollection events off by default and allow VS turning them onAndrew Au1-1/+11
2018-11-06Fix collision with ICorDebugProcess9 to 10Andrew Wang2-23/+23
2018-11-06Eliminate dataBreakpointMask from ICorDebugAndrew Au1-39/+5
2018-11-06ContainerObject -> ContainingObjectAndrew Au1-6/+6
2018-11-06Pass databreakpoint mask into debuggerTom McDonald1-4/+8
2018-11-06Implement ICorDebugManagedCallback4::DataBreakpointTom McDonald2-6/+16
2018-11-06ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()Andrew Au1-2/+2
2018-11-06Boilerplate for adding new DBI methodAndrew Au4-121/+131
2018-11-06Passing ICorDebugProcess instead of ICorDebugControllerAndrew Au1-8/+8
2018-11-06The GC events are now working, somewhat ...Andrew Au2-10/+18
2018-11-06Saving progress - works towards gc eventsAndrew Au2-175/+177
2018-11-06Initial data breakpoint changesCagri (Charlie) Aslan2-35/+222
2018-11-06Loop-free GC rounding helpers with _BitScanReverse. (#20157)Jack Pappas2-0/+50
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson10-143/+337
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding35-1/+1532
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas1-23/+15
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-3/+3
2018-10-16Enable building with Clang 7 (#20417)Jan Vorlicek1-19/+9