summaryrefslogtreecommitdiff
path: root/sim/syscall_emul.cc
AgeCommit message (Expand)Author
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-03-18steps toward making syscalls workKorey Sewell
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-12Fix TranslatingPort access functions to:Steve Reinhardt
2006-03-11Tweak exit() message.Steve Reinhardt
2006-03-10It now runs hello world binary.Ron Dreslinski
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-09fix merging issuesAli Saidi
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-02-20Add in a new translating port that allows syscalls to translate addresses via...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-19Merge zizzer:/bk/m5Ali Saidi
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2006-02-15More compilation fixes.Ron Dreslinski
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-04shuffle files around for new directory structureNathan Binkert
2005-06-03Additions/fixes for Tru64 syscall emulation.Steve Reinhardt
2005-03-10Removed unecessary constructor call at each return.Ali Saidi
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-02-10Fixes for Linux syscall emulation.Steve Reinhardt
2004-02-05Modify the emulated system calls to support running the SPEC IntDavid Oehmke
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