Age | Commit message (Expand) | Author |
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 |
2006-10-24 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Steve Reinhardt |
2006-10-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-22 | Add DPRINTF for non-timed quiesce. | Steve Reinhardt |
2006-10-21 | Add Quiesce trace flag to track CPU quiesce/wakeup events. | Steve Reinhardt |
2006-10-21 | Tweak a few things for better page fault debugging. | Steve Reinhardt |
2006-10-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-20 | Construct a correct value of PYTHONHOME from the interpreter | Nathan Binkert |
2006-10-19 | Add new event priority for trace enable events so | Steve Reinhardt |
2006-10-17 | add code to serialize se structures. Lisa is working on the python side of th... | Ali Saidi |
2006-10-16 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-15 | Added in missing portions of the stat structure copying function. | Gabe Black |
2006-10-11 | since memoryMode was put into the System (from SimObject), things got broken ... | Lisa Hsu |
2006-10-06 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-10-06 | system.cc: | Ali Saidi |
2006-10-06 | there are two main thrusts of this changeset. | Lisa Hsu |
2006-10-05 | fix the argument to m5.simulate() on a checkpoint. | Lisa Hsu |
2006-10-05 | Static global object don't work well, if the variables are | Nathan Binkert |
2006-10-02 | Updates to fix merge issues and bring almost everything up to working speed. ... | Kevin Lim |
2006-09-30 | Merge ktlim@zamp:./local/clean/o3-merge/m5 | Kevin Lim |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |
2006-09-15 | Changes to correct stat behavior | Gabe Black |
2006-09-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-09-11 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-09-11 | add annotation code to m5 | Ali Saidi |
2006-09-04 | More Python hacking to deal with config.py split | Steve Reinhardt |
2006-09-03 | Made system calls use the uid, etc parameters from the live process. | Gabe Black |
2006-09-03 | Added uid, euid, gid, egid, pid and ppid parameters to a live process. | Gabe Black |
2006-08-28 | Add dup() support (from Antti Miettinen). | Steve Reinhardt |
2006-08-16 | Finish test clean-up & reorg. | Steve Reinhardt |
2006-08-15 | fixes for gcc 4.1 | Ali Saidi |
2006-08-15 | Some touchup to the reorganized includes and "using" directives. | Gabe Black |
2006-08-15 | Cleaned up include files and got rid of many using directives in header files. | Gabe Black |
2006-07-23 | Added myself to the authors list. | Gabe Black |
2006-07-19 | Get the path to load the ini file from. I'm not sure if this fix is needed i... | Kevin Lim |
2006-07-13 | add system.mem_mode = ['timing', 'atomic'] | Ali Saidi |