aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of"Corinna Vinschen2-12/+0
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-27Fix rounding results in lrint() & llrint() when close to 0Jesse Huang via Newlib4-48/+26
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen3-40/+44
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib42-56/+93
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-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen1-5/+0
2023-07-22Cygwin: CI: Upgrade checkout actions to avoid deprecation warningJon Turney1-2/+6
2023-07-22Cygwin: CI: Retain test logs as a build artifactJon Turney1-0/+10
2023-07-22Cygwin: testsuite: Drop using DejaGnu to run testsJon Turney10-149/+47
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-18Fix typo.Jeff Johnston1-1/+1
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-17Change getlogin() to only check stdin being nullJordi Sanfeliu1-2/+0
2023-07-14Cygwin: testsuite: Drop Adminstrator privileges while running testsJon Turney3-3/+5
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
2023-07-14Cygwin: testsuite: Fix for limited thread priority valuesJon Turney3-5/+62
2023-07-14Cygwin: testsuite: Also check direct call in systemcallJon Turney1-1/+9
2023-07-14Cygwin: testsuite: Just log result of second open of /dev/dspJon Turney1-14/+6
2023-07-14Cygwin: testsuite: Skip devdsp test when no audio devices presentJon Turney2-0/+18
2023-07-14Cygwin: testsuite: Remove const from writable string in fcntl07bJon Turney1-1/+1
2023-07-14Cygwin: testsuite: Add a simple timeout mechanismJon Turney1-2/+15
2023-07-14Cygwin: testsuite: Setup test prereqs in 'installation' the tests run inJon Turney4-5/+30
2023-07-13newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.cAlexey Lapshin2-0/+6
2023-07-13Cygwin: Update release/3.4.8 for latest <sys/cpuset.h> commitMark Geisert1-0/+3
2023-07-10Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnosticMark Geisert1-4/+5
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano5-9/+33
2023-07-08Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.Takashi Yano2-1/+13
2023-07-04Cygwin: Fix latest release message being in the wrong release file.Corinna Vinschen2-3/+5
2023-07-04Cygwin: Make <sys/cpuset.h> safe for c89 compilationsMark Geisert2-22/+30
2023-06-27Cygwin: thread: Reset _my_tls.tid if it's pthread_null in init_mainthread().Takashi Yano1-1/+1
2023-06-22For GCC, newlib combined tree, newlib build-tree testing, use standard search...Thomas Schwinge1-0/+7
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang1-2/+2
2023-06-20fhandler/proc.cc: use wincap.has_user_shstkBrian Inglis1-4/+4
2023-06-20wincap.cc: set wincap member has_user_shstk true for 2004+Brian Inglis1-0/+10
2023-06-20wincap.h: add wincap member has_user_shstkBrian Inglis1-0/+2
2023-06-16Cygwin: use new XATTR_{NAME,SIZE}_MAX instead of MAX_EA_{NAME,VALUE}_LENPhilippe Cerfon1-9/+11
2023-06-16Cygwin: export XATTR_{NAME,SIZE,LIST}_MAXPhilippe Cerfon1-0/+7