summaryrefslogtreecommitdiff
path: root/src/pal/src/map/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-15[Tizen] Add coreclr_preload_assembly to CoreCLR host APItizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20191014.221258accepted/tizen/unified/20191015.012049accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818accepted/tizen/5.5/unified/20191031.004944Konstantin Baladurin1-99/+595
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-1/+8
2019-06-11Use pread() to read DOS/NT headers when mapping PE files (#25059)Leandro A. F. Pereira1-14/+2
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-0/+1
2018-06-28Typo (#18684)John Doe1-1/+1
2018-05-24Typo (#18122)John Doe1-1/+1
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-73/+0
2017-08-15Allocate FileMappingImmutableData::szFileName and CFileProcessLocalData::unix...gbalykov1-67/+55
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-5/+0
2017-05-31Disable inheritance of several common file descriptorsStephen Toub1-3/+3
2017-05-09Stop loading crossgen-ed binaries at preferred address on Unix (#11467)Jan Vorlicek1-5/+4
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-2/+4
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-31/+28
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka1-6/+6
2016-07-05One of the flags MAP_SHARED or MAP_PRIVATE has to be specified. MAP_PRIVATE s...Viacheslav Nikolaev1-2/+2
2016-06-14Fix PAL executable allocator locking (#5770)Jan Vorlicek1-1/+1
2016-06-04Fix allocation failure handling (#5473)Jan Vorlicek1-2/+5
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri1-1/+1
2016-02-26Fix all callers of environment functions.Aditya Mandaleeka1-5/+12
2016-02-17Change MAPMapPEFile to use ExecutableAllcator instead of mmap to reserve VASergiy Kuryata1-3/+10
2016-02-06Revert "Temporary instrumentation in native image loading"Jan Kotas1-4/+4
2016-02-06Temporary instrumentation for PE file loadingJan Kotas1-4/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-09Remove thread parameter from several more PAL functions.Aditya Mandaleeka1-9/+5
2015-11-03Remove some unnecessary file-related functions from PALAditya Mandaleeka1-2/+2
2015-11-03Remove thread parameter from file-related functionsAditya Mandaleeka1-6/+5
2015-11-02Remove thread parameter from InternalMalloc/Free/New/DeleteAditya Mandaleeka1-9/+9
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri1-74/+23
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2789