aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Cygwin: document ASLR supportgithub/topic/aslr_supporttopic/aslr_supportCorinna Vinschen1-0/+2
2022-10-28Cygwin: Enable dynamicbase on the Cygwin DLL by defaultCorinna Vinschen1-1/+2
2022-10-28Cygwin: /proc/<PID>/maps: output cygheap infoCorinna Vinschen1-0/+2
2022-10-28Cygwin: drop objcopy .gnu_debuglink juggleCorinna Vinschen2-33/+5
2022-10-28Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH values hereCorinna Vinschen2-17/+22
2022-10-28Cygwin: memory_layout.h: fix commentsCorinna Vinschen1-19/+3
2022-10-28Cygwin: decouple shared mem regions from Cygwin DLLCorinna Vinschen2-47/+18
2022-10-28Cygwin: decouple cygheap from Cygwin DLLCorinna Vinschen5-45/+50
2022-10-28Cygwin: add memory_layout.hCorinna Vinschen4-25/+62
2022-10-28Cygwin: exceptions: print 48 bit addressesCorinna Vinschen1-4/+4
2022-10-28Cygwin: stop handling files with .com suffix like .exe filesCorinna Vinschen5-7/+4
2022-10-28Revert "Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'"Corinna Vinschen1-2/+0
2022-10-28Cygwin: spawn: drop special handling for cmd.exe and command.comCorinna Vinschen1-69/+43
2022-10-27Cygwin: document dropping 32 bit supportCorinna Vinschen1-0/+2
2022-10-24strptime.cc(__strptime): add %q GNU quarterBrian Inglis1-1/+9
2022-10-22Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'Takashi Yano1-0/+2
2022-10-19Cygwin: select: don't report read ready on a FIFO never opened for writingKen Brown4-1/+24
2022-09-05Cygwin: cygtls: drop useless alignment directivesCorinna Vinschen1-1/+1
2022-08-29Cygwin: testsuite: Add x86_64 code to "dynamically load cygwin" testJon Turney1-19/+6
2022-08-29Cygwin: cygtls: fix context alignmentCorinna Vinschen2-2/+14
2022-08-29Cygwin: fork: fix a potential hang in forkCorinna Vinschen2-4/+5
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen4-24/+27
2022-08-23Cygwin: mmap: use SRWLOCK instead of mutoCorinna Vinschen1-18/+21
2022-08-23Cygwin: tls_pathbuf: Use Windows heapCorinna Vinschen3-6/+24
2022-08-22Cygwin: smallprint.cc: Drop HEAP_ZERO_MEMORYCorinna Vinschen1-1/+1
2022-08-22Cygwin: posix_timer: fix formattingCorinna Vinschen1-1/+1
2022-08-22Cygwin: push missing change to debug.hCorinna Vinschen1-2/+0
2022-08-22Cygwin: debugging: convert muto to SRWLOCKCorinna Vinschen2-23/+4
2022-08-22Cygwin: shm: Convert muto into SRWLOCK and avoid overlockingCorinna Vinschen1-10/+10
2022-08-22Cygwin: authz: Use dedicated locks per datastructureCorinna Vinschen1-7/+18
2022-08-22Cygwin: spawn: don't overallocate SECURITY_ATTRIBUTES bufferCorinna Vinschen1-1/+1
2022-08-22Cygwin: smallprint.cc: Convert tmpbuf to locklessCorinna Vinschen1-15/+9
2022-08-20Cygwin: wchar.h: Fix commentCorinna Vinschen1-1/+1
2022-08-19Cygwin: sigproc.cc: drop Static macro, use explicit NO_COPY insteadCorinna Vinschen1-9/+7
2022-08-19Cygwin: drop __fastcall calling convention specifiersCorinna Vinschen1-2/+2
2022-08-19Cygwin: miscfuncs.h: fix commentCorinna Vinschen1-1/+1
2022-08-12newlocale: fix crash when trying to write to __C_localeCorinna Vinschen1-0/+3
2022-08-10Cygwin: move POSIX semaphore API functions to posix_ipc.ccCorinna Vinschen2-50/+48
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen8-361/+389
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 Vinschen3-17/+17
2022-08-10Cygwin: make import_address a static inline functionCorinna Vinschen3-23/+21
2022-08-10Cygwin: make check_invalid_virtual_addr a static inline functionCorinna Vinschen3-16/+13
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen8-11/+11
2022-08-10Cygwin: drop building modelibsCorinna Vinschen1-20/+1
2022-08-09Cygwin: fix return value of symlink_info::checkKen Brown2-13/+13
2022-08-09Cygwin: pthreads: merge pthread.cc into thread.ccCorinna Vinschen3-1520/+1511
2022-08-08Cygwin: stop exporting _allocaCorinna Vinschen2-2/+2
2022-08-08Cygwin: fold common.din and x86_64.din into cygwin.dinCorinna Vinschen3-14/+12
2022-08-08Cygwin: move mcountFunc.S to x86_64 target dirCorinna Vinschen1-0/+0