Age | Commit message (Expand) | Author |
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 |
2011-05-23 | syscall emul: fix Power Linux mmap constant, plus other cleanup | Steve Reinhardt |
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-17 | ARM: Add minimal ARM_SE support for m5threads. | Chris Emmons |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-05-06 | compile: don't #include unnecessary stuff | Nathan Binkert |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2009-11-14 | SE: Fix SE mode OS X compilation. | Ali Saidi |
2009-10-30 | SysCalls: Implement truncate64 system call | Vince Weaver |
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-10-24 | syscall: Fix conversion of the stat64 buffer during system calls. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the ftruncate64 system call. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the time system call. | Timothy M. Jones |
2009-10-24 | syscall: Implementation of the times system call | Timothy M. Jones |
2009-10-02 | SE mode: Make the direction anonymous mmaps move through memory configurable. | Gabe Black |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-09-15 | Syscalls: Implement sysinfo() syscall. | Vince Weaver |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-21 | Commit m5threads package. | Daniel Sanchez |
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 |
2009-01-17 | Fix issue 326: glibc non-deterministic because it reads /proc | Ali Saidi |
2008-11-15 | syscalls: fix latent brk/obreak bug. | Steve Reinhardt |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-07-24 | syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout). | Michael Adler |
2008-07-23 | syscalls: Add a bunch of missing system calls. | Michael Adler |
2007-11-29 | Serialization: Fix serialization of file descriptors. Make sure open | Rick Strong |
2007-11-02 | SE: fix stat64 syscall on os x | Ali Saidi |
2007-09-13 | Syscall Emulation: Add stat64 syscall. | Ali Saidi |
2007-03-09 | Use the TheISA namespace in case we're coming from a file that doesn't do tha... | Gabe Black |
2007-03-04 | Don't use the exact same name as a system header #define | Nathan Binkert |
2007-03-03 | Implement the _llseek syscall. It's Linux only, so we'll actually use the lse... | Gabe Black |
2007-02-14 | Force the st_blksize field of a stat call to be 8k. | Gabe Black |
2006-11-16 | implement RUSAGE_CHILDREN for getrusage since it's trivial | Nathan Binkert |
2006-11-16 | Implement current working directory for LiveProcesses | Nathan Binkert |
2006-10-15 | Added in missing portions of the stat structure copying function. | Gabe Black |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |