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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
Revert "[Tizen] Implement detecting of sanitized libraries"
sandbox/dkson95/tizen
Dongkyun Son
4
-174
/
+0
2019-10-11
[Tizen] Implement detecting of sanitized libraries
Andrey Drobyshev
4
-0
/
+174
2019-09-26
add access(2) call before dlopening files
Yaroslav Yamshchikov
1
-0
/
+9
2019-08-19
arm64 out of proc unwind for DAC (#26156)
Mike McLaughlin
1
-10
/
+69
2019-08-07
Port to 3.0 - Fix WSL alternate stack check (#25980)
Jan Vorlicek
2
-5
/
+27
2019-07-19
Arm32 support VFP registers context to/from native context (#25775)
Steve MacLean
2
-0
/
+79
2019-07-18
Arm32 restore d8-d15 in ThrowExceptionFromContextInternal (#25777)
Steve MacLean
1
-12
/
+21
2019-07-18
Arm64 restore d8-d15 in ThrowExceptionFromContextInternal (#25743)
Steve MacLean
1
-0
/
+12
2019-07-18
Arm64 support SIMD registers context to/from native context (#25757)
Steve MacLean
2
-0
/
+60
2019-07-18
Arm64 Fix Rtl*Context (#25745)
Steve MacLean
2
-5
/
+5
2019-07-04
Fix dotnet-dump/createdump launch failure (#25562)
Mike McLaughlin
1
-1
/
+2
2019-06-29
Fix a mutex abandon case with WaitHandle.WaitAll in the PAL (#25452)
Koundinya Veluri
1
-2
/
+6
2019-06-21
Fix OSX floating point state extraction (#25295)
Jan Vorlicek
2
-159
/
+66
2019-06-20
Add custom default base address option to crossgen (#25227)
Gleb Balykov
4
-1
/
+32
2019-06-17
Enable running SIGSEGV handler on non-alternate stack (#25196)
Jan Vorlicek
1
-3
/
+27
2019-06-17
Replace 'assert' with '_ASSERTE' (#25177)
Andy Hanson
1
-1
/
+1
2019-06-11
Use pread() to read DOS/NT headers when mapping PE files (#25059)
Leandro A. F. Pereira
1
-14
/
+2
2019-06-10
Add support for the NetTrace EventPipe file format
noahfalk
4
-12
/
+72
2019-06-06
Use CMake's C# support to build DacTableGen instead of manually invoking csc....
Jeremy Koritzinsky
1
-11
/
+11
2019-06-06
Fix tmp dir in configure.cmake (#25003)
Jan Vorlicek
1
-3
/
+4
2019-06-05
Fix PAL_GetLogicalProcessorCacheSizeFromOS on mac (#24777)
Andy Hanson
3
-0
/
+18
2019-06-05
Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)
Jeremy Koritzinsky
1
-3
/
+3
2019-06-02
Improve fatal err msg (#24390)
Dan Moseley
1
-1
/
+1
2019-05-29
Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...
Mike McLaughlin
1
-0
/
+12
2019-05-29
Add COMPlus_LTTng environment variable (#24733)
John Salem
1
-5
/
+17
2019-05-28
Fix initial thread affinity on Linux (#24801)
Jan Vorlicek
4
-9
/
+51
2019-05-22
Cache current thread ID in TLS (#24699)
Leandro A. F. Pereira
1
-5
/
+12
2019-05-21
Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)
Jan Kotas
1
-54
/
+0
2019-05-21
Add header check for atomic_ops.h
Adeel
2
-0
/
+4
2019-05-17
Merge pull request #24520 from am11/freebsd/set-affinity
Jan Vorlicek
1
-0
/
+4
2019-05-16
Add support for invariant casing in PAL (#24597)
Michal Strehovský
5
-0
/
+2573
2019-05-15
Delete unicode API emulator (#24581)
Michal Strehovský
10
-15419
/
+23
2019-05-11
Adjust PAL_STDCPP_COMPAT to accommodate FreeBSD
Adeel
1
-0
/
+4
2019-05-10
Move EventProvider native layout to be driven by CMake configure (#24478)
Jeremy Koritzinsky
5
-1
/
+205
2019-05-09
Fix memory leak in PAL_GenerateCoreDump (#24503)
Mike McLaughlin
1
-11
/
+24
2019-05-08
Add generate crash dump command to diagnostics server (#24460)
Mike McLaughlin
1
-87
/
+181
2019-05-07
Fixing up time.cpp in the PAL (#24428)
Tanner Gooding
2
-95
/
+92
2019-05-02
In the PAL GetProcessTimes implement lpCreationTime using the current time re...
Brian Sullivan
1
-10
/
+44
2019-05-02
Unify Wformat suppression for libunwind
Adeel
1
-9
/
+5
2019-04-19
Large Pages on Linux & macOS (#24098)
Mukul Sabharwal
3
-7
/
+40
2019-04-16
Fix incorrect thread affinitization (#24045)
Jan Vorlicek
1
-7
/
+2
2019-04-10
Fix few issues discovered by testing
Jan Vorlicek
1
-4
/
+3
2019-04-10
Fix RecycledLists size on Unix
Jan Vorlicek
1
-2
/
+3
2019-04-09
Fix several issues
Jan Vorlicek
4
-17
/
+11
2019-04-09
Remove Unix CPU groups emulation
Jan Vorlicek
5
-811
/
+142
2019-04-05
Fix rounding to UINT32_MAX (#23764)
Ludovic Henry
1
-10
/
+3
2019-04-05
Partially improve support for `--cpus` from Docker CLI (#23747)
Ludovic Henry
2
-5
/
+12
2019-04-05
Fix invalid use of stack memory (#23758)
Aaron Robinson
1
-18
/
+16
2019-03-22
Improve detection of CPU limits when running inside a Container
Ludovic Henry
1
-1
/
+11
2019-03-21
Merge pull request #23321 from franksinankaya/gcc_cleanup_14
Jan Vorlicek
1
-2
/
+2
[next]