Age | Commit message (Expand) | Author |
2019-02-08 | kern,sim: implement FUTEX_WAKE_OP | Moyang Wang |
2019-02-08 | sim, kern: support FUTEX_CMP_REQUEUE | Moyang Wang |
2019-02-08 | sim: handle the case when there're not enough HW thread contexts | Tuan Ta |
2019-02-08 | sim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET ops | Tuan Ta |
2019-02-06 | sim: added missed macro definition on MacOS | Andrea Mondelli |
2019-01-22 | sim-se add readv and modifies writev | Brandon Potter |
2019-01-22 | sim-se: add ability to get/set sock metadata | Brandon Potter |
2019-01-22 | sim-se: add syscalls related to polling | Brandon Potter |
2019-01-22 | sim-se: add calls for network transmissions | Brandon Potter |
2019-01-22 | sim-se: add socket-based functionality | Brandon Potter |
2019-01-16 | cpu: dev: sim: gpu-compute: Banish some ISA specific register types. | Gabe Black |
2019-01-10 | sim-se, arch-arm: Add support for getdents64 | Javier Setoain |
2019-01-10 | sim-se: Refactor clone to avoid most ifdefs | Andreas Sandberg |
2019-01-10 | sim-se: Correctly calculate next PC in clone | Andreas Sandberg |
2019-01-10 | sim-se: Use CONFIG_CLONE_BACKWARDS for Arm | Andreas Sandberg |
2018-11-27 | sim-se: only implement getdentsFunc on supported hosts | Ciro Santilli |
2018-10-30 | syscall_emul: fix openat when directory does not end in "/" | Ciro Santilli |
2018-09-19 | syscall_emul: implement dir-related syscalls | Brandon Potter |
2018-06-25 | syscall_emul: adding symlink system call | Matt Sinclair |
2018-06-25 | syscall_emul: adding link system call | Matt Sinclair |
2018-03-15 | sim-se: Fix fallthrough in prlimit | Jason Lowe-Power |
2018-01-23 | tarch, mem: Abstract the data stored in the SE page tables. | Gabe Black |
2018-01-10 | arch-riscv,sim: Support clone syscall in RISC-V | Tuan Ta |
2018-01-05 | sim: Fix a bug in prlimit syscall in SE mode | Tuan Ta |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-06 | sim-se: Add prlimit system call | Alec Roelke |
2017-09-28 | sim-se: Fix mremap for downward growing mmap regions | Rico Amslinger |
2017-05-19 | base, sim, arch: Fix clang 5.0 warnings | Andreas Sandberg |
2017-05-12 | syscall_emul: Fix undefined macro behavior | Andreas Sandberg |
2017-03-09 | style: change NULL to nullptr in syscall files | Brandon Potter |
2017-03-09 | syscall-emul: Rewrite system call exit code | Brandon Potter |
2017-03-09 | syscall-emul: Add the tgkill system call | Brandon Potter |
2017-03-09 | syscall-emul: Add or extend dup, dup2, and pipe | Brandon Potter |
2017-03-09 | syscall-emul: Add functionality to open syscalls | Brandon Potter |
2017-03-09 | style: Correct some style issues | Brandon Potter |
2017-03-09 | syscall-emul: Move memState into its own file | Brandon Potter |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-27 | syscall_emul: [patch 14/22] adds identifier system calls | Brandon Potter |
2015-07-20 | syscall_emul: [patch 11/22] extend functionality of fcntl | Brandon Potter |
2016-11-09 | syscall_emul: [patch 10/22] refactor fdentry and add fdarray class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2017-02-09 | sim: Patch to fix the statfs build | Bjoern A. Zeeb |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2017-01-20 | syscall_emul: #ifdef new system calls to allow builds on OSX and BSD | Brandon Potter |
2016-11-09 | syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc | Brandon Potter |
2016-12-15 | syscall_emul: implement fallocate | Brandon Potter |
2016-12-15 | syscall_emul: add support for x86 statfs system calls | Brandon Potter |
2016-12-15 | syscall_emul: extend sysinfo system call to include mem_unit | Brandon Potter |
2016-09-13 | sim, syscall_emul: Add mmap to EmulatedDriver | Michael LeBeane |
2016-08-05 | sim: fix issues with pwrite(); don't enable fstatfs | Tony Gutierrez |