aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Cygwin: don't autoload some kernel32 functionsgithub/topic/3.5topic/3.5Corinna Vinschen1-6/+3
2022-11-25Cygwin: drop special handling for SID authority 18Corinna Vinschen1-13/+0
2022-11-25Cygwin: flock: drop checking for artificial console handlesCorinna Vinschen1-4/+2
2022-11-25Cygwin: fix a few comments mentioning Windows 7 or 8Corinna Vinschen5-11/+5
2022-11-25Cygwin: simplify FAST_CWD accessCorinna Vinschen2-198/+42
2022-11-25Cygwin: drop wincaps for Windows 7 and Windows 8Corinna Vinschen1-57/+1
2022-11-25Cygwin: drop wincap::def_guard_pagesCorinna Vinschen3-14/+6
2022-11-25Cygwin: drop wincap::mmap_storage_highCorinna Vinschen3-21/+2
2022-11-25Cygwin: drop wincap::cons_need_small_input_record_bufCorinna Vinschen3-34/+9
2022-11-25Cygwin: drop wincap::has_broken_attach_consoleCorinna Vinschen5-82/+7
2022-11-25Cygwin: drop wincap::has_query_process_handle_infoCorinna Vinschen4-90/+1
2022-11-25Cygwin: drop wincap::has_broken_whoamiCorinna Vinschen2-14/+0
2022-11-25Cygwin: drop wincap::has_microsoft_accountsCorinna Vinschen3-15/+1
2022-11-25Cygwin: drop wincap::has_precise_system_timeCorinna Vinschen4-31/+5
2022-11-25Cygwin: drop wincap::needs_query_informationCorinna Vinschen3-22/+1
2022-11-25Cygwin: bump DLL major versionCorinna Vinschen1-1/+1
2022-11-25Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.Takashi Yano2-1/+1
2022-11-24Cygwin: uname: allow to specify external release infoCorinna Vinschen1-1/+5
2022-11-24Cygwin: drop snapshot handlingCorinna Vinschen2-29/+2
2022-11-22amdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getreent.cTobias Burnus1-9/+29
2022-11-21amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existingTobias Burnus3-3/+17
2022-11-20Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.Takashi Yano4-121/+149
2022-11-12makedocbook: Fix false report of unhandled texinfo commandJon Turney1-7/+8
2022-11-12makedocbook: Adjust inline whitespace to fix flake8 warningsJon Turney2-69/+68
2022-11-12makedocbook: Drop stray semicolonsJon Turney1-2/+2
2022-11-12makedocbook: Use sys.exit()Jon Turney1-10/+6
2022-11-12makedocbook: Use raw strings for regexesJon Turney1-11/+11
2022-11-11Cygwin: document bugfix for USB CDC devicesCorinna Vinschen1-0/+3
2022-11-11Cygwin: fix TIOCMBIS/TIOCMBIC not working when using usbser.sysCarlo Bramini1-39/+28
2022-11-10powerpc/setjmp: Fix 64-bit buffer alignmentSebastian Huber1-0/+16
2022-11-10Cygwin: Correct /proc/*/stat for processes without cttyAndy Koppe1-3/+5
2022-11-08Generally make all 'long double complex' methods available in <complex.h>Thomas Schwinge1-19/+16
2022-11-04Cygwin: Improve FAQ on early breakpoint for ASLRJon Turney1-0/+6
2022-11-04Cygwin: Handle out of order modules for module offsets in stackdumpJon Turney1-1/+3
2022-10-29strftime/wcsftime: use STRLEN, not strlenCorinna Vinschen1-1/+1
2022-10-29makedocbook: Add explicit locking for PLY parser table generationJon Turney3-229/+227
2022-10-29Cygwin: Add loaded module base address list to stackdumpJon Turney1-0/+10
2022-10-28Cygwin: Add addresses as module offsets in .stackdump fileJon Turney1-1/+29
2022-10-28Cygwin: Tidy up formatting of stackdumpJon Turney1-3/+3
2022-10-28Cygwin: cygheap: make bucket_val a static const arrayCorinna Vinschen2-15/+16
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