Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-16Cygwin: shared: Fix access permissions setting in open_shared().Takashi Yano
2023-04-18Cygwin: cygheap: fix fork error after heap has grownDavid McFarland
2023-01-18Cygwin: fix two comments in heap.cc and memory_layout.hCorinna Vinschen
2023-01-18Cygwin: memory_init: initialize user heap hereCorinna Vinschen
2023-01-18Cygwin: open_shared: always bump next_addressCorinna Vinschen
2023-01-18Cygwin: drop fixed addresses for standard shared regionsCorinna Vinschen
2023-01-18Cygwin: /proc/<PID>/maps: print real shared region addressesCorinna Vinschen
2023-01-17Cygwin: open_shared: try harder allocating a shared regionCorinna Vinschen
2023-01-17Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESSCorinna Vinschen
2023-01-17Cygwin: open_shared: don't reuse shared_locations parameter as outputCorinna Vinschen
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano
2022-10-28Cygwin: cygheap: make bucket_val a static const arrayCorinna Vinschen
2022-10-28Cygwin: decouple shared mem regions from Cygwin DLLCorinna Vinschen
2022-10-28Cygwin: decouple cygheap from Cygwin DLLCorinna Vinschen
2022-10-28Cygwin: add memory_layout.hCorinna Vinschen
2022-08-23Cygwin: mmap: use SRWLOCK instead of mutoCorinna Vinschen
2022-08-10Cygwin: mm/malloc_wrapper.cc: fix a commentCorinna Vinschen
2022-08-10Cygwin: move __caller_return_address to mm/malloc_wrapper.ccCorinna Vinschen
2022-08-10Cygwin: make import_address a static inline functionCorinna Vinschen
2022-08-10Cygwin: make check_invalid_virtual_addr a static inline functionCorinna Vinschen
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen