Age | Commit message (Expand) | Author |
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 |
2016-03-17 | syscall_emul: extend mmap system call to support file backed mmaps | Brandon Potter |
2016-03-17 | syscall_emul: add many Linux kernel flags | Brandon Potter |
2016-03-17 | syscall_emul: rename OpenFlagTransTable struct | Brandon Potter |
2016-02-13 | syscall_emul: Implement clock_getres() system call | Michael LeBeane |
2015-07-20 | syscall: Add readlink to x86 with special case /proc/self/exe | David Hashe |
2015-05-05 | syscall_emul: fix warn_once behavior | Steve Reinhardt |
2015-04-22 | syscall_emul: implement clock_gettime system call | Brandon Potter |
2015-04-22 | syscall_emul: update x86 syscall table | Monir Mozumder |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | x86: Fixes to avoid LTO warnings | Andreas Hansson |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2013-10-07 | x86: enables lstat and readlink syscalls | Nilay Vaish |
2013-04-23 | x86: enable gettimeofday and getppid system calls | Michael Levenhagen |
2012-08-15 | sysemul: bump all linux versions of for syscal emulation to 3.0. | Ali Saidi |
2012-08-06 | syscall emulation: Enabled getrlimit and getrusage for x86. | Marc Orr |
2012-08-06 | syscall emulation: Clean up ioctl handling, and implement for x86. | Marc Orr |
2012-07-10 | syscall emulation: Add the futex system call. | Marc Orr |
2012-04-29 | X86: Fix up the open system call's flags. | Vince Weaver |
2012-04-29 | X86: Make gem5 ignore a bunch of syscalls. | Vince Weaver |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-02-12 | X86: open flags: Another patch from Vince Weaver | Gabe Black |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2011-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2010-11-08 | X86: Fix X86_FS compilation. | Gabe Black |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-11-04 | X86: Hook up time syscall on X86 | Vince Weaver |
2009-10-30 | X86: Hookup truncate/ftruncate syscalls on X86 | Vince Weaver |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |