Age | Commit message (Expand) | Author |
2019-12-10 | arch,cpu,sim: Push syscall number determination up to processes. | Gabe Black |
2019-12-10 | arch: Use ignoreWarnOnceFunc instead of the WarnOnce flag. | Gabe Black |
2019-11-18 | arch: Get rid of the (Big|Little)EndianGuest namespaces. | Gabe Black |
2019-11-07 | x86: Replace htog and gtoh with htole and letoh. | Gabe Black |
2019-10-30 | arch: Make endianness a property of the OS class syscalls can consume. | Gabe Black |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-08-06 | sim-se: add new getpgrp system call | Brandon Potter |
2019-08-06 | sim-se: adding pipe2 syscall | Matthew Sinclair |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-21 | sim-se: change syscall function signature | Brandon Potter |
2019-05-20 | x86: Add an object file loader for linux. | Gabe Black |
2019-05-03 | sim-se: add eventfd system call | Brandon Potter |
2019-01-31 | x86: Stop using/defining some ISA specific register types. | Gabe Black |
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-10 | sim-se: Refactor clone to avoid most ifdefs | Andreas Sandberg |
2018-12-05 | arch-x86: Add sys/syscall.h to x86 process.cc/syscall_emul.cc | Tony Gutierrez |
2018-11-27 | sim-se: only implement getdentsFunc on supported hosts | 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-05-03 | arch-x86: Enable fstatfs for x86_64 | Tony Gutierrez |
2018-05-02 | arch-x86: Enable the umask system call | Tony Gutierrez |
2018-03-15 | arch-x86,sim-se: Enable prlimit syscall | Jason Lowe-Power |
2018-03-15 | arch-x86,sim-se: Bump kernel version to 3.2 | Jason Lowe-Power |
2017-03-09 | syscall-emul: Ignore unimplemented system calls | 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-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 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2016-11-09 | syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | 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-08-05 | sim: fix issues with pwrite(); don't enable fstatfs | Tony Gutierrez |
2016-08-04 | x86, sim: add some syscalls to X86 | Tony Gutierrez |
2016-04-01 | syscall_emul: remove mmapFlagTable | Steve Reinhardt |
2016-04-01 | syscall_emul: factor out flag tables into common file | Steve Reinhardt |
2016-03-17 | syscall_emul: move mmapGrowsDown() to LiveProcess | Steve Reinhardt |
2016-03-17 | syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls | Brandon Potter |