Commit Graph

  • 2ce569ec92 Cygwin: move localtime.o build rule to end of file Corinna Vinschen 2020-05-25 13:45:17 +0200
  • 63ff2b84ff Cygwin: tzcode resync: details Mark Geisert 2020-05-22 02:32:53 -0700
  • 2452e0b806 Cygwin: tzcode resync: imports Mark Geisert 2020-05-22 02:32:52 -0700
  • c66f16b2ff Cygwin: tzcode resync: basics Mark Geisert 2020-05-22 02:32:51 -0700
  • 5489240c1b Cygwin: fix declaration of __small_{v}sprintf Corinna Vinschen 2020-05-25 13:10:41 +0200
  • 8d7a5b39d2 Cygwin: pty: Stop counting number of slaves attached to pseudo console. Takashi Yano via Cygwin-patches 2020-05-25 17:49:08 +0900
  • c26e08095d Cygwin: pty: Revise code to make system_printf() work after close. Takashi Yano via Cygwin-patches 2020-05-21 17:25:01 +0900
  • bf07202e16 Cygwin: FIFO: add missing unlock Ken Brown 2020-05-19 10:25:43 -0400
  • fe937e21ad Cygwin: FIFO: Revert "take ownership on exec" Ken Brown 2020-05-19 10:14:10 -0400
  • 0365031ce1 Cygwin: pty: Make system_printf() work after closing pty slave. Takashi Yano via Cygwin-patches 2020-05-19 20:35:59 +0900
  • 7659ff0f5a Cygwin: pty: Call FreeConsole() only if attached to current pty. Takashi Yano via Cygwin-patches 2020-05-19 19:55:23 +0900
  • 0f785536f3 Reimplement aligned_alloc Szabolcs Nagy 2020-05-19 10:52:49 +0100
  • 5f5810e01c Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default. Takashi Yano via Cygwin-patches 2020-05-17 11:34:44 +0900
  • 6867660301 cygwin: doc: Add keywords for ACE order issues David Macek via Cygwin-patches 2020-05-13 17:34:06 +0200
  • e637d53617 Cygwin: FIFO: improve the interruptibility of raw_read Ken Brown 2020-05-11 09:03:37 -0400
  • 1f27345947 Cygwin: FIFO: code simplification Ken Brown 2020-05-09 17:25:39 -0400
  • 2125ca8a69 Cygwin: fifo: fix type of fifo_reader_id_t operators Corinna Vinschen 2020-05-08 20:00:24 +0200
  • e6ddeca1d3 Cygwin: add pseudo console patch to release text Corinna Vinschen 2020-05-04 11:39:44 +0200
  • 84d446734f Document recent FIFO changes Ken Brown 2020-05-08 07:41:36 -0400
  • 98dfadec3a Cygwin: FIFO: update commentary Ken Brown 2020-04-14 09:45:44 -0400
  • 4811889e0c Cygwin: FIFO: support opening multiple readers Ken Brown 2020-05-06 11:31:39 -0400
  • bf66a56cca Cygwin: FIFO: allow any reader to take ownership Ken Brown 2020-04-25 09:54:18 -0400
  • f35dfff3de Cygwin: FIFO: find a new owner when closing Ken Brown 2020-04-24 09:05:12 -0400
  • 39a9cd9465 Cygwin: FIFO: take ownership on exec Ken Brown 2020-04-23 21:29:32 -0400
  • d9918451e2 Cygwin: FIFO: add a shared fifo_client_handler list Ken Brown 2020-04-23 18:43:42 -0400
  • c76ded2ca0 Cygwin: FIFO: allow fc_handler list to grow dynamically Ken Brown 2020-04-02 13:47:18 -0400
  • 606baf5566 Cygwin: FIFO: designate one reader as owner Ken Brown 2020-03-26 14:32:10 -0400
  • 16e7c10578 Cygwin: FIFO: introduce a new type, fifo_reader_id_t Ken Brown 2020-03-25 19:22:10 -0400
  • 365818a4a5 Cygwin: FIFO: keep track of the number of readers Ken Brown 2020-03-27 09:43:30 -0400
  • 878eb22462 Cygwin: FIFO: add shared memory Ken Brown 2020-03-17 12:29:56 -0400
  • 71726ba70b Cygwin: FIFO: use a cygthread instead of a homemade thread Ken Brown 2020-03-26 14:29:50 -0400
  • 9ee8fdf2b3 Cygwin: FIFO: make opening a writer more robust Ken Brown 2020-03-17 14:14:47 -0400
  • 301454f132 Cygwin: FIFO: fix hit_eof Ken Brown 2020-04-26 09:38:46 -0400
  • 13c65c43c2 Cygwin: FIFO: dup/fork/exec: make sure child starts unlocked Ken Brown 2020-05-04 11:36:20 -0400
  • 624fda1e96 Cygwin: FIFO: honor the flags argument in dup Ken Brown 2020-03-25 09:31:29 -0400
  • 25e8727368 Cygwin: FIFO: remove the arm method Ken Brown 2020-04-23 08:14:05 -0400
  • 9b2afd78ce Cygwin: FIFO: simplify the listen_client_thread code Ken Brown 2020-04-29 18:53:05 -0400
  • 32dbc3d215 Cygwin: FIFO: change the fifo_client_connect_state enum Ken Brown 2020-05-06 18:39:26 -0400
  • ce23e97640 Cygwin: FIFO: simplify the fifo_client_handler structure Ken Brown 2020-03-16 18:04:28 -0400
  • d05124dc6b Cygwin: FIFO: minor change - use NtClose Ken Brown 2020-03-17 10:36:34 -0400
  • 72865dc2a3 Revert "localtime define _DIAGASSERT" and followups affecting localtime.cc Corinna Vinschen 2020-05-04 11:22:54 +0200
  • 717db9fd1c setup_pseudoconsole(): handle missing/incorrect helper gracefully Johannes Schindelin 2020-05-02 15:03:07 +0200
  • 453b6d17bf localtime define _DIAGASSERT Corinna Vinschen 2020-04-29 09:51:52 +0200
  • 489a47d603 localtime 1.82 Corinna Vinschen 2020-04-28 21:35:41 +0200
  • 3003c3dacd localtime 1.81 Corinna Vinschen 2020-04-28 21:26:45 +0200
  • 9e29639ca0 localtime 1.80 Corinna Vinschen 2020-04-28 21:21:14 +0200
  • a40701c7dc localtime 1.79 Corinna Vinschen 2020-04-28 21:20:18 +0200
  • 0a41de2725 localtime 1.78 Corinna Vinschen 2020-04-28 21:14:01 +0200
  • b8aa5f7a0f localtime 1.77 Corinna Vinschen 2020-04-28 20:58:29 +0200
  • 0f4bda8792 localtime 1.76 Corinna Vinschen 2020-04-28 20:57:34 +0200
  • 65bf580752 localtime 1.75 Corinna Vinschen 2020-04-28 20:56:16 +0200
  • 3f0c2ac96e localtime 1.74 Corinna Vinschen 2020-04-28 20:50:57 +0200
  • 76d4d40b8b localtime 1.73 Corinna Vinschen 2020-04-27 11:21:00 +0200
  • f2e06d8af5 Cygwin: localtime.cc: reformat for easier patching Corinna Vinschen 2020-04-27 11:13:05 +0200
  • d94763fc2e Cygwin: add release message for fixed floppy bugs Corinna Vinschen 2020-04-24 16:39:37 +0200
  • 39a1c3c96f Cygwin: raw disk I/O: lock floppys as well Corinna Vinschen 2020-04-24 16:22:26 +0200
  • b834921895 Cygwin: raw disk I/O: Fix return value in error case Corinna Vinschen 2020-04-24 16:19:09 +0200
  • 5a7e130c31 Cygwin: file I/O: make sure to treat write return value as ssize_t Corinna Vinschen 2020-04-24 16:14:43 +0200
  • 8a0bdd84b8 Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords David Macek via Cygwin-patches 2020-04-20 19:21:15 +0200
  • 969c8392fe Cygwin: accounts: Don't keep old schemes when parsing nsswitch.conf David Macek via Cygwin-patches 2020-04-20 19:21:00 +0200
  • d5add9ee5e Cygwin: accounts: Unify nsswitch.conf db_* defaults David Macek via Cygwin-patches 2020-04-21 20:31:09 +0200
  • f47347716c Cygwin: Add David Macek to CONTRIBUTORS Corinna Vinschen 2020-04-21 10:38:57 +0200
  • 6b97962073 Cygwin: symlinks: fix WSL symlink creation if cygdrive prefix is / Corinna Vinschen 2020-04-21 10:31:53 +0200
  • 5951b3e600 cygheap_pwdgrp: Handle invalid db_* entries correctly David Macek via Cygwin-patches 2020-04-16 23:09:07 +0200
  • 1fac24078a Cygwin: faq: disable outdated "sshd in domain" faq Corinna Vinschen 2020-04-14 13:26:37 +0200
  • 073edd5329 proc_cpuinfo: Add PPIN support for AMD Brian Inglis 2020-04-10 22:35:28 -0600
  • 3d1360113d Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETER Corinna Vinschen 2020-04-07 18:54:59 +0200
  • 3fe9b02ccd Cygwin: mmap_alloc: fix comment to document using the extended memory API Corinna Vinschen 2020-04-07 14:17:04 +0200
  • b8ecbaaac0 Cygwin: threads: use extended memory API if available Corinna Vinschen 2020-04-07 17:41:05 +0200
  • 8d0a7701aa Cygwin: mmap: use extended memory API if available Corinna Vinschen 2020-04-07 14:16:09 +0200
  • e18f7f99cc Cygwin: memory: declare extended memory API Corinna Vinschen 2020-04-07 14:13:50 +0200
  • ccb3a40dad Cygwin: threads: add missing include of mmap_alloc.h Corinna Vinschen 2020-04-07 17:40:38 +0200
  • e8ae404440 Cygwin: threads: lower thread size from pool to 256 Megs Corinna Vinschen 2020-04-07 13:43:17 +0200
  • aa4d960306 Cygwin: threads: use mmap area to fulfill requests for big stacks Corinna Vinschen 2020-04-07 14:09:45 +0200
  • ece49e4090 Cygwin: symlinks: Allow traversing WSL symlinks Corinna Vinschen 2020-04-05 16:17:36 +0200
  • 44fe41a766 Cygwin: docs: revamp docs explaining symlinks Corinna Vinschen 2020-04-03 21:44:00 +0200
  • 44da5e4b8c Cygwin: symlinks: create WSL symlinks on supporting filesystems Corinna Vinschen 2020-04-03 21:40:01 +0200
  • fb834beebe Cygwin: symlinks: fix WSL symlinks pointing to /mnt Corinna Vinschen 2020-04-02 22:25:55 +0200
  • 1171927f1a winsup/cygwin: remove defines added in mingw-w64 v7.0.0 Biswapriyo Nath 2020-04-01 11:20:00 +0530
  • 4a36897af3 Cygwin: symlinks: support WSL symlinks Corinna Vinschen 2020-03-27 12:12:31 +0100
  • d2e0b65a7f Cygwin: serial: fix GCC warning Corinna Vinschen 2020-03-26 14:13:37 +0100
  • 6295d75913 newlib/libm/math: Make pow/powf return qnan for snan arg Keith Packard via Newlib 2020-03-25 17:18:21 -0700
  • 3439f3b0e9 newlib/libm/common: Don't re-convert float to bits in modf/modff Keith Packard via Newlib 2020-03-25 17:18:20 -0700
  • 61cd34c1bf newlib/libm/common: Fix modf/modff returning snan Keith Packard via Newlib 2020-03-25 17:18:19 -0700
  • 5e24839658 Fix spurious underflow exceptions for Bessel functions for double(from glibc bug 14155) Joseph S. Myers 2020-03-25 11:18:44 -0700
  • 009c7a0553 Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue" Corinna Vinschen 2020-03-25 21:01:29 +0100
  • 8ffe12b394 fhandler_serial: fix comments Corinna Vinschen 2020-03-25 12:25:06 +0100
  • 082f2513c7 Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue Corinna Vinschen 2020-03-25 12:21:59 +0100
  • 2a4b1de773 Cygwin: serial: use per call OVERLAPPED structs Corinna Vinschen 2020-03-23 21:06:00 +0100
  • a1f0585454 Cygwin: serial: select: call ClearCommError prior to calling WaitCommEvent Corinna Vinschen 2020-03-23 17:23:19 +0100
  • 3a74630f75 Cygwin: serial: select: fix WaitCommEvent request Corinna Vinschen 2020-03-23 13:08:32 +0100
  • 912c902615 Cygwin: serial: tcsetattr: set timeouts unconditionally Corinna Vinschen 2020-03-23 12:13:35 +0100
  • 72294cd211 Cygwin: serial: avoid overrun of vtime Corinna Vinschen 2020-03-21 10:36:11 +0100
  • e4f9fc92ac Cygwin: serial: select: fix previous revamp patch Åke Rehnman 2020-03-20 10:37:17 +0100
  • 2929599590 Cygwin: serial: revamp overlapped IO in read and select Corinna Vinschen 2020-03-18 21:14:06 +0100
  • 93b491c4f2 Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_t Corinna Vinschen 2020-03-17 17:45:05 +0100
  • 9e106db0ad Cygwin: serial: select: simplify peek_serial Corinna Vinschen 2020-03-17 17:24:56 +0100
  • 6c8392d651
    Cygwin: Use a separate Start Menu folder for WoW64 installs Jon Turney 2020-03-19 13:54:10 +0000
  • 6b0c1e7cc8 Fix hypotf missing mask in hi+lo decomposition Fabian Schriever 2020-03-19 16:34:08 +0100
  • 4ad9ba42fc Fix modf/f for NaN input Fabian Schriever 2020-03-18 14:18:20 +0100