Age | Commit message (Expand) | Author |
2007-03-03 | Implement the _llseek syscall. It's Linux only, so we'll actually use the lse... | Gabe Black |
2007-03-03 | Fix some issues with 32 bit processes. | Gabe Black |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
2007-02-21 | Make it easier to turn off the remote debugger | Nathan Binkert |
2007-02-21 | add pseduo instruction support for sparc | Ali Saidi |
2007-02-18 | Get rid of the stand alone ParamContext since all of the | Nathan Binkert |
2007-02-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-02-17 | Check that there is a param context list before trying | Nathan Binkert |
2007-02-17 | Remove the event_ignore stuff since it was never really used | Nathan Binkert |
2007-02-17 | Give the progress event its own priority | Nathan Binkert |
2007-02-17 | Pass an exception from a python event through the event queue | Nathan Binkert |
2007-02-14 | Force the st_blksize field of a stat call to be 8k. | Gabe Black |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-02-06 | Fix for previous commit: need to ifdef NDEBUG on the | Steve Reinhardt |
2007-02-05 | Use an instance counter to give Events repeatable IDs | Steve Reinhardt |
2007-01-30 | Make SPARC checkpointing work | Ali Saidi |
2007-01-28 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-28 | Stick the conversion of python to unix time with all of | Nathan Binkert |
2007-01-27 | While I'm waiting for legion to run make m5 compile with a few more compilers | Ali Saidi |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | Added remote gdb objects to each process | Gabe Black |
2007-01-22 | fix compiling on x86/Solaris | Ali Saidi |
2007-01-22 | check if an executable is dynamic and die if it is | Ali Saidi |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-21 | move the swig initialization calls from src/sim/main.cc to | Nathan Binkert |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-16 | Add in constants which let you explicitly check if endian conversion would do... | Gabe Black |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-11-30 | Load the hypervisor symbols twice, once with an address mask so that we can g... | Ali Saidi |
2006-11-23 | Merge zizzer:/bk/sparcfs | Ali Saidi |
2006-11-23 | first cut at a sparc tlb | Ali Saidi |
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-11-13 | Expose debugBreakCycle through swig and get rid of | Nathan Binkert |
2006-11-12 | Create a module called internal where swigged stuff goes. | Nathan Binkert |
2006-11-11 | Get rid of the ParamContext for pseudo instructions and move | Nathan Binkert |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-08 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-08 | simplify maxtick parsing in both the python and the c++. | Lisa Hsu |
2006-11-07 | Put kernel_stats back into arch. | Gabe Black |
2006-11-06 | Cleaned up remnants of ivlb and ivle | Gabe Black |
2006-11-06 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-06 | Got rid of obsolete ivlb and ivle psuedo instructions. | Gabe Black |
2006-11-06 | Remote GDB support has been changed to use inheritance. Alpha should work, bu... | Gabe Black |
2006-11-04 | fixes so that M5 will compile under solaris | Ali Saidi |
2006-10-31 | remove connectAll() and connect() code since it isn't used anymore. (The pyth... | Ali Saidi |