aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Cygwin: termios: Refactor the function is_console_app().Takashi Yano1-10/+8
2023-08-27Revert "Cygwin: autoload: introduce LoadDLLfunc_pfx_only"Corinna Vinschen1-27/+0
2023-08-27Revert "Cygwin: select: workaround FD_WRITE network event handling"Corinna Vinschen2-28/+3
2023-08-25Cygwin: document disabling mknod/mkfifo on NFSCorinna Vinschen1-0/+4
2023-08-25Cygwin: mknod: disable creating special files on NFSCorinna Vinschen1-0/+6
2023-08-25Cygwin: doc: add new API calls in 3.5Corinna Vinschen1-0/+8
2023-08-19Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag.Takashi Yano3-4/+16
2023-08-16Cygwin: shared: Fix access permissions setting in open_shared().Takashi Yano2-4/+5
2023-08-16Cygwin: pty: Add missing pinfo check in transfer_input().Takashi Yano1-1/+3
2023-08-15Cygwin: cXXrtomb, mbrtcXX: use function-specific internal stateCorinna Vinschen1-3/+21
2023-08-11Cygwin: testsuite: Tweak lseek03 after addition of SEEK_HOLEJon Turney1-1/+1
2023-08-11Cygwin: testsuite: Add a small delay in kill01Jon Turney3-0/+3
2023-08-09Cygwin: fhandler_base::lseek: fix formattingCorinna Vinschen1-1/+1
2023-08-09Cygwin: add SEEK_DATA/SEEK_HOLE addition to release messageCorinna Vinschen2-0/+6
2023-08-09Cygwin: lseek: implement SEEK_DATA and SEEK_HOLE for filesCorinna Vinschen1-1/+84
2023-08-09Cygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE to fhandlerCorinna Vinschen1-1/+1
2023-08-09Cygwin: clipboard: Only SEEK_SET and SEEK_CUR are supportedCorinna Vinschen1-0/+7
2023-08-08Cygwin: CI: XFAIL umask03Jon Turney1-1/+5
2023-08-08Cygwin: testsuite: Fix cygload testJon Turney1-1/+1
2023-08-08Cygwin: testsuite: Update READMEJon Turney1-24/+58
2023-08-08Cygwin: testsuite: Add '-notimeout' option to cygrunJon Turney1-4/+22
2023-08-07Cygwin: fix build failure due to redefinition of __restrict in sys/cdefs.hCorinna Vinschen2-2/+2
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano2-5/+13
2023-08-02Cygwin: Add ISO C2X functions c8rtomb, mbrtoc8Corinna Vinschen5-7/+184
2023-08-02Cygwin: uchar.h: fix definition of uchar16_t and uchar32_tCorinna Vinschen1-0/+5
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano1-0/+3
2023-08-01Cygwin: select: workaround FD_WRITE network event handlingCorinna Vinschen2-3/+28
2023-08-01Cygwin: autoload: introduce LoadDLLfunc_pfx_onlyCorinna Vinschen1-0/+27
2023-07-31Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, mbrtoc32.Corinna Vinschen7-22/+127
2023-07-31Cygwin: fix GB18030 supportCorinna Vinschen1-2/+148
2023-07-31Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix_spawn funcsCorinna Vinschen1-1/+3
2023-07-27Cygwin: fnmatch: fix range comparison in C localeCorinna Vinschen1-1/+1
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen2-20/+24
2023-07-26Cygwin: add AT_EMPTY_PATH fix to release messageCorinna Vinschen1-0/+4
2023-07-26Cygwin: Fix and streamline AT_EMPTY_PATH handlingCorinna Vinschen1-36/+11
2023-07-26Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flagCorinna Vinschen1-5/+4
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen1-5/+0
2023-07-22Cygwin: testsuite: Drop using DejaGnu to run testsJon Turney9-148/+46
2023-07-21Cygwin: get_posix_access: do not merge permissions for just created filesCorinna Vinschen1-1/+1
2023-07-21Cygwin: Fix uninitialized use of fh in strace output in stat_worker()Jon Turney1-2/+3
2023-07-21Cygwin: Fix Windows file handle leak in stat("file", -1)Jon Turney1-3/+4
2023-07-21Cygwin: testsuite: Drop setting TDIRECTORYJon Turney3-15/+2
2023-07-18Cygwin: don't wait infinitely on a pthread cancel eventCorinna Vinschen1-6/+3
2023-07-18Cygwin: testsuite: Make cancel3 and cancel5 more robustJon Turney2-4/+32
2023-07-18Cygwin: Restore signal handlers on thread cancellation during system()Jon Turney1-4/+15
2023-07-18Cygwin: pthread: Take note of schedparam in pthread_createJon Turney1-0/+1
2023-07-14Cygwin: testsuite: Drop Adminstrator privileges while running testsJon Turney2-3/+4
2023-07-14Cygwin: testsuite: Minor fixes to umask03Jon Turney1-8/+13
2023-07-14Cygwin: testsuite: Fix a buffer overflow in symlink01Jon Turney1-1/+1
2023-07-14Cygwin: testsuite: Busy-wait in cancel3 and cancel5Jon Turney2-12/+36