summaryrefslogtreecommitdiff
path: root/src/pal/src/init
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-0/+19
2019-03-07Remove init_count zeroing from PAL cleanupJan Vorlicek1-3/+0
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya1-1/+1
2019-02-01Coreclr gnuport (#22129)Sinan Kaya1-1/+1
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek1-0/+4
2018-11-12Verify the application group container directory exists in Mac Sandbox (#20916)Oded Hanson1-34/+63
2018-11-06Added support for running in a sandbox on Mac (#20735)Oded Hanson1-1/+51
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-2/+2
2018-08-19 Free the alternate signal stack if this PAL's thread allocated it. (#19539)Mike McLaughlin1-7/+7
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin1-2/+2
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-2/+49
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek1-7/+10
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek1-1/+3
2017-09-19Fix rlimit setting of RLIM_NOFILE on OSX (#14054)Jan Vorlicek1-0/+8
2017-08-23Enable overriding default stack size on Unix (#13517)Jan Vorlicek1-0/+69
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-34/+23
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+8
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-0/+6
2017-03-23[PAL] Do NOT check execute bit in INIT_FindEXEPath (#10342)Jonghyun Park1-285/+17
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek1-1/+14
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri1-14/+3
2016-10-04Add support for Alpine Linux (#7440)Jan Vorlicek1-1/+2
2016-08-29Fix file descriptor leak on PAL_IsDebuggerPresent (#6958)Oguz Bastemur1-0/+2
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-25/+25
2016-05-27Fix debuggertests failures OSX. (#5267)Mike McLaughlin1-1/+1
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-1/+6
2016-04-16NetBSD: Add support for PAL_IsDebuggerPresent()Kamil Rytarowski1-0/+32
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy1-10/+20
2016-03-07Enabling LongFile Support in PALDDCloud1-10/+20
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-1/+1
2016-02-26Add documentation to environ functions.Aditya Mandaleeka1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-9/+6
2016-02-26Consolidate environment code in environ.cpp.Aditya Mandaleeka1-4/+5
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-2/+4
2016-02-05Remove InternalStrdupAditya Mandaleeka1-19/+24
2016-01-27Update license headersdotnet-bot2-8/+6
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin2-22/+15
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin1-36/+46
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata1-3/+4
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka1-2/+1
2015-11-04Remove thread parameter from some PAL initialization functions.Aditya Mandaleeka1-7/+7
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka1-35/+35
2015-10-26Remove InternalSuspendThreadFromData and IsSuspensionStateSafeAditya Mandaleeka1-1/+0
2015-10-20Merge pull request #1813 from adityamandaleeka/pal_cleanupAditya Mandaleeka1-119/+11
2015-10-20Remove unused full_cleanup parameterAditya Mandaleeka1-7/+2
2015-10-19Disable DEBUG_MESSAGES in release build of CoreCLR PALSergiy Kuryata1-1/+1
2015-10-15Remove unnecessary condemnation and suspension in PALCommonCleanup.Aditya Mandaleeka1-12/+3
2015-10-15Remove CPalSynchronizationManager::ShutdownAditya Mandaleeka1-1/+0
2015-10-15Remove unused step logic from PALCommonCleanup.Aditya Mandaleeka1-109/+16
2015-07-24Move 's_TimebaseInfo' intialization to PAL intialization and nanosecond resol...Sridhar Periyasamy1-0/+6