summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2006-12-21move the swig initialization calls from src/sim/main.cc toNathan Binkert
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-23Merge zizzer:/bk/sparcfsAli Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-16implement RUSAGE_CHILDREN for getrusage since it's trivialNathan Binkert
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-11-11Get rid of the ParamContext for pseudo instructions and moveNathan Binkert
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08simplify maxtick parsing in both the python and the c++.Lisa Hsu
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-06Cleaned up remnants of ivlb and ivleGabe Black
2006-11-06Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-06Got rid of obsolete ivlb and ivle psuedo instructions.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-10-31remove connectAll() and connect() code since it isn't used anymore. (The pyth...Ali Saidi
2006-10-24Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2006-10-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-22Add DPRINTF for non-timed quiesce.Steve Reinhardt
2006-10-21Add Quiesce trace flag to track CPU quiesce/wakeup events.Steve Reinhardt
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
2006-10-20Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-20Construct a correct value of PYTHONHOME from the interpreterNathan Binkert
2006-10-19Add new event priority for trace enable events soSteve Reinhardt
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-10-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-15Added in missing portions of the stat structure copying function.Gabe Black
2006-10-11since memoryMode was put into the System (from SimObject), things got broken ...Lisa Hsu
2006-10-06Merge zizzer:/bk/newmemAli Saidi
2006-10-06system.cc:Ali Saidi
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-05fix the argument to m5.simulate() on a checkpoint.Lisa Hsu
2006-10-05Static global object don't work well, if the variables areNathan Binkert
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-09-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-11Merge zizzer:/bk/newmemAli Saidi
2006-09-11add annotation code to m5Ali Saidi
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-03Made system calls use the uid, etc parameters from the live process.Gabe Black
2006-09-03Added uid, euid, gid, egid, pid and ppid parameters to a live process.Gabe Black
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-08-16Finish test clean-up & reorg.Steve Reinhardt
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Some touchup to the reorganized includes and "using" directives.Gabe Black