Commit Graph

  • 0c0f3df224 sys/stat.h: Enable UTIME_NOW and UTIME_OMIT for RTEMS Joel Sherrill 2021-05-19 13:43:25 -0500
  • 9b24fc9505 Cygwin: autoload: fix case in DLL name for sanity Corinna Vinschen 2021-05-20 09:59:00 +0200
  • 23d071229d Cygwin: Add missing IsWow64Process2 declaration Corinna Vinschen 2021-05-20 10:03:34 +0200
  • 338548f82f Cygwin: suppress FAST_CWD warnings on ARM64 Jeremy Drake 2021-05-19 11:43:48 +0200
  • c8949d0400 Cygwin: Handle virtual drives as non-symlinks Jeremy Drake 2021-05-19 14:40:23 +0200
  • 7b8edba625 Cygwin: POSIX message queues: simplify sync object creation Corinna Vinschen 2021-05-12 11:04:44 +0200
  • 079c3a5587
    Cygwin: Use parallel make on AppVeyor Jon Turney 2021-05-01 01:33:24 +0100
  • 71e8b45007
    Get rid of relative include paths in strace.cc Jon Turney 2021-05-09 16:03:49 +0100
  • b8bd9d1b01
    Move source files used in utils/mingw/ into that subdirectory Jon Turney 2021-04-27 23:41:07 +0100
  • 9ce70bf450
    Unpick cygpath TESTSUITE Jon Turney 2021-04-28 14:54:47 +0100
  • 44eb416323 Cygwin: fetch Windows directory on all platforms and use throughout Corinna Vinschen 2021-05-07 23:05:24 +0200
  • 19d59ce75d Cygwin: path_conv: Rework handling native symlinks as inner path components Corinna Vinschen 2021-05-07 16:07:03 +0200
  • 9ea0f37667 Cygwin: revert handwritten tags/ctags target, take 2 Corinna Vinschen 2021-05-06 13:35:26 +0200
  • a5b24cb241 Cygwin: revert handwritten tags/ctags target Corinna Vinschen 2021-05-06 11:12:46 +0200
  • 895f6d2b59 Cygwin: autogen.sh: Allow running from any directory Corinna Vinschen 2021-05-06 10:56:20 +0200
  • 84d068971d Nano-malloc: Fix for unwanted external heap fragmentation Ola Olsson 2021-04-26 10:57:02 +0200
  • b05b790689 Cygwin: Ensure toollibdir exists before installing a link there Jon Turney 2021-04-30 18:14:55 +0100
  • 6914b40c14 format_proc_swaps: ensure space between fields for clarity Brian Inglis 2021-04-30 07:19:20 -0600
  • 715c4208e4 Cygwin: mq_open: set filesize using ftruncate Corinna Vinschen 2021-04-30 18:15:20 +0200
  • 2d34164402
    Cygwin: CI configuration update Jon Turney 2020-10-27 16:29:45 +0000
  • 548a4c3ca4 Cygwin: POSIX mq: avoid double calls to ipc_mutex_unlock Corinna Vinschen 2021-04-30 10:30:21 +0200
  • 4f89f24fbe Cygwin: POSIX mq: only allo priority up to MQ_PRIO_MAX - 1 Corinna Vinschen 2021-04-29 20:04:24 +0200
  • c66797eef8 Cygwin: FAQ: building-cygwin: accomodate autoconf changes Corinna Vinschen 2021-04-29 12:07:00 +0200
  • cf25b55902 Cygwin: automake: change @INCLUDES@ to @AM_CPPFLAGS@ to avoid warnings Corinna Vinschen 2021-04-29 11:23:11 +0200
  • 84ffbfeb10 Cygwin: automake: fix warning in terms of the `ps' target Corinna Vinschen 2021-04-29 10:59:29 +0200
  • 0bf0cf48ff Cygwin: specify toollibdir toolincludedir in terms of tooldir Jon Turney 2021-04-28 11:46:02 +0200
  • a26779fae0 Cygwin: drop all generated autotools files Corinna Vinschen 2021-04-28 12:03:52 +0200
  • 5eb232ede7 format_proc_cpuinfo: add v_spec_ctrl, bus_lock_detect Brian Inglis 2021-04-27 17:28:52 -0600
  • a89bd73c5f Cygwin: tty.h: devices.h is a local header, not a system header Corinna Vinschen 2021-04-27 21:25:29 +0200
  • 247ce0ca3a
    Cygwin: Use automake (v5) Jon Turney 2020-10-06 16:11:54 +0100
  • 3b0ba65352 Cygwin: connect: implement resetting a connected DGRAM socket Ken Brown 2021-04-23 18:17:57 -0400
  • 2be07f7554 Cygwin: connect: set connect state for DGRAM sockets Ken Brown 2021-04-23 14:40:07 -0400
  • ae6e6c3526 bfin: add myself as maintainer Mike Frysinger 2021-04-25 13:23:07 -0400
  • 6d46d85049 Cygwin: pty: Add missing guard for close_pseudoconsole(). Takashi Yano 2021-04-21 12:07:31 +0900
  • 6004ea977b Cygwin: pty: Fix fallback processing in setup_pseudoconsole(). Takashi Yano 2021-04-21 12:06:43 +0900
  • 01387f1ff4 Cygwin: pty: Additional race issue fix regarding pseudo console. Takashi Yano 2021-04-21 12:06:00 +0900
  • 13fd26ecf5 Cygwin: skip native symlink check in Windows dir under WOW64 Corinna Vinschen 2021-04-21 17:32:06 +0200
  • 282445a10e fix some Arm FP routines not checking if floating point is enabled Ties Stuij 2021-04-21 13:48:03 +0100
  • 8050ef2074 Cygwin: add 3.2.1 release file and add fixes up to this point Corinna Vinschen 2021-04-20 10:46:01 +0200
  • 5176afeb7d Cygwin: pty: Make rlwrap work with cmd.exe. Takashi Yano 2021-04-19 20:51:53 +0900
  • bb93c6d7c2 Cygwin: pty: Fix race issue in inheritance of pseudo console. Takashi Yano 2021-04-19 19:30:46 +0900
  • b4fc81edcc Cygwin: console: Fix race issue regarding cons_master_thread(). Takashi Yano 2021-04-19 19:30:45 +0900
  • 9c6c2fb0f6 scanf: allow hex float input per POSIX Corinna Vinschen 2021-04-19 21:59:56 +0200
  • a648c15309 Cygwin: console: Fix a bug in the code to fix tab position. Takashi Yano 2021-04-19 19:31:51 +0900
  • 456c3a4638 Cygwin: path_conv: Try to handle native symlinks more sanely Corinna Vinschen 2021-04-19 14:49:14 +0200
  • 183e5f0a15 Cygwin: take hypotl function from Mingw-w64 Corinna Vinschen 2021-04-19 12:37:44 +0200
  • 7078248485 fenv: fix up stub file comment, drop symlinks from description David Macek 2021-04-07 10:49:00 +0200
  • 81137c50d1 Cygwin: fix fenv.h includes Corinna Vinschen 2021-04-06 11:51:21 +0200
  • cc19109af9 Cygwin: don't export _feinitialise from newlib Corinna Vinschen 2021-03-24 11:06:58 +0100
  • 3b22d72255 fenv: drop Cygwin-specific implementation in favor of newlib code Corinna Vinschen 2021-03-24 10:58:56 +0100
  • 642be00cdb fenv: move shared x86 fenv.c to libm/machine/shared_x86 Corinna Vinschen 2021-03-24 10:51:20 +0100
  • 05753071c0 fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86 Corinna Vinschen 2021-03-24 10:48:34 +0100
  • 79ac4237dc fenv: add missing declarations to x86 fenv.h Corinna Vinschen 2021-03-24 10:44:00 +0100
  • c326ca1615 configure.host: define shared ix86 and x86_64 directory Corinna Vinschen 2021-03-24 10:35:28 +0100
  • 80bd01ef83 Add build mechanism to share common header files between machines Corinna Vinschen 2021-03-24 10:32:50 +0100
  • 20d0081998 RISC-V: Using SYS_clock_gettime64 for rv32 libgloss. Kito Cheng 2021-04-13 17:33:03 +0800
  • 436e47584a Cygwin: select: set_bits: fix return value Ken Brown 2021-04-07 11:43:27 -0400
  • ef95c03522 Cygwin: select: Fix FD_CLOSE handling Corinna Vinschen 2021-04-06 21:35:43 +0200
  • caa78917b6 Cygwin: select: don't set ready for exception on socket shutdown Corinna Vinschen 2021-04-06 21:26:33 +0200
  • 8bb5161fe3 Cygwin: pty: Use atexit() instead of hooking exit() for GDB. Takashi Yano 2021-04-06 09:40:13 +0900
  • ba2fbfec95 Cygwin: pty: Use find_exec() rather than path_conv::check(). Takashi Yano 2021-04-05 17:32:13 +0900
  • fdda29fb57 Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat. Takashi Yano 2021-04-05 17:30:41 +0900
  • 80cda9bbda Cygwin: bump DLL version to 3.2.1 Corinna Vinschen 2021-03-29 21:00:09 +0200
  • f578883232 Cygwin: add "app execution aliases" treatment to release notes Corinna Vinschen 2021-03-23 16:54:23 +0100
  • 0631c6644e Cygwin: Treat Windows Store's "app execution aliases" as symbolic links Johannes Schindelin 2021-03-22 16:51:41 +0100
  • 2533912fc7 Cygwin: Allow executing Windows Store's "app execution aliases" Johannes Schindelin 2021-03-22 16:51:48 +0100
  • ef05e8bdae Cygwin: pty: Rename input/output named pipes. Takashi Yano via Cygwin-patches 2021-03-23 20:50:28 +0900
  • d10d0d9b03 Cygwin: pty: Transfer input only if the stdin is a pty. Takashi Yano via Cygwin-patches 2021-03-09 12:23:34 +0900
  • 11ae6943eb Cygwin: update release notes for 3.2.0, part 5 Corinna Vinschen 2021-03-09 11:07:31 +0100
  • 1eaa9b08af Cygwin: update release notes for 3.2.0, part 4 Corinna Vinschen 2021-03-09 10:06:03 +0100
  • 12325677f7 Cygwin: pty: Transfer input for native app only if the stdin is pcon. Takashi Yano via Cygwin-patches 2021-03-08 23:55:10 +0900
  • a9ff2cad68 Cygwin: update release notes for 3.2.0 Ken Brown 2021-03-08 09:51:32 -0500
  • 850b5a9aae Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon. Takashi Yano via Cygwin-patches 2021-03-08 22:14:58 +0900
  • 07e2ce9f55 Cygwin: update release notes for 3.2.0, part 2 Corinna Vinschen 2021-03-08 11:38:27 +0100
  • abc8acb6a0 Cygwin: update release notes for 3.2.0 Corinna Vinschen 2021-03-08 11:34:46 +0100
  • b92a6303f1 Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK. Takashi Yano via Cygwin-patches 2021-03-07 10:41:11 +0900
  • 4e16e575db Cygwin: pty: Discard input already accepted on interrupt. Takashi Yano via Cygwin-patches 2021-03-05 18:01:50 +0900
  • 582628d551 Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dynamically" Corinna Vinschen 2021-03-07 12:17:57 +0100
  • 1debd4d635 Regenerate lib/posix/Makefile.in Jeff Johnston 2021-03-05 15:23:24 -0500
  • 5cf99d2f6e Cygwin: console: Fix restoring console mode failure. Takashi Yano via Cygwin-patches 2021-03-04 19:11:08 +0900
  • 919dea66d3 Cygwin: pty: Fix a race issue in startup of pseudo console. Takashi Yano via Cygwin-patches 2021-03-04 17:56:34 +0900
  • 182ba1f022 Cygwin: simplify linkat with AT_EMPTY_PATH Ken Brown 2021-02-25 07:54:10 -0500
  • 425203384a Cygwin: fix linkat(2) on sockets that are not socket files Ken Brown 2021-02-24 10:43:15 -0500
  • 012427c96e Cygwin: fix facl on sockets that are not socket files Ken Brown 2021-02-22 10:13:09 -0500
  • cb0e71d3f8 Cygwin: fix fchown on sockets that are not socket files Ken Brown 2021-02-22 09:50:34 -0500
  • 1a9ceab5dd Cygwin: fix fchmod on sockets that are not socket files Ken Brown 2021-02-22 09:34:36 -0500
  • 8889d21010 Cygwin: fix fstatvfs on sockets that are not socket files Ken Brown 2021-02-22 09:21:00 -0500
  • 2f24c0b993 Cygwin: fix fstat on sockets that are not socket files Ken Brown 2021-02-22 09:08:04 -0500
  • 26478769a6 RISC-V: Fix optimized strcmp on big endian Marcus Comstedt 2021-02-23 22:31:17 +0100
  • 1a6fd3f05f Set __IEEE_BIG_ENDIAN for big endian RISC-V Marcus Comstedt 2021-02-23 22:31:16 +0100
  • 117ddd9dd0 Cygwin: facl: fail with EBADF on files opened with O_PATH Ken Brown 2021-02-23 17:07:00 -0500
  • 949fe7bec5 Cygwin: AF_UNIX: allow opening with the O_PATH flag Ken Brown 2021-02-23 11:48:46 -0500
  • 2911d50e70 Bump config.guess and config.sub Kito Cheng 2021-02-23 16:14:36 +0800
  • 6cde7279a0 Cygwin: console: Prevent NULL pointer access in close(). Takashi Yano via Cygwin-patches 2021-02-22 22:30:17 +0900
  • 18b91fbe58 Cygwin: pty: Fix segfault caused when tcflush() is called. Takashi Yano via Cygwin-patches 2021-02-21 07:45:16 +0900
  • 246121534a Cygwin: FIFO: temporarily keep a conv_handle in syscalls.cc:open Ken Brown 2021-02-09 12:11:02 -0500
  • 70f6360869 Cygwin: fstat_helper: always use handle in call to get_file_attribute Ken Brown 2021-02-10 21:15:20 -0500
  • e67679fcac Cygwin: define fhandler_fifo::fstat Ken Brown 2021-02-18 10:18:41 -0500
  • 6d898f43fc Cygwin: realpath: fix cygwin installation dir being access via junction Corinna Vinschen 2021-02-19 18:15:58 +0100
  • 543e39bb12 Cygwin: default to O_BINARY in fhandler_base::reset_to_open_binmode() Corinna Vinschen 2021-02-19 18:12:37 +0100