Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2023-07-22Cygwin: testsuite: Drop using DejaGnu to run testsJon Turney
2023-07-21Cygwin: get_posix_access: do not merge permissions for just created filesCorinna Vinschen
2023-07-21Cygwin: Fix uninitialized use of fh in strace output in stat_worker()Jon Turney
2023-07-21Cygwin: Fix Windows file handle leak in stat("file", -1)Jon Turney
2023-07-21Cygwin: testsuite: Drop setting TDIRECTORYJon Turney
2023-07-18Cygwin: don't wait infinitely on a pthread cancel eventCorinna Vinschen
2023-07-18Cygwin: testsuite: Make cancel3 and cancel5 more robustJon Turney
2023-07-18Cygwin: Restore signal handlers on thread cancellation during system()Jon Turney
2023-07-18Cygwin: pthread: Take note of schedparam in pthread_createJon Turney
2023-07-14Cygwin: testsuite: Drop Adminstrator privileges while running testsJon Turney
2023-07-14Cygwin: testsuite: Minor fixes to umask03Jon Turney
2023-07-14Cygwin: testsuite: Fix a buffer overflow in symlink01Jon Turney
2023-07-14Cygwin: testsuite: Busy-wait in cancel3 and cancel5Jon Turney
2023-07-14Cygwin: testsuite: Fix for limited thread priority valuesJon Turney
2023-07-14Cygwin: testsuite: Also check direct call in systemcallJon Turney
2023-07-14Cygwin: testsuite: Just log result of second open of /dev/dspJon Turney
2023-07-14Cygwin: testsuite: Skip devdsp test when no audio devices presentJon Turney
2023-07-14Cygwin: testsuite: Remove const from writable string in fcntl07bJon Turney
2023-07-14Cygwin: testsuite: Add a simple timeout mechanismJon Turney
2023-07-14Cygwin: testsuite: Setup test prereqs in 'installation' the tests run inJon Turney
2023-07-13Cygwin: Update release/3.4.8 for latest <sys/cpuset.h> commitMark Geisert
2023-07-10Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnosticMark Geisert
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano
2023-07-08Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.Takashi Yano
2023-07-04Cygwin: Fix latest release message being in the wrong release file.Corinna Vinschen
2023-07-04Cygwin: Make <sys/cpuset.h> safe for c89 compilationsMark Geisert
2023-06-27Cygwin: thread: Reset _my_tls.tid if it's pthread_null in init_mainthread().Takashi Yano
2023-06-20fhandler/proc.cc: use wincap.has_user_shstkBrian Inglis
2023-06-20wincap.cc: set wincap member has_user_shstk true for 2004+Brian Inglis
2023-06-20wincap.h: add wincap member has_user_shstkBrian Inglis
2023-06-16Cygwin: use new XATTR_{NAME,SIZE}_MAX instead of MAX_EA_{NAME,VALUE}_LENPhilippe Cerfon
2023-06-16Cygwin: export XATTR_{NAME,SIZE,LIST}_MAXPhilippe Cerfon
2023-06-06Do not rely on `getenv ("HOME")`'s path conversionJohannes Schindelin
2023-06-06uinfo: special-case IIS APPPOOL accountsJohannes Schindelin
2023-06-02Cygwin: pty: Additional fix for transferring input at exit.Takashi Yano
2023-06-01Cygwin: pty: Fix transferring type-ahead input between input pipes.Takashi Yano
2023-05-24Cygwin: Adjust CWD magic to accommodate for the latest Windows previewsJohannes Schindelin
2023-05-12fhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfoBrian Inglis
2023-05-01Cygwin: Fix compiling with w32api-headers v11.0.0Biswapriyo Nath
2023-05-01Cygwin: doc: Upate a link from gitweb to cgitJon Turney
2023-04-24Cygwin: locales: drop unused has_modifier macroCorinna Vinschen
2023-04-24Cygwin: locales: ignore @cjkwide and @cjksingle just like @cjknarrowCorinna Vinschen
2023-04-19Cygwin: posix_spawnp: don't fallback to shCorinna Vinschen
2023-04-19Cygwin: mbrtowi: fix segfault when pwi is NULLDavid McFarland
2023-04-19Cygwin: Export posix_spawn_file_actions_add{f}chdir_npCorinna Vinschen
2023-04-18Cygwin: align renameat2 to Linux behaviourCorinna Vinschen
2023-04-18Cygwin: fix errno values set by readlinkatCorinna Vinschen
2023-04-18Cygwin: fix return value of ilogbl(NaN)Corinna Vinschen
2023-04-18Cygwin: add release text for previous commitCorinna Vinschen
2023-04-18Cygwin: cygheap: fix fork error after heap has grownDavid McFarland