aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Implementation of riscv_hwprobe syscall from Linux (#325)Wojciech Muła1-0/+51
2024-05-20Implement syscall readlinkat and readv (#318)mylai-mtk1-0/+87
2022-04-30Fix a file leak in function `at_kfd` (#276)MaxXing1-1/+3
2022-04-11Handle unimplemented syscalls gracefullyAndrew Waterman1-11/+1
2022-04-08Stub out sysinfo syscallAndrew Waterman1-0/+1
2022-01-09fix file leakAndrew Waterman1-1/+1
2021-08-27pk: correct the handling of SYS_getcwd (#250)Saleem Abdulrasool1-1/+1
2021-03-25pk: support >2 GiB of user memory for RV64Andrew Waterman1-0/+2
2021-03-25Add some missing syscall stubsAndrew Waterman1-0/+8
2021-03-25pk: only access user memory through explicit accessorsAndrew Waterman1-57/+177
2021-03-25Add `statx` syscall (#234)huaixv1-0/+20
2020-11-29Remove use of copy_stat() from sys_fstat and sys_lstat (#228)Marcus Comstedt1-2/+4
2020-11-17Remove use of copy_stat() from sys_fstatatMarcus Comstedt1-1/+1
2020-03-16Fix CPI calcualtion for -s option (#192)davidmetz1-1/+1
2019-10-22Implement dup3 syscall (#162)Luís Marques1-0/+16
2019-10-22Make performance counters always 64 bits wide (#178)Luís Marques1-12/+13
2019-02-28Stub out madvise syscall (#145)Luís Marques1-0/+1
2019-01-04Implement clock_gettime syscall (#139)Luís Marques1-1/+10
2018-02-01Bump the Linux version PK claims to supportAndrew Waterman1-1/+1
2017-08-29Stub out sys_prlimit64Andrew Waterman1-0/+1
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-1/+1
2016-11-13For RV32, mmap offset is in 4 KiB incrementsAndrew Waterman1-2/+6
2016-11-13Add syscall stubs to get through libpthread initializersAndrew Waterman1-0/+2
2016-08-10when -s is passed, print time, instret, cycle, and CPIAndrew Waterman1-2/+10
2016-07-12Remove uarch countersAndrew Waterman1-1/+0
2016-04-30Move DRAM to high addressesAndrew Waterman1-11/+11
2016-04-20pk: proxy chdir syscall to fesvrGarret Kelly1-0/+6
2016-04-06Don't assume existence of uarch countersAndrew Waterman1-25/+1
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-1/+1
2016-03-05Disentangle PK and BBL a bitAndrew Waterman1-1/+2
2016-02-19Fix struct stat size mismatch for RV32Andrew Waterman1-4/+8
2016-02-19Remove incorrect code supporting ELF32 on RV64 and vice-versaAndrew Waterman1-34/+12
2016-01-18add renameat syscallColin Schmidt1-0/+13
2015-09-14Add ftruncate syscallAndrew Waterman1-0/+15
2015-09-11Stub out a few system callsAndrew Waterman1-0/+4
2015-05-10Split pk functionality into pk and bblAndrew Waterman1-2/+1
2015-03-12Update to new privileged specAndrew Waterman1-12/+21
2015-02-09work in progress on new supervisor specAndrew Waterman1-1/+0
2015-01-26return -ENOSYS for ioctl, rather than abortingAndrew Waterman1-0/+1
2015-01-20Support linkat, unlinkat, mkdirat syscallsAndrew Waterman1-58/+81
2014-10-26Don't rely on the C libraryAndrew Waterman1-3/+9
2014-09-11Support glibc 2.20 programsAndrew Waterman1-1/+6
2014-08-10Fix uarch counter printout type.Christopher Celio1-1/+1
2014-08-07Added "-c" option to track uarch counter info.Christopher Celio1-0/+24
2014-06-13Changes to allow spike & RTL behavior to better match each other.Christopher Celio1-0/+1
2014-05-27Allow mmap to map new segments larger than 1 page on top of existing mappings...Colin Schmidt1-5/+6
2014-05-22Add several syscalls, and move syscall header file from newlibColin Schmidt1-6/+142
2014-02-04Abandon MIPS convention for indicating syscall errors in register a3Andrew Waterman1-47/+50
2013-12-13Add times syscallAndrew Waterman1-12/+37
2013-11-25Update to new privileged ISAAndrew Waterman1-1/+0