summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Implement CPU_SET(3) macrosMark Geisert2019-08-053-10/+64
* RISC-V: Fix header guard for sys/fenv.hKito Cheng2019-08-021-3/+3
* Cygwin: fork: attach child not before successMichael Haubenwallner2019-07-311-8/+11
* Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner2019-07-313-5/+14
* Align _end symbol to at least 4 in all MIPS scriptsFaraz Shahbazker2019-07-3016-0/+16
* common/math_errf.c: Enable compilation of __math_oflowfJoel Sherrill2019-07-261-2/+3
* hash.c: #include <reent.h>Ken Brown2019-07-261-0/+1
* [arm] remove libc/sys/arm/sys/param.hRichard Earnshaw2019-07-261-25/+0
* Port ndbm - Remove Declaration of dbm_forderVaibhav Gupta2019-07-251-3/+0
* Cygwin: Fix the address of myselfCorinna Vinschen2019-07-252-3/+2
* Cygwin: Don't change pgid to ctty pgid under debuggerCorinna Vinschen2019-07-251-1/+5
* Cygwin: Export newlib ndbm functionsCorinna Vinschen2019-07-244-1/+25
* hash functions: use reentrant stat functionsCorinna Vinschen2019-07-241-6/+6
* MSP430: Remove .init/.fini sectionsJozef Lawrynowicz2019-07-245-157/+62
* Cygwin: document the last bug fixKen Brown2019-07-241-0/+3
* Cygwin: fhandler_termios::tcsetpgrp: check that argument is non-negativeKen Brown2019-07-241-0/+5
* Regenerate newlib/libc/search/Makefile.in for ndpm portCorinna Vinschen2019-07-241-20/+42
* fix compile errors for efgcvt.cuchan-nos2019-07-241-15/+18
* Port ndbmVaibhav Gupta2019-07-243-0/+311
* Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2019-07-234-178/+454
* Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown2019-07-222-6/+1
* Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen2019-07-229-36/+31
* Cygwin: fix /proc/PID/fd return value in error caseCorinna Vinschen2019-07-221-2/+2
* Cygwin: add release notes for 3.0.8Ken Brown2019-07-221-0/+16
* Cygwin: socket files are not lnk special filesKen Brown2019-07-222-3/+5
* 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