Commit Graph

  • 55b93b27d6 Cygwin: FIFO: fix indentation Ken Brown 2020-08-03 09:43:36 -0400
  • 0fda55133a Cygwin: FIFO: synchronize the fifo_reader and fifosel threads Ken Brown 2020-08-03 09:38:08 -0400
  • 251624a352 Cygwin: FIFO: don't read from pipes that are closing Ken Brown 2020-08-03 09:35:00 -0400
  • 289af73a89 Cygwin: FIFO: reorganize some fifo_client_handler methods Ken Brown 2020-08-03 09:32:30 -0400
  • 6ed067a0ae Cygwin: FIFO: add a timeout to take_ownership Ken Brown 2020-08-03 09:17:06 -0400
  • 6acce025d0 Cygwin: FIFO: fix timing issue with owner change Ken Brown 2020-08-02 16:38:24 -0400
  • e319fd0e62 Cygwin: FIFO: lock fixes Ken Brown 2020-07-31 13:55:17 -0400
  • cb7fba2f3e fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcode Brian Inglis 2020-08-04 00:51:56 -0600
  • 4ecc804d54 fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flag Brian Inglis 2020-08-03 10:22:46 -0600
  • 12ad9a46df libm/math: Use __math_xflow in obsolete math code [v2] Keith Packard 2020-07-30 16:41:05 -0700
  • 5717262b8e select.h: update FD macros to latest FreeBSD, fix type conversion warning Corinna Vinschen 2020-08-03 12:40:43 +0200
  • 3fbfcd11fb Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation Corinna Vinschen 2020-08-01 21:35:58 +0200
  • c222c1b294
    Cygwin: Speed up dumper Jon Turney 2020-07-06 15:10:40 +0100
  • 0d4d2d38fb
    Cygwin: Remove synchronization event from dumper Jon Turney 2020-07-06 15:02:39 +0100
  • a5218ff772
    Cygwin: Add --nokill dumper option Jon Turney 2020-07-06 14:51:32 +0100
  • ba283d8777 arm: Fix include to avoid undefined reference Sebastian Huber 2020-07-29 16:24:13 +0200
  • 3ca4325968 arm: Split fenv.c into multiple files Eshan dhawan 2020-07-24 00:36:46 +0530
  • b7a6e02dc6 arm: Fix fenv support Eshan dhawan 2020-07-19 01:22:53 +0530
  • 7b1416c3ab
    Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit build Jon Turney 2020-07-28 13:25:00 +0100
  • 123b806523 riscv: fix integer wraparound in memcpy PkmX via Newlib 2020-07-24 19:07:45 +0800
  • 0947efb859 fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB size Brian Inglis 2020-07-22 13:22:54 -0600
  • 1c803a6d88 Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaround Corinna Vinschen 2020-07-20 20:55:43 +0200
  • eeb2dc1537 Cygwin: mmap: document recent bugfix Ken Brown 2020-07-21 17:57:37 -0400
  • b245014abd
    Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper Jon Turney 2020-07-07 20:54:27 +0100
  • 35227fec97
    Cygwin: Don't dump non-writable image regions Jon Turney 2020-07-05 14:42:59 +0100
  • 44103c0621
    Cygwin: Drop excluded regions list from dumper Jon Turney 2020-07-04 15:57:31 +0100
  • 0302c69164
    Cygwin: Remove reading of PE for section flags from dumper Jon Turney 2020-07-04 15:51:14 +0100
  • b40983eda1
    Cygwin: Show details of all memory regions in dumper debug output Jon Turney 2020-07-01 16:08:59 +0100
  • 119e8d5c11 Cygwin: mmap: constify pagesize throughout Corinna Vinschen 2020-07-20 17:53:29 +0200
  • d8a8d2ce59 Cygwin: mmap: fix mapping beyond EOF on 64 bit Ken Brown 2020-07-20 08:59:09 -0400
  • e0a53d6625 Cygwin: pty: Fix a bug on redirecting something to /dev/pty*. Takashi Yano via Cygwin-patches 2020-07-18 13:48:47 +0900
  • 2aa3eb7503 Cygwin: sockets: Rearrange check for connect failure Corinna Vinschen 2020-07-20 09:49:07 +0200
  • 53b7116705 Cygwin: FIFO: document recent fixes Ken Brown 2020-07-16 16:21:03 -0400
  • ac371ee1ba Cygwin: FIFO: update commentary Ken Brown 2020-07-11 15:43:44 -0400
  • f56dc33579 Cygwin: FIFO: clean up Ken Brown 2020-07-15 16:58:18 -0400
  • 4eaa55463d Cygwin: FIFO: allow take_ownership to be interrupted Ken Brown 2020-07-13 07:01:57 -0400
  • a4dc0eb15c Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarily Ken Brown 2020-07-12 18:11:38 -0400
  • 4f25d82cb1 Cygwin: FIFO: add missing lock Ken Brown 2020-07-15 16:13:47 -0400
  • d3a01b7ec2 Cygwin: FIFO: make certain errors non-fatal Ken Brown 2020-07-11 15:20:45 -0400
  • b0418138fe Cygwin: FIFO: fix indentation Ken Brown 2020-07-11 14:55:39 -0400
  • 6b8a829496 Cygwin: FIFO: improve taking ownership in fifo_reader_thread Ken Brown 2020-07-11 14:52:55 -0400
  • 1c0cf5f4f9 Cygwin: FIFO: reduce I/O interleaving Ken Brown 2020-07-11 14:34:24 -0400
  • e10425e1e3 Cygwin: fhandler_fifo::hit_eof: improve reliability Ken Brown 2020-07-11 14:23:11 -0400
  • 8ca713d70a Cygwin: FIFO: keep a writer count in shared memory Ken Brown 2020-07-11 14:05:23 -0400
  • da9fea0759 Cygwin: FIFO: fix problems finding new owner Ken Brown 2020-07-15 09:46:42 -0400
  • 0ee972d1b0 ctype.h: Fix unused variable warnings Aschref Ben Thabet 2020-07-16 10:28:49 +0200
  • 52ad92e1b6 Cygwin: document previous poll/select patch Corinna Vinschen 2020-07-16 10:58:40 +0200
  • aa86784937 Cygwin: make sure failed sockets always signal writability Marc Hoersken 2020-07-15 20:53:21 +0200
  • b1237e64fd Cygwin: FAQ 1.6: Update "Who's behind the project?" Brian Inglis 2020-07-13 07:30:07 -0600
  • 906ce51747 Cygwin: FAQ 1.5: Clarify "What version is this" Brian Inglis 2020-07-13 06:58:56 -0600
  • 2a0e84c8db
    Cygwin: Make dumper scan more than first 4GB of VM on x86_64 Jon Turney 2020-07-01 14:00:53 +0100
  • 7dd1b08836
    Cygwin: Add a new win32_pstatus data type for modules on x86_64 Jon Turney 2020-06-29 16:45:26 +0100
  • 38f8860146
    Cygwin: Update ELF target used by dumper on x86_64 Jon Turney 2020-06-29 14:36:00 +0100
  • f2a285bd4f
    Cygwin: Slightly improve error_start documentation Jon Turney 2020-06-10 14:52:41 +0100
  • b21ad33e08 testsuite: Fix iconv tests to use new encoding config defines Keith Packard via Newlib 2020-07-09 16:58:48 -0700
  • 24f3c61953 libc/iconv: find_alias was mis-computing remaining alias table length Keith Packard via Newlib 2020-07-09 16:58:47 -0700
  • 2c33d31fa8 libc/iconv: Remove unneeded pointer var for _iconv_aliases Keith Packard via Newlib 2020-07-09 16:58:46 -0700
  • 6c772f4547 libc/iconv: Detect CES handler loading failure Keith Packard via Newlib 2020-07-09 16:58:45 -0700
  • acfc63b0cf Fix invalid acl_entry_t on 32-bit Cygwin David Allsopp 2020-07-09 20:17:03 +0100
  • 462fcdb67f Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functions Corinna Vinschen 2020-07-10 10:29:33 +0200
  • b3af1d5aa3 Cygwin: Bump DLL version to 3.1.7 Corinna Vinschen 2020-07-09 10:14:20 +0200
  • 4b94604c79 Cygwin: add microcode patch to release messages Corinna Vinschen 2020-07-09 09:55:34 +0200
  • 7b2c7fca04 format_proc_cpuinfo: fix microcode revision shift direction Brian Inglis 2020-07-07 13:00:37 -0600
  • 54bb6589c3 fhandler_proc.cc(format_proc_cpuinfo): add microcode registry lookup values Brian Inglis 2020-07-07 13:00:36 -0600
  • 104caeb7b1 Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm Eshan dhawan via Newlib 2020-07-04 04:11:06 +0530
  • bb96bd03b0 Cygwin: fix buffer overrun in cygwin_strcasecmp Corinna Vinschen 2020-07-06 13:17:53 +0200
  • f095752167 libm: machine: Add missing sparc and mips configuration Corinna Vinschen 2020-07-03 10:45:44 +0200
  • 65918715a0 mips fenv support Eshan dhawan via Newlib 2020-07-03 02:43:06 +0530
  • 03bf9f431c SPARC fenv support Eshan dhawan via Newlib 2020-07-03 02:43:05 +0530
  • fd5e27d362 fenv aarch64 support Eshan dhawan via Newlib 2020-06-28 01:01:29 +0530
  • 70cd4cbe65 pru: Fix memory corruption on syscall return Dimitar Dimitrov 2020-06-03 19:14:22 +0300
  • 5266248285 Cygwin: add new IPPROTO_TCP options to release notes Corinna Vinschen 2020-07-01 21:33:15 +0200
  • ee22924137 Cygwin: tcp: Support TCP_QUICKACK Corinna Vinschen 2020-07-01 21:26:59 +0200
  • ffb07b41bc Cygwin: tcp: Support TCP_USER_TIMEOUT Corinna Vinschen 2020-07-01 20:30:22 +0200
  • 8ccffddc91 Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVL Corinna Vinschen 2020-07-01 20:27:10 +0200
  • 0feb77c260 Cygwin: tcp: Support TCP_FASTOPEN Corinna Vinschen 2020-06-30 14:34:19 +0200
  • e037192b50 Cygwin: tcp: fix IPPROTO_TCP option handling Corinna Vinschen 2020-06-30 13:33:57 +0200
  • c11b0343c0 Cygwin: pty, termios: Unify thoughts of read ahead beffer handling. Takashi Yano via Cygwin-patches 2020-06-30 20:12:50 +0900
  • 8121b606e8 Cygwin: pty: Discard CSI > Pm m sequence from native windows apps. Takashi Yano via Cygwin-patches 2020-06-30 20:12:13 +0900
  • a97bdf100f fenv support arm Eshan dhawan via Newlib 2020-06-03 23:15:09 +0530
  • bc5087298d Regenerate libm/machine configuration files for powerpc Jeff Johnston 2020-06-09 20:59:04 -0400
  • 8014dc7099 Cygwin: pty: Fix screen distortion after less for native apps again. Takashi Yano via Cygwin-patches 2020-06-04 10:43:19 +0900
  • e6ce6f1430 hard float support for PowerPC taken from FreeBSD Eshan dhawan via Newlib 2020-06-02 22:11:40 +0530
  • 8873f073c8 Bump version to 3.1.6 Corinna Vinschen 2020-06-01 10:48:11 +0200
  • c4b060e3fe Cygwin: pty: Fix screen distortion after using less for native apps. Takashi Yano via Cygwin-patches 2020-06-01 15:16:18 +0900
  • d212bdc400 Cygwin: pty: Revise the code which prevents undesired window title. Takashi Yano via Cygwin-patches 2020-05-31 14:53:20 +0900
  • ac1f63ef28 Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread(). Takashi Yano via Cygwin-patches 2020-05-31 14:53:19 +0900
  • 4527541ec6 Cygwin: console: Discard some unsupported escape sequences. Takashi Yano via Cygwin-patches 2020-05-31 14:53:18 +0900
  • 0f7193f4fb Cygwin: pty: Prevent garbage remained in read ahead buffer. Takashi Yano via Cygwin-patches 2020-05-31 14:53:17 +0900
  • d6242d8733 Cygwin: update C++ dialect to gnu++14 Corinna Vinschen 2020-05-30 19:41:18 +0200
  • 0c5aab9c99 Cygwin: console: Make cursor keys work in vim under ConEmu. Takashi Yano via Cygwin-patches 2020-05-30 18:25:03 +0900
  • 41ae84e6dc Cygwin: stat: fix st_mode of fifos again Ken Brown 2020-05-28 13:05:32 -0400
  • b5089f339a Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls. Takashi Yano via Cygwin-patches 2020-05-28 22:49:26 +0900
  • 25987b2c2a Cygwin: pty: Fix a bug in free_attached_console(). Takashi Yano via Cygwin-patches 2020-05-28 12:43:05 +0900
  • 50d7dcaa0b Cygwin: FAQ: fix Cygwin build requirements Corinna Vinschen 2020-05-26 19:15:37 +0200
  • 4914c426c7 Cygwin: drop useless comment Corinna Vinschen 2020-05-26 10:22:41 +0200
  • 36b8811c3e Cygwin: add missing files to 'clean' build rule Corinna Vinschen 2020-05-26 10:19:35 +0200
  • 4d5efe1e1d Cygwin: revamp localtime.o build rule Corinna Vinschen 2020-05-25 17:40:27 +0200
  • 49a843b407 Cygwin: convert localtime_wrapper.c to plain C source Corinna Vinschen 2020-05-25 13:50:36 +0200
  • 57625ac256 Cygwin: rename localtime.cc to localtime_wrapper.c Corinna Vinschen 2020-05-25 13:46:24 +0200