aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2023-01-10Cygwin: Run testsuite against the just-built DLLJon Turney7-16/+18
2023-01-09Cygwin: /proc/<PID>/status: simplify code generating signal infoCorinna Vinschen1-21/+21
2023-01-09Cygwin: reinstantiate exporting _allocaCorinna Vinschen3-1/+6
2022-12-23fhandler/proc.cc(format_proc_cpuinfo): add Linux 6.1 cpuinfoBrian Inglis1-0/+4
2022-12-22Cygwin: Add release message for latest console change.Takashi Yano1-0/+3
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano7-138/+418
2022-12-22Cygwin: devices: Make generic console devices invisible from pty.Takashi Yano2-2/+8
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano3-17/+29
2022-12-22Cygwin: console: Fix hangup of less on quit after the window is resized.Takashi Yano2-0/+8
2022-12-21Cygwin: Makefile: Drop all the "test dll" considerationsJon Turney2-8/+3
2022-12-21Cygwin: path_conv: make sure sym.path_flags is always initializedCorinna Vinschen2-1/+6
2022-12-21Cygwin: configure: Add option to disable building 'dumper'Jon Turney2-4/+7
2022-12-21Cygwin: FAQ: Mention configure options to build with reduced dependenciesJon Turney1-4/+11
2022-12-20Cygwin: x86_64: import swab.S from NetBSDCorinna Vinschen2-0/+48
2022-12-20Cygwin: x86_64: import latest NetBSD bcopy.SCorinna Vinschen8-131/+227
2022-12-20Cygwin: x86_64: import memchr.S from NetBSDCorinna Vinschen2-2/+112
2022-12-20Cygwin: x86_64: import new memset.S from NetBSDCorinna Vinschen1-57/+81
2022-12-20Cygwin: add local machine/asm.h headerCorinna Vinschen1-0/+78
2022-12-20Cygwin: use .S suffix for assembler filesCorinna Vinschen2-0/+0
2022-12-20Cygwin: check_reparse_point_target: fix comment formatCorinna Vinschen1-4/+4
2022-12-16Cygwin: Update 3.4.3 release noteJon Turney1-0/+3
2022-12-16Revert "Cygwin: x86_64: add wmemset assembler entry point"Jon Turney1-8/+0
2022-12-14Cygwin: add release message for latest path handling patchCorinna Vinschen1-0/+6
2022-12-13Cygwin: Makefile: build new-cygwin1.dll in a single stepCorinna Vinschen1-17/+2
2022-12-13Cygwin: Makefile: only regenerate cygwin_version.c if it changesCorinna Vinschen1-1/+9
2022-12-12Cygwin: path handling: never substitute virtual drive with target pathCorinna Vinschen1-62/+87
2022-12-11Cygwin: add 3.4.2 release notesCorinna Vinschen1-0/+5
2022-12-09Cygwin: pty: Use GetTickCount64() instead of GetTickCount().Takashi Yano3-7/+7
2022-12-09Cygwin: pipe: Fix performance degradation for non-cygwin pipe.Takashi Yano2-1/+18
2022-12-09Cygwin: improve release text for FILE issueCorinna Vinschen1-1/+3
2022-12-08Cygwin: define FILE as struct __sFILE64, not as __sFILECorinna Vinschen1-6/+0
2022-12-08Cygwin: add __sFILE64 fix to 3.4.1 release notesCorinna Vinschen1-0/+4
2022-12-08Cygwin: rename __sFILE to __sFILE64 for backward compatibilityCorinna Vinschen1-0/+6
2022-12-08Cygwin: drop unused local declaration of fopen64Corinna Vinschen1-1/+0
2022-12-07Cygwin: uname: fix building in non-git source dirCorinna Vinschen2-3/+14
2022-12-07Cygwin: uname: generate default release string from git as wellCorinna Vinschen2-15/+24
2022-12-07Cygwin: add missing pragmaCorinna Vinschen1-0/+1
2022-12-07Cygwin: link mcountFunc.o to libgmon.aCorinna Vinschen2-2/+13
2022-12-07Cygwin: Add 3.5.0 release fileCorinna Vinschen1-0/+5
2022-12-04Cygwin: don't autoload some kernel32 functionsCorinna Vinschen1-6/+3
2022-12-04Cygwin: drop special handling for SID authority 18Corinna Vinschen1-12/+0
2022-12-04Cygwin: flock: drop checking for artificial console handlesCorinna Vinschen1-4/+2
2022-12-04Cygwin: fix a few comments mentioning Windows 7 or 8Corinna Vinschen5-11/+5
2022-12-04Cygwin: simplify FAST_CWD accessCorinna Vinschen2-198/+42
2022-12-04Cygwin: drop wincaps for Windows 7 and Windows 8Corinna Vinschen1-57/+1
2022-12-04Cygwin: drop wincap::def_guard_pagesCorinna Vinschen3-14/+6
2022-12-04Cygwin: drop wincap::mmap_storage_highCorinna Vinschen3-21/+2
2022-12-04Cygwin: drop wincap::cons_need_small_input_record_bufCorinna Vinschen3-34/+9
2022-12-04Cygwin: drop wincap::has_broken_attach_consoleCorinna Vinschen5-82/+7
2022-12-04Cygwin: drop wincap::has_query_process_handle_infoCorinna Vinschen4-90/+1