aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet2-50/+12
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung1-10/+10
2019-11-04Move timeval macros to <sys/time.h>Sebastian Huber2-32/+31
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber1-0/+27
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber1-2/+4
2019-11-04Fix sbttons for values > 2simp1-2/+9
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov18-2/+6719
2019-10-31Fix some generated filesJeff Johnston4-16/+16
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov11-3/+6320
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill1-0/+2
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston37-9/+16544
2019-10-07Allow verifying _REENT_CHECK macros memory allocationJeff Johnston6-5/+54
2019-10-07Optimize epilogue sequence for architectures with POP interworking.Christos Gentsos2-0/+12
2019-10-04Prevent NULL ptr accesses due to Balloc out of memoryJeff Johnston3-12/+20
2019-09-25Add SIOCGIFDOWNREASON.kib2-2/+14
2019-09-25Add kernel-side support for in-kernel TLS.jhb2-1/+16
2019-09-25Rename IPPROTO 33 from SEP to DCCPthj1-2/+2
2019-09-25This commit updates rack to what is basicallyrrs1-7/+20
2019-09-25Add an external mbuf buffer type that holdsjhb1-0/+1
2019-09-25Convert all IPv4 and IPv6 multicast membershipshselasky2-10/+3
2019-09-25Extend mmap/mprotect API to specify the max pagebrooks1-1/+9
2019-09-25Some devices take undesired actions when RTS andshurd1-1/+2
2019-09-25Fix mismatch from r342379.pfg1-2/+2
2019-09-25gai_strerror() - Update string error messages according to RFC 3493.pfg1-9/+9
2019-09-10libc/include/devctl.h: Add SOCKCLOSE per FACE Technical Standard, Edition 3.0Joel Sherrill1-5/+24
2019-09-03fe_dfl_env.c: Fix typo in commentJoel Sherrill1-1/+1
2019-09-03riscv/include/fenv.h: Use shared fenv.h.Joel Sherrill1-42/+0
2019-08-19Revert previous change to sys/stat.h and fix cris libglossJeff Johnston1-9/+0
2019-08-19Fix regression in cris-elf caused by sys/stat.h changeJeff Johnston1-2/+11
2019-08-16stat.h: use POSIX-required timefields throughoutCorinna Vinschen1-16/+6
2019-08-15fenv: Include documentation in generated .info fileJoel Sherrill5-2/+49
2019-08-14memmem.c and strstr.c: do not require -std=c99Giacomo Tesio2-5/+10
2019-08-13fenv: Update makedocbook for eae68bfcJon Turney1-1/+3
2019-08-13fenv: Fix typo-ed variable name in documentationJon Turney1-1/+1
2019-08-13fenv: Fix mangled makedoc markupJon Turney4-8/+8
2019-08-13fenv: fe_dfl_env.c doesn't contain any documentationJon Turney2-2/+2
2019-08-12sched.h: Declare affinity functions only on targets supporting themCorinna Vinschen1-0/+6
2019-08-09Regenerated files from fenv.h additionJoel Sherrill3-7/+636
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill17-5/+997
2019-08-09Miscellaneous Makefile.in regeneratedJoel Sherrill4-46/+33
2019-08-05Align libgloss/arm and libc/sys/arm sources: miscellaneous fixesAlexander Fedotov2-17/+35
2019-08-05Align libgloss/arm and libc/sys/arm sources: Lite exit supportAlexander Fedotov1-0/+16
2019-08-05Align libgloss/arm and libc/sys/arm sources: HeapInfo and __heap_limitAlexander Fedotov2-2/+14
2019-08-05Align libgloss/arm and libc/sys/arm sources: Fix GetCmdLine semihosting direc...Alexander Fedotov1-3/+6
2019-08-02RISC-V: Fix header guard for sys/fenv.hKito Cheng1-3/+3
2019-07-26common/math_errf.c: Enable compilation of __math_oflowfJoel Sherrill1-2/+3
2019-07-26hash.c: #include <reent.h>Ken Brown1-0/+1
2019-07-26[arm] remove libc/sys/arm/sys/param.hRichard Earnshaw1-25/+0
2019-07-25Port ndbm - Remove Declaration of dbm_forderVaibhav Gupta1-3/+0
2019-07-24hash functions: use reentrant stat functionsCorinna Vinschen1-6/+6