summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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