summaryrefslogtreecommitdiff
path: root/sim/process.hh
AgeCommit message (Expand)Author
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of validInstAddr() & validDataAddr().Steve Reinhardt
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-02-21Made Addr a global typeGabe Black
2006-02-20Make loaders use translation port instead of proxy memory.Ron Dreslinski
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-15Changes to start making the tree use the new memory system. Trying to compil...Ron Dreslinski
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-01-28Changes for Process object initialization in merged-memory environment.Steve Reinhardt
2005-11-10Actually free Process fd_map entries when a file is closed...Steve Reinhardt
2005-10-01Add executable parameter to LiveProcess. This allows the argv[0] value toSteve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-03-16No need for this ifdef, since the entire process.hh is surounded by an ifndef...Ron Dreslinski
2005-03-16Fix the bad addr check to check for allowable addresses in the nxm address spaceRon Dreslinski
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-02-23Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-02-23Added mmap start and end so detailed CPU can know if an access isAli Saidi
2005-02-17Several tweaks to make binning work in any simulationNathan Binkert
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-05-04Major stats package cleanupNathan Binkert
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt