summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: remove path_conv::is_fs_device()Ken Brown2019-07-221-2/+2
* Cygwin: remove path_conv::is_auto_device()Ken Brown2019-07-222-2/+1
* Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown2019-07-222-4/+1
* Cygwin: unbreak the build with GCC 7Ken Brown2019-07-192-4/+15
* Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown2019-07-171-3/+2
* Cygwin: fix GCC 8.3 'asm volatile' errorsKen Brown2019-07-171-2/+2
* Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown2019-07-161-0/+2
* Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown2019-07-163-5/+5
* Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown2019-07-164-6/+6
* Cygwin: sigpending: don't report pending signals for other threadsCorinna Vinschen2019-07-122-2/+10
* Cygwin: return full sigset_t from sig_sendCorinna Vinschen2019-07-125-12/+12
* Set errno in expm1{,f} / log1p{,f}Jeff Johnston2019-07-094-6/+14
* Cygwin: Fix return value of sched_getaffinityMark Geisert2019-06-284-11/+31
* sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen2019-06-273-20/+28
* Cygwin: honor the O_PATH flag when opening a FIFOKen Brown2019-06-271-1/+10
* or1k: Avoid write outside setjmp buf & shrink bufMartin Erik Werner2019-06-272-29/+32
* Cygwin: Build cygwin-console-helper with correct compilerMark Geisert2019-06-271-1/+1
* Cygwin: Use correct string conversionMark Geisert2019-06-271-2/+2
* or1k: Correct longjmp return valueMartin Erik Werner2019-06-271-1/+1
* Cygwin: FIFO: fix a thinko in raw_writeKen Brown2019-06-251-1/+0
* Tweak release messageKen Brown2019-06-251-1/+1
* Cygwin: timerfd: avoid a deadlockKen Brown2019-06-253-1/+28
* Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectivelyAlexander Fedotov2019-06-251-1/+1
* Support calculation of pointer size for __int20__ type in _intsup.hJozef Lawrynowicz2019-06-251-0/+4
* Cygwin: Implement sched_[gs]etaffinity()Mark Geisert2019-06-2411-5/+389
* Cygwin: FIFO: minor cleanupKen Brown2019-06-232-7/+7
* Cygwin: FIFO: slightly change the use of write_readyKen Brown2019-06-231-1/+2
* Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown2019-06-232-16/+15
* Cygwin: FIFO: simplify raw_readKen Brown2019-06-231-19/+31
* Cygwin: FIFO: improve termination of the listen_client threadKen Brown2019-06-232-15/+55
* Cygwin: FIFO: avoid deadlock when closingKen Brown2019-06-231-0/+3
* Cygwin: FIFO: clean up locksKen Brown2019-06-231-8/+17
* Cygwin: FIFO: add some error checkingKen Brown2019-06-232-4/+11
* Cygwin: FIFO: fix signal handling in raw_read and raw_writeKen Brown2019-06-231-31/+54
* 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