aboutsummaryrefslogtreecommitdiff
path: root/winsup
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-20Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.Takashi Yano4-121/+149
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-10Cygwin: Correct /proc/*/stat for processes without cttyAndy Koppe1-3/+5
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-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
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