summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen2019-06-1414-14/+23
* Revert "Cygwin: fork: Remember child not before success."Ken Brown2019-06-111-16/+15
* Fix __getreent stack calculations for AMD GCNJeff Johnston2019-06-071-6/+6
* Add gfortran support for AMD GCNJeff Johnston2019-06-0710-3/+212
* Mark inline functions with __unused;trasz2019-06-071-5/+5
* sys/sys: further adoption of SPDX licensing ID tags.pfg2019-06-071-0/+2
* Cygwin: map beyond EOF on 64 bit and WOW64 as wellCorinna Vinschen2019-06-051-11/+24
* mkdir: always check-for-existenceBen Wijen2019-06-051-1/+3
* cygcheck: expand common_apps listYaakov Selkowitz2019-06-041-1/+16
* Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen2019-06-044-5/+20
* Cygwin: fork: Remember child not before success.Michael Haubenwallner2019-06-031-15/+16
* Cygwin: fork: Always pause child after fixups.Michael Haubenwallner2019-06-031-10/+9
* Cygwin: dll_list: no recursive use of nt_max_path_bufMichael Haubenwallner2019-06-031-4/+9
* Cygwin: dll_list: stat_real_file_once with ntnameMichael Haubenwallner2019-06-032-34/+8
* Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz2019-06-031-0/+1
* Add support for Hygon Dhyana processorJinke Fan2019-06-032-2/+4
* Fix <sys/_types.h> issues with <stddef.h>Sebastian Huber2019-06-032-5/+3
* Avoid <sys/cdefs.h> dependency in <sys/_types.h>Sebastian Huber2019-06-031-2/+7
* Avoid cyclic header dependenciesSebastian Huber2019-06-032-5/+5
* Cygwin: FIFO: respect the O_CLOEXEC flagKen Brown2019-05-281-2/+3
* Cygwin: FIFO: Open only one handle to NPFSKen Brown2019-05-231-1/+1
* RISC-V: Add _LITE_EXIT in crt0.S.Jim Wilson2019-05-221-0/+13
* RISC-V: Add size optimized memcpy, memmove, memset and strcmp.Jim Wilson2019-05-228-2/+146
* Make .data section placement coincide with _fdata symbolFaraz Shahbazker2019-05-1522-0/+22
* Cygwin: FIFO: code simplifications.Ken Brown2019-05-091-11/+2
* Cygwin: FIFO: make read_ready an auto-reset eventKen Brown2019-05-091-1/+1
* Cygwin: FIFO: improve the check for the listen_client threadKen Brown2019-05-092-2/+33
* Cygwin: FIFO: set client handler flags more accuratelyKen Brown2019-05-091-1/+3
* Cygwin: FIFO: don't leave a pending listen requestKen Brown2019-05-092-53/+59
* Cygwin: FIFO: add a HANDLE parameter to open_pipeKen Brown2019-05-092-9/+9
* Cygwin: FIFO: re-implement duplexersKen Brown2019-05-092-34/+11
* Cygwin: FIFO: add 'record_connection' methodKen Brown2019-05-092-9/+15
* Cygwin: FIFO: remove incorrect duplexer codeKen Brown2019-05-091-15/+8
* Revert "Cygwin: check for STATUS_PENDING in fhandler_base::raw_read"Ken Brown2019-05-091-13/+1
* Cygwin: dll_list: drop unused read_fbi methodMichael Haubenwallner2019-05-052-24/+0
* Cygwin: Add release info for 3.0.7Corinna Vinschen2019-04-302-0/+21
* Cygwin: dll_list: query dll file id at load timeMichael Haubenwallner2019-04-302-4/+2
* Cygwin: dll_list: stat_real_file_once as dll methodMichael Haubenwallner2019-04-302-10/+13
* Cygwin: dll_list: drop FILE_BASIC_INFORMATIONMichael Haubenwallner2019-04-303-6/+3
* Cygwin: update era and message locale dataCorinna Vinschen2019-04-302-317/+341
* Fix order of eh_frame sections in linker scriptsFaraz Shahbazker2019-04-2918-18/+118
* Cygwin: FIFO: synchronize the blocking mode of a writer's pipeKen Brown2019-04-262-0/+17
* Cygwin: define MSG_EOR and refuse in send(2)Corinna Vinschen2019-04-253-0/+13
* Minor improvements to socket error handling:Erik M. Bray2019-04-231-1/+4
* Cygwin: FIFO: restart listen_client thread after fork/execKen Brown2019-04-221-7/+5
* Cygwin: FIFO: stop the listen_client thread before fork/execKen Brown2019-04-202-2/+16
* Cygwin: FIFO: close connect_evt handles as soon as possibleKen Brown2019-04-201-7/+10
* Cygwin: FIFO: avoid WFMO error in listen_client_threadKen Brown2019-04-201-5/+7
* Cygwin: FIFO: duplicate the i/o handle when opening a duplexerKen Brown2019-04-201-1/+8
* Cygwin: FIFO: stop the listen_client thread on an opening errorKen Brown2019-04-201-1/+1