aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2-12/+50
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston95-950/+950
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 Johnston95-950/+950
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-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-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-31Initial PRU port for libgloss and newlibDimitar Dimitrov10-2/+6307
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 Johnston2-0/+171
2019-10-07Allow verifying _REENT_CHECK macros memory allocationJeff Johnston1-3/+3
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-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-14memmem.c and strstr.c: do not require -std=c99Giacomo Tesio2-5/+10
2019-08-12sched.h: Declare affinity functions only on targets supporting themCorinna Vinschen1-0/+6
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill2-0/+155
2019-08-09Miscellaneous Makefile.in regeneratedJoel Sherrill3-43/+29
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