aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Revert "Cygwin: fork: Remember child not before success."Ken Brown1-16/+15
2019-06-07Fix __getreent stack calculations for AMD GCNJeff Johnston1-6/+6
2019-06-07Add gfortran support for AMD GCNJeff Johnston10-3/+212
2019-06-07Mark inline functions with __unused;trasz1-5/+5
2019-06-07sys/sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2019-06-05Cygwin: map beyond EOF on 64 bit and WOW64 as wellCorinna Vinschen1-11/+24
2019-06-05mkdir: always check-for-existenceBen Wijen1-1/+3
2019-06-04cygcheck: expand common_apps listYaakov Selkowitz1-1/+16
2019-06-04Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen4-5/+20
2019-06-03Cygwin: fork: Remember child not before success.Michael Haubenwallner1-15/+16
2019-06-03Cygwin: fork: Always pause child after fixups.Michael Haubenwallner1-10/+9
2019-06-03Cygwin: dll_list: no recursive use of nt_max_path_bufMichael Haubenwallner1-4/+9
2019-06-03Cygwin: dll_list: stat_real_file_once with ntnameMichael Haubenwallner2-34/+8
2019-06-03Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz1-0/+1
2019-06-03Add support for Hygon Dhyana processorJinke Fan2-2/+4
2019-06-03Fix <sys/_types.h> issues with <stddef.h>Sebastian Huber2-5/+3
2019-06-03Avoid <sys/cdefs.h> dependency in <sys/_types.h>Sebastian Huber1-2/+7
2019-06-03Avoid cyclic header dependenciesSebastian Huber2-5/+5
2019-05-28Cygwin: FIFO: respect the O_CLOEXEC flagKen Brown1-2/+3
2019-05-23Cygwin: FIFO: Open only one handle to NPFSKen Brown1-1/+1
2019-05-22RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson1-0/+13
2019-05-22RISC-V: Add size optimized memcpy, memmove, memset and strcmp.Jim Wilson8-2/+146
2019-05-15Make .data section placement coincide with _fdata symbolFaraz Shahbazker22-0/+22
2019-05-09Cygwin: FIFO: code simplifications.Ken Brown1-11/+2
2019-05-09Cygwin: FIFO: make read_ready an auto-reset eventKen Brown1-1/+1
2019-05-09Cygwin: FIFO: improve the check for the listen_client threadKen Brown2-2/+33
2019-05-09Cygwin: FIFO: set client handler flags more accuratelyKen Brown1-1/+3
2019-05-09Cygwin: FIFO: don't leave a pending listen requestKen Brown2-53/+59
2019-05-09Cygwin: FIFO: add a HANDLE parameter to open_pipeKen Brown2-9/+9
2019-05-09Cygwin: FIFO: re-implement duplexersKen Brown2-34/+11
2019-05-09Cygwin: FIFO: add 'record_connection' methodKen Brown2-9/+15
2019-05-09Cygwin: FIFO: remove incorrect duplexer codeKen Brown1-15/+8
2019-05-09Revert "Cygwin: check for STATUS_PENDING in fhandler_base::raw_read"Ken Brown1-13/+1
2019-05-05Cygwin: dll_list: drop unused read_fbi methodMichael Haubenwallner2-24/+0
2019-04-30Cygwin: Add release info for 3.0.7Corinna Vinschen2-0/+21
2019-04-30Cygwin: dll_list: query dll file id at load timeMichael Haubenwallner2-4/+2
2019-04-30Cygwin: dll_list: stat_real_file_once as dll methodMichael Haubenwallner2-10/+13
2019-04-30Cygwin: dll_list: drop FILE_BASIC_INFORMATIONMichael Haubenwallner3-6/+3
2019-04-30Cygwin: update era and message locale dataCorinna Vinschen2-317/+341
2019-04-29Fix order of eh_frame sections in linker scriptsFaraz Shahbazker18-18/+118
2019-04-26Cygwin: FIFO: synchronize the blocking mode of a writer's pipeKen Brown2-0/+17
2019-04-25Cygwin: define MSG_EOR and refuse in send(2)Corinna Vinschen3-0/+13
2019-04-23Minor improvements to socket error handling:Erik M. Bray1-1/+4
2019-04-22Cygwin: FIFO: restart listen_client thread after fork/execKen Brown1-7/+5
2019-04-20Cygwin: FIFO: stop the listen_client thread before fork/execKen Brown2-2/+16
2019-04-20Cygwin: FIFO: close connect_evt handles as soon as possibleKen Brown1-7/+10
2019-04-20Cygwin: FIFO: avoid WFMO error in listen_client_threadKen Brown1-5/+7
2019-04-20Cygwin: FIFO: duplicate the i/o handle when opening a duplexerKen Brown1-1/+8
2019-04-20Cygwin: FIFO: stop the listen_client thread on an opening errorKen Brown1-1/+1
2019-04-19Cygwin: drop unsupported Windows 10 versionsCorinna Vinschen1-31/+1