aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-05implement open and mmap for device filesHoward Mao1-3/+6
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
2013-11-13Add gettimeofday syscallAndrew Waterman1-0/+12
2013-09-11Add some syscallsAndrew Waterman1-0/+57
2013-07-19Remove extraneous printkAndrew Waterman1-1/+0
2013-07-13Support Linux ABI and (optionally) virtual memoryAndrew Waterman1-34/+87
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2011-11-11Synced up PK with supervisor changes/asm syntaxAndrew Waterman1-1/+1
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+124
2011-06-19Renamed packagesAndrew Waterman1-124/+0
2011-05-19[pk] made PK smallerAndrew Waterman1-0/+9
2011-04-15[pk] fixed timer interrupt bug, etc.Andrew Waterman1-17/+3
2010-10-26[pk,sim,xcc] get rid of at register, introduce tp registerYunsup Lee1-4/+4
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman1-1/+1
2010-09-07[pk] new register mappingsYunsup Lee1-4/+4
2010-08-18[pk,fesvr] improved proxykernel build systemAndrew Waterman1-0/+129