Age | Commit message (Expand) | Author |
2007-03-12 | remove the extern C around gdb helper functions. It's need needed for any new... | Ali Saidi |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-09 | Use the TheISA namespace in case we're coming from a file that doesn't do tha... | Gabe Black |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-07 | fix compiling of FS after Gabe's last compile | Ali Saidi |
2007-03-07 | Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ... | Gabe Black |
2007-03-07 | Make byteswap work correctly on Twin??_t types. | Gabe Black |
2007-03-06 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-03-06 | Get X86 to load an elf and start a process for it. | Gabe Black |
2007-03-05 | Add stub for x86 process creation | Gabe Black |
2007-03-04 | Don't use the exact same name as a system header #define | Nathan Binkert |
2007-03-03 | include signal.h | Nathan Binkert |
2007-03-03 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |
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 |