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-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
2021-03-09Cygwin: update release notes for 3.2.0, part 5Corinna Vinschen
2021-03-09Cygwin: update release notes for 3.2.0, part 4Corinna Vinschen
2021-03-08Cygwin: pty: Transfer input for native app only if the stdin is pcon.Takashi Yano via Cygwin-patches
2021-03-08Cygwin: update release notes for 3.2.0Ken Brown
2021-03-08Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon.Takashi Yano via Cygwin-patches
2021-03-08Cygwin: update release notes for 3.2.0, part 2Corinna Vinschen
2021-03-08Cygwin: update release notes for 3.2.0Corinna Vinschen
2021-03-08Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches
2021-03-08Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen
2021-03-05Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches