summaryrefslogtreecommitdiff
path: root/sim/syscall_emul.hh
AgeCommit message (Expand)Author
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Emulated syscalls should return -errno on failureSteve Reinhardt
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-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-19Merge zizzer:/bk/m5Ali Saidi
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-16Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15Merge zizzer:/bk/m5Ali Saidi
2006-02-15endian fixes and compiles on mac os xAli Saidi
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2006-02-10confused an ifdef with an ifAli Saidi
2006-02-10fix problems on darwin/*BSD for syscall emulation modeAli Saidi
2005-12-23Fix roundUp function template so explicit arg is notSteve Reinhardt
2005-12-23Change base/intmath.{cc,hh} to follow m5 style.Steve Reinhardt
2005-11-22Apply patch for syscall emulation provided by Antti Miettinen (apm@brigitte.d...Kevin Lim
2005-11-10Actually free Process fd_map entries when a file is closed...Steve Reinhardt
2005-11-10Syscall DPRINTF and warning cleanup.Steve Reinhardt
2005-06-30Fixes for cygwin compile.Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-03Additions/fixes for Tru64 syscall emulation.Steve Reinhardt
2005-03-29expose variables for number of global events per simulated second,Nathan Binkert
2005-03-16Fix the bad addr check to check for allowable addresses in the nxm address spaceRon Dreslinski
2005-03-10Removed unecessary constructor call at each return.Ali Saidi
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-02-23Added mmap start and end so detailed CPU can know if an access isAli Saidi
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-02-05Modify the emulated system calls to support running the SPEC IntDavid Oehmke
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2003-12-01Formatting & doxygen docs for new syscall emulation code.Steve Reinhardt
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt