aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard274-924/+281
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2-12/+50
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston109-1083/+1083
2020-01-21Change the reent verify check option to document disabling itJeff Johnston3-5/+5
2020-01-21Default newlib_reent_check_verify to yes in configure.hostJeff Johnston1-3/+3
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard1-3/+37
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard1-4/+4
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard1-2/+2
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston3-9/+9
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston111-1094/+1111
2019-12-29doc: add more details about adding documentation to HOWTOJon Turney1-2/+4
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green2-87/+39
2019-12-18Don't display trailing '.' in _dcvtKeith Packard1-3/+12
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard1-11/+7
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard1-8/+1
2019-12-18doc: Untabify python scripts used for making man pagesJon Turney2-219/+219
2019-12-17Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard1-0/+4
2019-12-17Return EINVAL for illegal base in strtolKeith Packard1-2/+7
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible1-0/+21
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green2-25/+48
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard2-4/+2
2019-11-26newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis1-3/+7
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