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
2021-05-10Get rid of relative include paths in strace.ccJon Turney
2021-05-10Move source files used in utils/mingw/ into that subdirectoryJon Turney
2021-05-10Unpick cygpath TESTSUITEJon Turney
2021-05-08Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen
2021-05-07Cygwin: path_conv: Rework handling native symlinks as inner path componentsCorinna Vinschen
2021-05-06Cygwin: revert handwritten tags/ctags target, take 2Corinna Vinschen
2021-05-06Cygwin: revert handwritten tags/ctags targetCorinna Vinschen
2021-05-06Cygwin: autogen.sh: Allow running from any directoryCorinna Vinschen
2021-04-30Cygwin: Ensure toollibdir exists before installing a link thereJon Turney
2021-04-30format_proc_swaps: ensure space between fields for clarityBrian Inglis
2021-04-30Cygwin: mq_open: set filesize using ftruncateCorinna Vinschen
2021-04-30Cygwin: CI configuration updateJon Turney
2021-04-30Cygwin: POSIX mq: avoid double calls to ipc_mutex_unlockCorinna Vinschen
2021-04-29Cygwin: POSIX mq: only allo priority up to MQ_PRIO_MAX - 1Corinna Vinschen
2021-04-29Cygwin: FAQ: building-cygwin: accomodate autoconf changesCorinna Vinschen
2021-04-29Cygwin: automake: change @INCLUDES@ to @AM_CPPFLAGS@ to avoid warningsCorinna Vinschen
2021-04-29Cygwin: automake: fix warning in terms of the `ps' targetCorinna Vinschen
2021-04-29Cygwin: specify toollibdir toolincludedir in terms of tooldirJon Turney
2021-04-29Cygwin: drop all generated autotools filesCorinna Vinschen
2021-04-28format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detectBrian Inglis
2021-04-27Cygwin: tty.h: devices.h is a local header, not a system headerCorinna Vinschen
2021-04-27Cygwin: Use automake (v5)Jon Turney
2021-04-27Cygwin: connect: implement resetting a connected DGRAM socketKen Brown
2021-04-26Cygwin: connect: set connect state for DGRAM socketsKen Brown
2021-04-21Cygwin: pty: Add missing guard for close_pseudoconsole().Takashi Yano
2021-04-21Cygwin: pty: Fix fallback processing in setup_pseudoconsole().Takashi Yano
2021-04-21Cygwin: pty: Additional race issue fix regarding pseudo console.Takashi Yano
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen
2021-04-20Cygwin: add 3.2.1 release file and add fixes up to this pointCorinna Vinschen
2021-04-20Cygwin: pty: Make rlwrap work with cmd.exe.Takashi Yano
2021-04-20Cygwin: pty: Fix race issue in inheritance of pseudo console.Takashi Yano
2021-04-20Cygwin: console: Fix race issue regarding cons_master_thread().Takashi Yano
2021-04-19Cygwin: console: Fix a bug in the code to fix tab position.Takashi Yano
2021-04-19Cygwin: path_conv: Try to handle native symlinks more sanelyCorinna Vinschen
2021-04-19Cygwin: take hypotl function from Mingw-w64Corinna Vinschen
2021-04-13Cygwin: fix fenv.h includesCorinna Vinschen
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen
2021-04-07Cygwin: select: set_bits: fix return valueKen Brown
2021-04-06Cygwin: select: Fix FD_CLOSE handlingCorinna Vinschen
2021-04-06Cygwin: select: don't set ready for exception on socket shutdownCorinna Vinschen
2021-04-06Cygwin: pty: Use atexit() instead of hooking exit() for GDB.Takashi Yano
2021-04-06Cygwin: pty: Use find_exec() rather than path_conv::check().Takashi Yano
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano
2021-03-29Cygwin: bump DLL version to 3.2.1Corinna Vinschen
2021-03-23Cygwin: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen
2021-03-23Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin
2021-03-23Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin
2021-03-23Cygwin: pty: Rename input/output named pipes.Takashi Yano via Cygwin-patches
2021-03-09Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches