summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-05Added missing include.Gabe Black
2007-03-05Added LargestRead type for x86. I might have picked the wrong type.Gabe Black
2007-03-05Stub implementation for x86.Gabe Black
2007-03-05Stub implementation for x86Gabe Black
2007-03-05Added fault generation functions. I would still like to see these go away. Th...Gabe Black
2007-03-05Added an x86 dyninstGabe Black
2007-03-05Added stub implementations or prototypes for all the functions in this file.Gabe Black
2007-03-05Added in a missing include.Gabe Black
2007-03-05Filled in a stub header file for setting the result of a syscall.Gabe Black
2007-03-05Filled in a stub header file for a stacktrace object. I'm still not sure what...Gabe Black
2007-03-05Filled in a stub header file for remote gdbGabe Black
2007-03-05Correct a typoGabe Black
2007-03-05Make the constructor (and all the other functions) publicGabe Black
2007-03-05Various touch upsGabe Black
2007-03-05Added a missing include.Gabe Black
2007-03-05Added a missing include.Gabe Black
2007-03-05Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alp...Gabe Black
2007-03-05x86 register file includes.Gabe Black
2007-03-05Include the x86 specific traits file.Gabe Black
2007-03-05Stub x86 Fault class which just panics.Gabe Black
2007-03-05A new file for x86 specific parameters. This could be implemented as a sim ob...Gabe Black
2007-03-05Add in a declaration of class Checkpoint rather than expecting it to come fro...Gabe Black
2007-03-05Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-04Don't use the exact same name as a system header #defineNathan Binkert
2007-03-03add a sparc fs regressionAli Saidi
2007-03-03Merge zizzer:/bk/newmemAli Saidi
2007-03-03Add Iob and remove the fake deviceAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-03-03include signal.hNathan Binkert
2007-03-03Filled in with basic x86 stuff. Some things are missing, wrong, or nonsensica...Gabe Black
2007-03-03Filled in with basic x86 information. Some things are missing, wrong, or non-...Gabe Black
2007-03-03Add build hooks for x86.Gabe Black
2007-03-03Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2007-03-03Do the default argument stuff in pythonNathan Binkert
2007-03-03Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-03-03Implement the _llseek syscall. It's Linux only, so we'll actually use the lse...Gabe Black
2007-03-03Fix some issues with 32 bit processes.Gabe Black
2007-03-02make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a...Ali Saidi
2007-03-02Forgot to commit this new file last earlier.Gabe Black
2007-02-28Make the m5 psuedo instructions use the BasicOperate formatGabe Black
2007-02-28Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-02-28The "hostname" variable isn't used in the process classes. It should be remov...Gabe Black
2007-02-24Merge zizzer:/bk/newmemAli Saidi
2007-02-24make m5 readfile work on solaris... we can have a solaris regression soon!Ali Saidi
2007-02-23Ali and I both made the same change and we only need it once. I liked mine a ...Gabe Black
2007-02-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-02-22Merge zizzer:/bk/newmemAli Saidi
2007-02-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black