Age | Commit message (Expand) | Author |
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 |
2016-08-04 | x86, sim: add some syscalls to X86 | Tony Gutierrez |
2016-03-17 | base: add symbol support for dynamic libraries | Brandon Potter |
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 extra debug support for syscalls | Alexandru Dutu |
2016-03-08 | syscall_emul: Fix erroneous use of delete | Andreas Hansson |
2016-02-13 | syscall_emul: Implement clock_getres() system call | Michael LeBeane |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-07-24 | style: change Process function calls to use camelCase | Brandon Potter |
2015-07-24 | syscall_emul: standardized file descriptor name and add return checks. | Brandon Potter |
2015-07-24 | base: refactor process class (specifically FdMap and friends) | Brandon Potter |
2015-05-26 | arm: Implement some missing syscalls (SE mode) | Giacomo Gabrielli |
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 getrlimit to use warn | Brandon Potter |
2015-04-22 | syscall_emul: fix warning with wrong syscall name | Brandon Potter |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2014-12-27 | syscall_emul: Return correct writev value | Joel Hestness |
2014-10-22 | syscall_emul: Put BufferArg classes in a separate header. | Steve Reinhardt |
2014-10-22 | syscall_emul: add EmulatedDriver object | Steve Reinhardt |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | sim: invalid alignment checks in mmap and mremap | Tom Jablin |
2014-10-20 | sim: mmap: correct behavior for fixed address | Michael Adler |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-04-17 | sim, arm: implement more of the at variety syscalls | Ali Saidi |
2014-01-24 | sim: Add openat/fstatat syscalls and fix mremap | Chris Adeniyi-Jones |
2013-01-08 | arm: add access syscall for ARM SE mode | Mitch Hayenga |
2012-09-21 | SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex | Lluc Alvarez |
2012-09-10 | NetBSD: Build on NetBSD | Palle Lyckegaard |
2012-08-06 | syscall_emul: clean up open() code a bit. | Steve Reinhardt |
2012-08-06 | str: add an overloaded startswith() utility method | Steve Reinhardt |
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-05-19 | Syscalls: warn when the length argument to mmap is excessive. | Gabe Black |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-10-30 | SE/FS: Build the base process class in FS. | Gabe Black |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |