summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* libm: switch sf_log1p from double error routines to floatKeith Packard2019-12-022-4/+2
* newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis2019-11-261-3/+7
* newlib: fix fseek optimization with SEEK_CURBastien Bouclet2019-11-182-50/+12
* Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung2019-11-081-10/+10
* Move timeval macros to <sys/time.h>Sebastian Huber2019-11-042-32/+31
* Synchronize <sys/time.h> with FreeBSDSebastian Huber2019-11-041-0/+27
* Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber2019-11-041-2/+4
* Fix sbttons for values > 2simp2019-11-041-2/+9
* PRU: Align libmath to PRU ABIDimitar Dimitrov2019-10-3118-2/+6719
* Fix some generated filesJeff Johnston2019-10-314-16/+16
* Initial PRU port for libgloss and newlibDimitar Dimitrov2019-10-3111-3/+6320
* riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill2019-10-091-0/+2
* Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston2019-10-0837-9/+16544
* Allow verifying _REENT_CHECK macros memory allocationJeff Johnston2019-10-076-5/+54
* Optimize epilogue sequence for architectures with POP interworking.Christos Gentsos2019-10-072-0/+12
* Prevent NULL ptr accesses due to Balloc out of memoryJeff Johnston2019-10-043-12/+20
* Add SIOCGIFDOWNREASON.kib2019-09-252-2/+14
* Add kernel-side support for in-kernel TLS.jhb2019-09-252-1/+16
* Rename IPPROTO 33 from SEP to DCCPthj2019-09-251-2/+2
* This commit updates rack to what is basicallyrrs2019-09-251-7/+20
* Add an external mbuf buffer type that holdsjhb2019-09-251-0/+1
* Convert all IPv4 and IPv6 multicast membershipshselasky2019-09-252-10/+3
* Extend mmap/mprotect API to specify the max pagebrooks2019-09-251-1/+9
* Some devices take undesired actions when RTS andshurd2019-09-251-1/+2
* Fix mismatch from r342379.pfg2019-09-251-2/+2
* gai_strerror() - Update string error messages according to RFC 3493.pfg2019-09-251-9/+9
* libc/include/devctl.h: Add SOCKCLOSE per FACE Technical Standard, Edition 3.0Joel Sherrill2019-09-101-5/+24
* fe_dfl_env.c: Fix typo in commentJoel Sherrill2019-09-031-1/+1
* riscv/include/fenv.h: Use shared fenv.h.Joel Sherrill2019-09-031-42/+0
* Revert previous change to sys/stat.h and fix cris libglossJeff Johnston2019-08-191-9/+0
* Fix regression in cris-elf caused by sys/stat.h changeJeff Johnston2019-08-191-2/+11
* stat.h: use POSIX-required timefields throughoutCorinna Vinschen2019-08-161-16/+6
* fenv: Include documentation in generated .info fileJoel Sherrill2019-08-155-2/+49
* 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
* sched.h: Declare affinity functions only on targets supporting themCorinna Vinschen2019-08-121-0/+6
* Regenerated files from fenv.h additionJoel Sherrill2019-08-093-7/+636
* Add default implementation of fenv.h and all methodsJoel Sherrill2019-08-0917-5/+997
* Miscellaneous Makefile.in regeneratedJoel Sherrill2019-08-094-46/+33
* Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2019-08-052-17/+35
* 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-052-2/+14
* Align libgloss/arm and libc/sys/arm sources: Fix GetCmdLine semihosting direc...Alexander Fedotov2019-08-051-3/+6
* RISC-V: Fix header guard for sys/fenv.hKito Cheng2019-08-021-3/+3
* 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