aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv/sys
Commit message (Expand)AuthorAgeFilesLines
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-1/+1
* Remove architecture specific shmat.S files.Brooks Davis2018-04-052-42/+0
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-41/+0
* Use unconditional jr (jump register) so cerror relocation offset fits.Ruslan Bukin2017-04-271-1/+3
* 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-253-159/+1
* Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-179-0/+459