aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv
Commit message (Expand)AuthorAgeFilesLines
* libc: centralize a few numeric symbolsBrooks Davis2023-11-151-3/+0
* libc: centralize makecontext symbolsBrooks Davis2023-11-151-5/+0
* libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis2023-11-151-6/+0
* libc: centralize ntoh symbolsBrooks Davis2023-11-151-4/+0
* libc: further centralize syscall symbolsBrooks Davis2023-11-151-4/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-11-151-1/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-016-6/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-27/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-VJessica Clarke2023-01-092-0/+6
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-094-103/+0
* Add sched_getcpu()Konstantin Belousov2021-11-101-1/+2
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-07-052-1/+57
* 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