summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add default implementation of fenv.h and all methodsJoel Sherrill2019-08-0918-8/+999
* Miscellaneous Makefile.in regeneratedJoel Sherrill2019-08-094-46/+33
* Cygwin: drop preliminary 3.0.8 release fileCorinna Vinschen2019-08-091-19/+0
* Cygwin: add missing bugfix release messages for 3.1.0Corinna Vinschen2019-08-091-0/+29
* Cygwin: shmat: use mmap allocator strategy on 64 bitCorinna Vinschen2019-08-085-89/+109
* Cygwin: getpriority() and top display for priority is inconsistentLavrentiev, Anton2019-08-081-15/+3
* Cygwin: build_env: fix off-by-one bug when re-adding PATHMichael Haubenwallner2019-08-071-1/+1
* Cygwin: exec: check execute bit prior to evaluating scriptCorinna Vinschen2019-08-061-6/+6
* Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2019-08-054-78/+82
* Align libgloss/arm and libc/sys/arm sources: Lite exit supportAlexander Fedotov2019-08-051-0/+16
* Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov2019-08-053-8/+20
* Align libgloss/arm and libc/sys/arm sources: Fix GetCmdLine semihosting direc...Alexander Fedotov2019-08-051-3/+6
* 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