aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/mm
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Cygwin: redefine how to recognize forkee stateCorinna Vinschen1-1/+1
2024-01-16Cygwin: Disable writing core dumps by default.Jon Turney1-1/+1
2023-08-16Cygwin: shared: Fix access permissions setting in open_shared().Takashi Yano1-4/+2
2023-04-18Cygwin: cygheap: fix fork error after heap has grownDavid McFarland1-1/+2
2023-01-18Cygwin: fix two comments in heap.cc and memory_layout.hCorinna Vinschen1-2/+2
2023-01-18Cygwin: memory_init: initialize user heap hereCorinna Vinschen1-2/+1
2023-01-18Cygwin: open_shared: always bump next_addressCorinna Vinschen1-12/+8
2023-01-18Cygwin: drop fixed addresses for standard shared regionsCorinna Vinschen1-43/+17
2023-01-17Cygwin: /proc/<PID>/maps: print real shared region addressesCorinna Vinschen1-0/+2
2023-01-17Cygwin: open_shared: try harder allocating a shared regionCorinna Vinschen1-11/+47
2023-01-17Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESSCorinna Vinschen1-1/+1
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen1-18/+21
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano1-0/+2
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano1-0/+2
2022-10-28Cygwin: cygheap: make bucket_val a static const arrayCorinna Vinschen1-14/+16
2022-10-28Cygwin: decouple shared mem regions from Cygwin DLLCorinna Vinschen1-47/+8
2022-10-28Cygwin: decouple cygheap from Cygwin DLLCorinna Vinschen1-24/+38
2022-10-28Cygwin: add memory_layout.hCorinna Vinschen1-16/+2
2022-08-23Cygwin: mmap: use SRWLOCK instead of mutoCorinna Vinschen1-18/+21
2022-08-10Cygwin: mm/malloc_wrapper.cc: fix a commentCorinna Vinschen1-6/+5
2022-08-10Cygwin: move __caller_return_address to mm/malloc_wrapper.ccCorinna Vinschen1-0/+17
2022-08-10Cygwin: make import_address a static inline functionCorinna Vinschen1-1/+21
2022-08-10Cygwin: make check_invalid_virtual_addr a static inline functionCorinna Vinschen1-0/+13
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen7-0/+9987