aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Cygwin: add very simple newgrp(1) toolCorinna Vinschen2-0/+102
2023-01-13Cygwin: testsuite: Drop appending 'ntsec' to CYGWIN in cygrun wrapperJon Turney1-16/+0
2023-01-13Cygwin: testsuite: Update pthread tests for default SCHED_FIFOJon Turney3-11/+11
2023-01-13Cygwin: testsuite: Update mutex tests for changed default mutex typeJon Turney4-6/+3
2023-01-13Cygwin: testsuite: 64-bit fixes in pthread testcasesJon Turney17-77/+77
2023-01-13Cygwin: testsuite: Fix compilation warningsJon Turney14-40/+40
2023-01-13Cygwin: testsuite: Build testcases using automakeJon Turney7-67/+325
2023-01-13Cygwin: testsuite: automake doesn't define objdirJon Turney1-1/+1
2023-01-12Cygwin: wincap.h: clarify NO_COPY_RO usageCorinna Vinschen2-1/+7
2023-01-12Cygwin: wincap: make capability flags readonlyCorinna Vinschen2-30/+14
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano2-2/+7
2023-01-10Cygwin: pinfo: Additional fix for CTTY behavior.Takashi Yano2-3/+3
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano2-2/+2
2023-01-10Cygwin: /proc/<PID>/status: avoid crash computing signal infoCorinna Vinschen2-1/+5
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