summaryrefslogtreecommitdiff
path: root/src/pal/src/misc
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Handle glibc sys/sysctl.h deprecation (#27048)Omair Majid1-2/+5
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky1-12/+71
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-0/+40
2019-06-17Replace 'assert' with '_ASSERTE' (#25177)Andy Hanson1-1/+1
2019-06-05Fix PAL_GetLogicalProcessorCacheSizeFromOS on mac (#24777)Andy Hanson1-0/+16
2019-05-29Add COMPlus_LTTng environment variable (#24733)John Salem1-5/+17
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek1-9/+13
2019-05-15Delete unicode API emulator (#24581)Michal Strehovský1-4/+4
2019-05-07Fixing up time.cpp in the PAL (#24428)Tanner Gooding1-95/+71
2019-04-09Fix several issuesJan Vorlicek1-2/+4
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-15/+27
2019-04-05Fix rounding to UINT32_MAX (#23764)Ludovic Henry1-10/+3
2019-04-05Partially improve support for `--cpus` from Docker CLI (#23747)Ludovic Henry1-5/+6
2019-03-22Improve detection of CPU limits when running inside a ContainerLudovic Henry1-1/+11
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens1-10/+8
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid2-46/+46
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-2/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-1/+2
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-2/+12
2018-12-10Fixed bug where "DCI_NUMA" was missing from debug channel names (#21454) (#21...Oded Hanson1-0/+4
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek1-30/+40
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler1-123/+15
2018-10-09Fix issue 20261: infinite recursion for non PAL threads (#20267)Jonathan Marler1-6/+4
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise2-3/+1
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn1-1/+29
2018-06-18mach_absolute_time as the primary clock source on macOS (corefx#30391) (#18505)Andrey Akinshin1-20/+20
2018-06-05Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov1-2/+10
2018-05-24Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) (#...Egor Chesakov1-2/+2
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-5/+1
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-93/+27
2018-02-28ARM64 SHA256 Crypto intrinsics implementationDebayan Ghosh1-1/+1
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+132
2017-10-03Fix broken ARM64 build (#14313)Jan Vorlicek1-1/+1
2017-10-03Fix build with latest Xcode on OSX (#14282)Jan Vorlicek2-13/+15
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-423/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-410/+0
2017-08-21Support docker cgroup limits (#13488)Tom Deseyn1-58/+41
2017-08-02[Arm64] GetLargestOnDieCacheSize (#13071)Steve MacLean2-41/+90
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-31/+180
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-20/+4
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-21/+34
2017-04-07Add reporting swap file size to GlobalMemoryStatusEx on Unix (#10700)Jan Vorlicek1-6/+69
2017-04-05Merge pull request #10615 from brianrob/profilerBrian Robbins1-0/+32
2017-04-05Update module not found error message (#10692)Jan Vorlicek1-1/+1
2017-04-04Merge pull request #10699 from adityamandaleeka/fix_env_empty_var_handlingAditya Mandaleeka1-1/+7
2017-04-04Fix handling of empty environment variables in PAL.Aditya Mandaleeka1-1/+7
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-0/+32
2017-03-311. Remove disable of C4996Rahul Kumar1-119/+0