Age | Commit message (Expand) | Author | Files | Lines |
2019-06-11 | Revert "Cygwin: fork: Remember child not before success." | Ken Brown | 1 | -16/+15 |
2019-06-07 | Fix __getreent stack calculations for AMD GCN | Jeff Johnston | 1 | -6/+6 |
2019-06-07 | Add gfortran support for AMD GCN | Jeff Johnston | 10 | -3/+212 |
2019-06-07 | Mark inline functions with __unused; | trasz | 1 | -5/+5 |
2019-06-07 | sys/sys: further adoption of SPDX licensing ID tags. | pfg | 1 | -0/+2 |
2019-06-05 | Cygwin: map beyond EOF on 64 bit and WOW64 as well | Corinna Vinschen | 1 | -11/+24 |
2019-06-05 | mkdir: always check-for-existence | Ben Wijen | 1 | -1/+3 |
2019-06-04 | cygcheck: expand common_apps list | Yaakov Selkowitz | 1 | -1/+16 |
2019-06-04 | Cygwin: Allow accessing 48 bit address space in Windows 8.1 or later | Corinna Vinschen | 4 | -5/+20 |
2019-06-03 | Cygwin: fork: Remember child not before success. | Michael Haubenwallner | 1 | -15/+16 |
2019-06-03 | Cygwin: fork: Always pause child after fixups. | Michael Haubenwallner | 1 | -10/+9 |
2019-06-03 | Cygwin: dll_list: no recursive use of nt_max_path_buf | Michael Haubenwallner | 1 | -4/+9 |
2019-06-03 | Cygwin: dll_list: stat_real_file_once with ntname | Michael Haubenwallner | 2 | -34/+8 |
2019-06-03 | Fix vfwscanf(3) assignment suppression flag handling bug | Lucio Andrés Illanes Albornoz | 1 | -0/+1 |
2019-06-03 | Add support for Hygon Dhyana processor | Jinke Fan | 2 | -2/+4 |
2019-06-03 | Fix <sys/_types.h> issues with <stddef.h> | Sebastian Huber | 2 | -5/+3 |
2019-06-03 | Avoid <sys/cdefs.h> dependency in <sys/_types.h> | Sebastian Huber | 1 | -2/+7 |
2019-06-03 | Avoid cyclic header dependencies | Sebastian Huber | 2 | -5/+5 |
2019-05-28 | Cygwin: FIFO: respect the O_CLOEXEC flag | Ken Brown | 1 | -2/+3 |
2019-05-23 | Cygwin: FIFO: Open only one handle to NPFS | Ken Brown | 1 | -1/+1 |
2019-05-22 | RISC-V: Add _LITE_EXIT in crt0.S. | Jim Wilson | 1 | -0/+13 |
2019-05-22 | RISC-V: Add size optimized memcpy, memmove, memset and strcmp. | Jim Wilson | 8 | -2/+146 |
2019-05-15 | Make .data section placement coincide with _fdata symbol | Faraz Shahbazker | 22 | -0/+22 |
2019-05-09 | Cygwin: FIFO: code simplifications. | Ken Brown | 1 | -11/+2 |
2019-05-09 | Cygwin: FIFO: make read_ready an auto-reset event | Ken Brown | 1 | -1/+1 |
2019-05-09 | Cygwin: FIFO: improve the check for the listen_client thread | Ken Brown | 2 | -2/+33 |
2019-05-09 | Cygwin: FIFO: set client handler flags more accurately | Ken Brown | 1 | -1/+3 |
2019-05-09 | Cygwin: FIFO: don't leave a pending listen request | Ken Brown | 2 | -53/+59 |
2019-05-09 | Cygwin: FIFO: add a HANDLE parameter to open_pipe | Ken Brown | 2 | -9/+9 |
2019-05-09 | Cygwin: FIFO: re-implement duplexers | Ken Brown | 2 | -34/+11 |
2019-05-09 | Cygwin: FIFO: add 'record_connection' method | Ken Brown | 2 | -9/+15 |
2019-05-09 | Cygwin: FIFO: remove incorrect duplexer code | Ken Brown | 1 | -15/+8 |
2019-05-09 | Revert "Cygwin: check for STATUS_PENDING in fhandler_base::raw_read" | Ken Brown | 1 | -13/+1 |
2019-05-05 | Cygwin: dll_list: drop unused read_fbi method | Michael Haubenwallner | 2 | -24/+0 |
2019-04-30 | Cygwin: Add release info for 3.0.7 | Corinna Vinschen | 2 | -0/+21 |
2019-04-30 | Cygwin: dll_list: query dll file id at load time | Michael Haubenwallner | 2 | -4/+2 |
2019-04-30 | Cygwin: dll_list: stat_real_file_once as dll method | Michael Haubenwallner | 2 | -10/+13 |
2019-04-30 | Cygwin: dll_list: drop FILE_BASIC_INFORMATION | Michael Haubenwallner | 3 | -6/+3 |
2019-04-30 | Cygwin: update era and message locale data | Corinna Vinschen | 2 | -317/+341 |
2019-04-29 | Fix order of eh_frame sections in linker scripts | Faraz Shahbazker | 18 | -18/+118 |
2019-04-26 | Cygwin: FIFO: synchronize the blocking mode of a writer's pipe | Ken Brown | 2 | -0/+17 |
2019-04-25 | Cygwin: define MSG_EOR and refuse in send(2) | Corinna Vinschen | 3 | -0/+13 |
2019-04-23 | Minor improvements to socket error handling: | Erik M. Bray | 1 | -1/+4 |
2019-04-22 | Cygwin: FIFO: restart listen_client thread after fork/exec | Ken Brown | 1 | -7/+5 |
2019-04-20 | Cygwin: FIFO: stop the listen_client thread before fork/exec | Ken Brown | 2 | -2/+16 |
2019-04-20 | Cygwin: FIFO: close connect_evt handles as soon as possible | Ken Brown | 1 | -7/+10 |
2019-04-20 | Cygwin: FIFO: avoid WFMO error in listen_client_thread | Ken Brown | 1 | -5/+7 |
2019-04-20 | Cygwin: FIFO: duplicate the i/o handle when opening a duplexer | Ken Brown | 1 | -1/+8 |
2019-04-20 | Cygwin: FIFO: stop the listen_client thread on an opening error | Ken Brown | 1 | -1/+1 |
2019-04-19 | Cygwin: drop unsupported Windows 10 versions | Corinna Vinschen | 1 | -31/+1 |