summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen2019-08-188-111/+40
* Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen2019-08-172-17/+3
* stat.h: use POSIX-required timefields throughoutCorinna Vinschen2019-08-161-16/+6
* fenv: Include documentation in generated .info fileJoel Sherrill2019-08-155-2/+49
* Cygwin: ldd: Try harder to get dll namesMark Geisert2019-08-152-2/+44
* Cygwin: console: Fix the condition to interrupt select() by SIGWINCHTakashi Yano2019-08-151-1/+3
* Cygwin: console: Fix workaround for horizontal tab positionTakashi Yano2019-08-151-18/+29
* memmem.c and strstr.c: do not require -std=c99Giacomo Tesio2019-08-142-5/+10
* fenv: Update makedocbook for eae68bfcJon Turney2019-08-131-1/+3
* fenv: Fix typo-ed variable name in documentationJon Turney2019-08-131-1/+1
* fenv: Fix mangled makedoc markupJon Turney2019-08-134-8/+8
* fenv: fe_dfl_env.c doesn't contain any documentationJon Turney2019-08-132-2/+2
* Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen2019-08-132-3/+17
* sched.h: Declare affinity functions only on targets supporting themCorinna Vinschen2019-08-121-0/+6
* Cygwin: ps: fix a compiler warningCorinna Vinschen2019-08-121-2/+2
* Cygwin: console: Fix cursor position restore after screen alternation.Takashi Yano2019-08-121-0/+3
* Cygwin: console: Add workaround for windows xterm compatible mode bug.Takashi Yano2019-08-121-0/+19
* Cygwin: console: Fix deadlock at calling fork().Takashi Yano2019-08-121-2/+6
* Regenerated files from fenv.h additionJoel Sherrill2019-08-093-7/+636
* 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