index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pal
/
inc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
Don't typedef intptr_t/uintptr_t when PAL_STDCPP_COMPAT is defined (#21165)
Ilia
2
-6
/
+1
2018-11-28
Move all the math functions undef #ifndef PAL_STDCPP_COMPAT (#21170)
Ilia
1
-3
/
+3
2018-11-21
Introduce Marshall.LoadLibrary API (#20871)
Swaroop Sridhar
1
-3
/
+16
2018-11-12
LoadLibrary refactoring (#20841)
Swaroop Sridhar
1
-1
/
+6
2018-11-06
Loop-free GC rounding helpers with _BitScanReverse. (#20157)
Jack Pappas
1
-0
/
+49
2018-11-06
Added support for running in a sandbox on Mac (#20735)
Oded Hanson
1
-0
/
+7
2018-11-05
Adding some new functions to System.Math and System.MathF (#20788)
Tanner Gooding
1
-1
/
+17
2018-10-31
Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)
Jack Pappas
1
-23
/
+15
2018-10-08
Remove mentions of Rotor from codebase (#20298)
Austin Wise
3
-92
/
+5
2018-10-07
Remove mention of rotor from comments (#20297)
Austin Wise
4
-16
/
+7
2018-09-20
Removing BitScanReverse from pal.h
Tanner Gooding
1
-46
/
+0
2018-09-06
Updating Number.Formatting to properly print -0
Tanner Gooding
1
-0
/
+2
2018-09-05
[Unix|Arm64] Correct transition block for unix arm64 (#19822)
Jarret Shook
1
-11
/
+11
2018-08-28
Break into debugger on assertion failures (#19702)
Jan Kotas
1
-5
/
+4
2018-08-16
Determine memory load based on cgroup usage. (#19518)
Tom Deseyn
1
-1
/
+1
2018-08-14
Code review feedback for the alternate stack changes (PR #19309). (#19476)
Mike McLaughlin
1
-4
/
+2
2018-08-10
Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changes
Aditya Mandaleeka
1
-0
/
+1
2018-08-09
Update DynamicHelper for Unix to match Win.
Aditya Mandaleeka
1
-0
/
+1
2018-08-06
Only register signals and create alt exception stack in coreclr. (#19309)
Mike McLaughlin
1
-5
/
+27
2018-08-01
Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)
Brian Robbins
1
-0
/
+6
2018-07-12
Add prefix to DAC's PAL exports for alpine (#18873)
Mike McLaughlin
1
-5
/
+47
2018-06-09
Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)
Jan Kotas
2
-2
/
+8
2018-04-16
Enable support DllImport a native assembly whose name contains '.' (#17505)
Luqun Lou
1
-3
/
+6
2018-04-16
[Arm64] Add memory barrier after interlocked operations (#17595)
Koundinya Veluri
1
-18
/
+62
2018-03-19
Delete unused downlevel globalization support (#17022)
Jan Kotas
3
-866
/
+0
2018-03-08
Fix ensuring primary stack size (#16698)
Jan Vorlicek
1
-1
/
+2
2018-03-06
Remove libuuid usage (#16643)
Jan Vorlicek
2
-7
/
+4
2018-02-27
Debugger FIFO pipes are created in TMPDIR if defined #16234 (#16452)
crntn
1
-1
/
+1
2018-02-20
Prevent memory allocation in signal handler (#16384)
mlabiuk
1
-2
/
+6
2018-02-14
Implement WaitHandle.SignalAndWait on Unix (#16383)
Koundinya Veluri
2
-0
/
+10
2018-02-08
Cleanup redundant stale COR header definition (#16261)
Jan Kotas
3
-118
/
+0
2018-01-25
Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)
William Godbe
1
-0
/
+5
2017-12-13
Updating the PAL layer to support acosh, asinh, atanh, and cbrt
Tanner Gooding
1
-0
/
+12
2017-12-13
[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)
Steve MacLean
1
-0
/
+13
2017-12-11
fix CoreCLR build errors with clang5.0. (#15477)
Sergey Andreenko
1
-0
/
+1
2017-10-06
undef NULL to fix compilation problems on FreeBSD after 08d39dd. (#14341)
Tomas Weinfurt
1
-4
/
+0
2017-09-27
Add SetThreadIdealProcessorEx PAL API (#13606)
Xiangyang (Mark) Guo
1
-0
/
+9
2017-09-26
Remove Monitor asm helpers (#14146)
Koundinya Veluri
1
-33
/
+5
2017-09-22
Improve thread pool worker thread's spinning for work (#13921)
Koundinya Veluri
1
-0
/
+7
2017-09-12
Re-implemented the ecvt function. (#12894)
Jim Ma
1
-1
/
+46
2017-08-30
callsignalhandlerwrapper: improve unwinding (#13566)
Konstantin Baladurin
1
-1
/
+0
2017-08-28
Delete dead PAL functions (#13613)
Justin Van Patten
2
-218
/
+0
2017-08-22
Delete some dead PAL code (#13469)
Justin Van Patten
1
-25
/
+0
2017-08-15
Implement out of context stack unwinder (#13302)
Mike McLaughlin
1
-5
/
+2
2017-08-15
Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...
gbalykov
1
-13
/
+0
2017-07-25
Ignore specified signal when using perf (#12436)
Steve MacLean
1
-0
/
+5
2017-07-21
Add CGroup CFS CPU limit support (#12797)
Guillaume B
1
-0
/
+5
2017-07-06
Pin GC threads to corresponding processors on Linux (#12486)
Xiangyang (Mark) Guo
1
-0
/
+8
2017-06-21
Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...
Koundinya Veluri
1
-8
/
+31
2017-06-13
[Arm64/Unix] Implement YieldProcessor() (#12229)
Steve MacLean
1
-0
/
+2
[next]