aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
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 Turney3-4/+28
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-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
2023-06-06Do not rely on `getenv ("HOME")`'s path conversionJohannes Schindelin1-1/+7
2023-06-06uinfo: special-case IIS APPPOOL accountsJohannes Schindelin1-9/+98
2023-06-02Cygwin: pty: Additional fix for transferring input at exit.Takashi Yano1-2/+8
2023-06-01Cygwin: pty: Fix transferring type-ahead input between input pipes.Takashi Yano1-17/+3
2023-05-24Cygwin: Adjust CWD magic to accommodate for the latest Windows previewsJohannes Schindelin1-3/+17
2023-05-12fhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfoBrian Inglis1-7/+22
2023-05-01Cygwin: Fix compiling with w32api-headers v11.0.0Biswapriyo Nath1-0/+2
2023-05-01Cygwin: doc: Upate a link from gitweb to cgitJon Turney1-2/+2
2023-04-24Cygwin: locales: drop unused has_modifier macroCorinna Vinschen1-2/+0
2023-04-24Cygwin: locales: ignore @cjkwide and @cjksingle just like @cjknarrowCorinna Vinschen1-13/+21
2023-04-19Cygwin: posix_spawnp: don't fallback to shCorinna Vinschen2-2/+8