aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv
Commit message (Expand)AuthorAgeFilesLines
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-0/+50
* riscv: Fix whitespace issues in fabs added in 524b018d2004Jessica Clarke2021-03-011-2/+2
* riscv: Add a soft-float implementation of fabs()Alex Richardson2021-03-011-2/+9
* libc: Provide sub fp(s|g)etmask() implementations for RISC-VKristof Provost2020-08-033-0/+96
* Fix printf(3) output of long doubles on RISC-VMitchell Horne2020-06-291-14/+0
* Check the magic value in longjmp() before calling sigprocmask().John Baldwin2020-04-211-5/+5
* Tidy the _set_tp function for RISC-V.John Baldwin2020-02-061-3/+4
* Use "far" calls and branches so that lld uses valid relocations.John Baldwin2019-12-042-6/+10
* Use a single 'ld' to read the jmpbuf magic values instead of 'la; ld'.John Baldwin2019-12-042-8/+4
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+46
* Fix setjmp for RISC-V:Ruslan Bukin2018-07-232-52/+52
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-1/+1
* Don't export _end on arm64 and riscv.Mark Johnston2018-06-011-1/+0
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-195-11/+7
* Remove architecture specific shmat.S files.Brooks Davis2018-04-052-42/+0
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-41/+0
* Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin2018-03-051-18/+0
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-101-1/+3
* Use unconditional jr (jump register) so cerror relocation offset fits.Ruslan Bukin2017-04-272-3/+9
* Correct an misunderstanding of MDSRCS.Brooks Davis2017-03-021-1/+1
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-168-78/+542
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-10/+1
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+0
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-58/+0
* Do not generate code for sbrk syscall -- sbrk support was removed.Ruslan Bukin2016-05-251-0/+1
* Remove legacy brk and sbrk from RISC-V.Ruslan Bukin2016-05-254-161/+1
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-1725-0/+1392
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.Ruslan Bukin2015-12-111-0/+1