aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Cygwin: document ASLR supportgithub/topic/aslr_supporttopic/aslr_supportCorinna Vinschen2-0/+6
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: add missing .com entry in new-features.xmlCorinna Vinschen1-0/+5
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-28Cygwin: utils: drop 32 bit considerationsCorinna Vinschen5-41/+8
2022-10-28Cygwin: regtool: drop 32 bit hint from help outputCorinna Vinschen1-2/+2
2022-10-27Cygwin: document dropping 32 bit supportCorinna Vinschen2-0/+6
2022-10-27Fix typo in faq-programming.xmlHamish McIntyre-Bhatty1-1/+1
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 Turney3-23/+32
2022-08-29Cygwin: testsuite: In pathconf01 use the temporary directory instead of "/tmp"Jon Turney1-1/+7
2022-08-29Cygwin: testsuite: Fix size of write to temporary file to be mmap()edJon Turney6-7/+6
2022-08-29Cygwin: testsuite: Fix TEST_RETURN for 64-bitJon Turney2-4/+4
2022-08-29Cygwin: testsuite: Remove passing tests from XFAIL listJon Turney1-2/+2
2022-08-29Cygwin: testsuite: Don't write coredump in a child which is expected to segfaultJon Turney1-1/+4
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: profiler: Fix linking when building with -DDEBUGGINGCorinna Vinschen1-0/+5
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