aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Cygwin: Don't change pgid to ctty pgid under debuggerCorinna Vinschen1-1/+5
2019-07-24Cygwin: Export newlib ndbm functionsCorinna Vinschen4-1/+25
2019-07-24hash functions: use reentrant stat functionsCorinna Vinschen1-6/+6
2019-07-24MSP430: Remove .init/.fini sectionsJozef Lawrynowicz5-157/+62
2019-07-24Cygwin: document the last bug fixKen Brown1-0/+3
2019-07-24Cygwin: fhandler_termios::tcsetpgrp: check that argument is non-negativeKen Brown1-0/+5
2019-07-24Regenerate newlib/libc/search/Makefile.in for ndpm portCorinna Vinschen1-20/+42
2019-07-24fix compile errors for efgcvt.cuchan-nos1-15/+18
2019-07-24Port ndbmVaibhav Gupta3-0/+311
2019-07-23Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov4-178/+454
2019-07-22Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown2-6/+1
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen9-36/+31
2019-07-22Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen1-2/+2
2019-07-22Cygwin: add release notes for 3.0.8Ken Brown1-0/+16
2019-07-22Cygwin: socket files are not lnk special filesKen Brown2-3/+5
2019-07-22Cygwin: remove path_conv::is_fs_device()Ken Brown1-2/+2
2019-07-22Cygwin: remove path_conv::is_auto_device()Ken Brown2-2/+1
2019-07-22Cygwin: fhandler_*: remove isdevice() and is_auto_device()Ken Brown2-4/+1
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown2-4/+15
2019-07-17Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown1-3/+2
2019-07-17Cygwin: fix GCC 8.3 'asm volatile' errorsKen Brown1-2/+2
2019-07-16Cygwin: suppress GCC 8.3 errors with -Warray-boundsKen Brown1-0/+2
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown3-5/+5
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown4-6/+6
2019-07-12Cygwin: sigpending: don't report pending signals for other threadsCorinna Vinschen2-2/+10
2019-07-12Cygwin: return full sigset_t from sig_sendCorinna Vinschen5-12/+12
2019-07-09Set errno in expm1{,f} / log1p{,f}Jeff Johnston4-6/+14
2019-06-28Cygwin: Fix return value of sched_getaffinityMark Geisert4-11/+31
2019-06-27sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen3-20/+28
2019-06-27Cygwin: honor the O_PATH flag when opening a FIFOKen Brown1-1/+10
2019-06-27or1k: Avoid write outside setjmp buf & shrink bufMartin Erik Werner2-29/+32
2019-06-27Cygwin: Build cygwin-console-helper with correct compilerMark Geisert1-1/+1
2019-06-27Cygwin: Use correct string conversionMark Geisert1-2/+2
2019-06-27or1k: Correct longjmp return valueMartin Erik Werner1-1/+1
2019-06-25Cygwin: FIFO: fix a thinko in raw_writeKen Brown1-1/+0
2019-06-25Tweak release messageKen Brown1-1/+1
2019-06-25Cygwin: timerfd: avoid a deadlockKen Brown3-1/+28
2019-06-25Arm: Use lrdimon-v2m_nano when semihosting v2 and nano selected respectivelyAlexander Fedotov1-1/+1
2019-06-25Support calculation of pointer size for __int20__ type in _intsup.hJozef Lawrynowicz1-0/+4
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert11-5/+389
2019-06-23Cygwin: FIFO: minor cleanupKen Brown2-7/+7
2019-06-23Cygwin: FIFO: slightly change the use of write_readyKen Brown1-1/+2
2019-06-23Cygwin: FIFO: remove fifo_client_handler::connect_evtKen Brown2-16/+15
2019-06-23Cygwin: FIFO: simplify raw_readKen Brown1-19/+31
2019-06-23Cygwin: FIFO: improve termination of the listen_client threadKen Brown2-15/+55
2019-06-23Cygwin: FIFO: avoid deadlock when closingKen Brown1-0/+3
2019-06-23Cygwin: FIFO: clean up locksKen Brown1-8/+17
2019-06-23Cygwin: FIFO: add some error checkingKen Brown2-4/+11
2019-06-23Cygwin: FIFO: fix signal handling in raw_read and raw_writeKen Brown1-31/+54
2019-06-14Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen14-14/+23