Age | Commit message (Expand) | Author |
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: 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-06 | style: remove trailing whitespace | Steve Reinhardt |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2013-04-22 | sim: Add helper functions that add PCEvents with custom arguments | Andreas Sandberg |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2012-11-02 | ISA: generic Linux thread info support | Dam Sunwoo |
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-03-09 | System: Move code in initState() back into constructor whenever possible. | Ali Saidi |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
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-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-09-30 | SE/FS: Remove System::platform and Platform::intrFrequency. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-03-08 | Alpha: Fix the datatypes of some values read from the simulated kernel. | Yi Xiang |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-24 | syscall: Addition of an ioctl command code for Power. | Timothy M. Jones |
2009-09-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-04-21 | Commit m5threads package. | Daniel Sanchez |
2009-03-05 | Get rid of 'using namespace' declarations in headers. | Steve Reinhardt |
2009-02-28 | Fix Num_Syscall_Descs check bug in non-x86 ISAs. | Steve Reinhardt |
2009-02-27 | Processes: Make getting and setting system call arguments part of a process o... | Gabe Black |
2009-02-16 | sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee... | Lisa Hsu |
2008-12-05 | This brings M5 closer to modernity - the kernel being advertised is newer so ... | Lisa Hsu |
2008-11-15 | syscalls: fix latent brk/obreak bug. | Steve Reinhardt |
2008-09-27 | style: Make a style pass over the whole arch/alpha directory. | Nathan Binkert |
2008-09-27 | arch: TheISA shouldn't really ever be used in the arch directory. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-07-23 | syscalls: Add a bunch of missing system calls. | Michael Adler |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2007-10-31 | Linux Support: Finally update vptr for new memory system. | Ali Saidi |
2007-10-16 | Make the process objects use the Params structs in their constructors, and us... | Gabe Black |
2007-09-13 | Syscall Emulation: Add stat64 syscall. | Ali Saidi |
2007-08-02 | Linux Support: make sure that when we get the stack page for thread info we'r... | Ali Saidi |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-07-14 | Disable PrintThreadInfo since it causes a panic when using VPtr. | Steve Reinhardt |