summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Port ndbm - Remove Declaration of dbm_forderVaibhav Gupta2019-07-251-3/+0
* hash functions: use reentrant stat functionsCorinna Vinschen2019-07-241-6/+6
* 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
* Stack Pointer and Stack Limit initialization refactored.Alexander Fedotov2019-07-232-89/+227
* Set errno in expm1{,f} / log1p{,f}Jeff Johnston2019-07-094-6/+14
* sched: Move Cygwin cpuset definitions into Cygwin-specific headerCorinna Vinschen2019-06-271-18/+0
* or1k: Avoid write outside setjmp buf & shrink bufMartin Erik Werner2019-06-272-29/+32