aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Cygwin: drop all generated autotools filesCorinna Vinschen11-16371/+5
2021-04-28format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detectBrian Inglis1-0/+2
2021-04-27Cygwin: tty.h: devices.h is a local header, not a system headerCorinna Vinschen1-1/+1
2021-04-27Cygwin: Use automake (v5)Jon Turney25-1836/+12122
2021-04-27Cygwin: connect: implement resetting a connected DGRAM socketKen Brown4-7/+56
2021-04-26Cygwin: connect: set connect state for DGRAM socketsKen Brown3-17/+26
2021-04-26bfin: add myself as maintainerMike Frysinger1-0/+1
2021-04-21Cygwin: pty: Add missing guard for close_pseudoconsole().Takashi Yano1-0/+2
2021-04-21Cygwin: pty: Fix fallback processing in setup_pseudoconsole().Takashi Yano1-4/+8
2021-04-21Cygwin: pty: Additional race issue fix regarding pseudo console.Takashi Yano1-33/+14
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen3-2/+36
2021-04-21fix some Arm FP routines not checking if floating point is enabledTies Stuij6-6/+6
2021-04-20Cygwin: add 3.2.1 release file and add fixes up to this pointCorinna Vinschen1-0/+27
2021-04-20Cygwin: pty: Make rlwrap work with cmd.exe.Takashi Yano1-0/+2
2021-04-20Cygwin: pty: Fix race issue in inheritance of pseudo console.Takashi Yano3-56/+69
2021-04-20Cygwin: console: Fix race issue regarding cons_master_thread().Takashi Yano1-2/+8
2021-04-19scanf: allow hex float input per POSIXCorinna Vinschen1-2/+63
2021-04-19Cygwin: console: Fix a bug in the code to fix tab position.Takashi Yano1-1/+1
2021-04-19Cygwin: path_conv: Try to handle native symlinks more sanelyCorinna Vinschen1-0/+26
2021-04-19Cygwin: take hypotl function from Mingw-w64Corinna Vinschen2-0/+83
2021-04-13fenv: fix up stub file comment, drop symlinks from descriptionDavid Macek1-10/+10
2021-04-13Cygwin: fix fenv.h includesCorinna Vinschen2-2/+2
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen5-12/+8
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen5-646/+16
2021-04-13fenv: move shared x86 fenv.c to libm/machine/shared_x86Corinna Vinschen3-473/+480
2021-04-13fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86Corinna Vinschen2-1/+0
2021-04-13fenv: add missing declarations to x86 fenv.hCorinna Vinschen1-0/+5
2021-04-13configure.host: define shared ix86 and x86_64 directoryCorinna Vinschen1-4/+4
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen38-9/+124
2021-04-13RISC-V: Using SYS_clock_gettime64 for rv32 libgloss.Kito Cheng2-0/+22
2021-04-07Cygwin: select: set_bits: fix return valueKen Brown1-1/+4
2021-04-06Cygwin: select: Fix FD_CLOSE handlingCorinna Vinschen2-10/+23
2021-04-06Cygwin: select: don't set ready for exception on socket shutdownCorinna Vinschen1-6/+1
2021-04-06Cygwin: pty: Use atexit() instead of hooking exit() for GDB.Takashi Yano3-34/+70
2021-04-06Cygwin: pty: Use find_exec() rather than path_conv::check().Takashi Yano1-10/+12
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano6-233/+215
2021-03-29Cygwin: bump DLL version to 3.2.1Corinna Vinschen1-1/+1
2021-03-23Cygwin: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen2-0/+10
2021-03-23Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin1-0/+40
2021-03-23Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin1-0/+7
2021-03-23Cygwin: pty: Rename input/output named pipes.Takashi Yano via Cygwin-patches1-6/+6
2021-03-09Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches2-4/+15
2021-03-09Cygwin: update release notes for 3.2.0, part 5Corinna Vinschen1-0/+3
2021-03-09Cygwin: update release notes for 3.2.0, part 4Corinna Vinschen2-2/+4
2021-03-08Cygwin: pty: Transfer input for native app only if the stdin is pcon.Takashi Yano via Cygwin-patches1-8/+10
2021-03-08Cygwin: update release notes for 3.2.0Ken Brown2-0/+40
2021-03-08Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon.Takashi Yano via Cygwin-patches1-1/+1
2021-03-08Cygwin: update release notes for 3.2.0, part 2Corinna Vinschen2-0/+23
2021-03-08Cygwin: update release notes for 3.2.0Corinna Vinschen1-0/+7
2021-03-08Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches2-4/+4